Seminar Microsoft Next Generation Windows Services: By Microsoft. Guide ---------------------- Presented By Mr. Sandeep Gaikwad ------------------------------

Slides:



Advertisements
Similar presentations
Microsoft Confidential. An incubation effort to: Support client -> server communication in native code with a modern C++ API design Support writing Azure-based.
Advertisements

Visual Studio Online. What it Provides Visual Studio Online, based on the capabilities of Team Foundation Server with additional cloud services, is the.
Overview Of Microsoft New Technology ENTER. Processing....
Cloud Excellence: Building Solutions for 3 Screens Leveraging Services Dave Remmer Architect Advisor Microsoft Canada
Programming languages + tools.NET, Visual Studio, TFS + Git, Java, NodeJS, PHP, Python, Ruby, C++ Microsoft cloud infrastructure PaaS Web Mobile.
Joey Snow Technical Evanglist Microsoft Corporation SESSION CODE: WSV310.
Microsoft Visual Basic 2012 CHAPTER ONE Introduction to Visual Basic 2012 Programming.
Microsoft Visual Basic 2005 CHAPTER 1 Introduction to Visual Basic 2005 Programming.
Cross Platform Mobile Backend with Mobile Services James
A Brief Overview by Aditya Dutt March 18 th ’ Aditya Inc.
Lecture 8 – Platform as a Service. Introduction We have discussed the SPI model of Cloud Computing – IaaS – PaaS – SaaS.
Components of Windows Azure - more detail. Windows Azure Components Windows Azure PaaS ApplicationsWindows Azure Service Model Runtimes.NET 3.5/4, ASP.NET,
Introduction to Silverlight By Alan Cobb 2008-Jan-10 Sacramento, CA
Introduction to Silverlight. Slide 2 What is Silverlight? It’s part of a Microsoft Web platform called Rich Internet Applications (RIA) There is a service.
Introduction to .NET Rui Ye.
Cloud Computing By Mihir Chitnis.
Chapter 9: Novell NetWare
Austin code camp 2010 asp.net apps with azure table storage PRESENTED BY CHANDER SHEKHAR DHALL
1 NETE4631 Using Google Web Services and Using Microsoft Cloud Services Lecture Notes #7.
Windows Azure Tour Benjamin Day Benjamin Day Consulting, Inc.
Introduction to Cloud Computing
Windows Azure: Microsoft’s Cloud Platform By Shahed Chowdhuri.
PaaS for the Modern Web A powerful self service platform for developers A flexible hosting solution for IT Web Sites for Windows Server Scalable Scale.
Introduction to Windows Azure BUGAEV ROMAN. Azure Windows Azure Platform is thus classified as platform as a service and forms part of Microsoft's cloud.
Windows Azure Conference 2014 Deploy your Java workloads on Windows Azure.
Service Computation 2010November 21-26, Lisbon.
Contents 1.Introduction, architecture 2.Live demonstration 3.Extensibility.
Microsoft Azure SoftUni Team Technical Trainers Software University
Website s Azure Websites is an enterprise class cloud solution for developing, testing and running web apps. Azure Websites allows you to focus on what.
Azure Services Platform Update James Conard Sr. Director Developer & Platform Evangelism Microsoft Corporation.
Craig Kitterman Sr. Technical Evangelist Microsoft Corporation Session Code: INT304.
Sascha P. Corti Microsoft
Overview of Silverlight Mike Taulty Developer & Platform Group Microsoft Ltd
.NET Jeremy Stoltzfus Web Programming MWRF. Origins of.NET.NET originally called NGWS “Next Generation Windows Services” The term NGWS was used for Microsoft’s.
Windows Azure. Azure Application platform for the public cloud. Windows Azure is an operating system You can: – build a web application that runs.
Chad Collins CEO Henry Chan CTO In Latin, nubifer means “bringing the clouds”
Developer Day Windows Azure June 2012 & October 2012 News Mario Szpuszta Cloud Architect & Technical Evangelist, Microsoft Corp.
GOOGLE APP ENGINE By Muktadiur Rahman. Contents  Cloud Computing  What is App Engine  Why App Engine  Development with App Engine  Quote & Pricing.
Azure databases 1. Azure storage possibilities Azure offers several storage possibilities Microsoft SQL Server database MySQL database Azure Document.
Azure in a Day Training: Windows Azure Module 1: Windows Azure Overview Module 2: Development Environment / Portal – DEMO: Signing up for Windows Azure.
Microsoft Cloud Solution.  What is the cloud?  Windows Azure  What services does it offer?  How does it all work?  How to go about using it  Further.
Windows Azure poDRw_Xi3Aw.
By, Rutika R. Channawar. Content Introduction Open Handset Alliance Minimum Hardware Requirements Versions Feature Architecture Advantages Disadvantages.
PowerPoint Instructions These are not native PowerPoint objects. They are PNG objects. To change the color, you need to go to the Format Tab.
Hello Cloud… Mike Benkovich
Virtual techdays INDIA │ august 2010 Building & Deploying Windows Azure Application using VS2010 Saranya Sriram │ Developer Evangelist, Microsoft.
Windows Azure Boot CampWindowsAzureBootCamp.com. Windows Azure Boot CampWindowsAzureBootCamp.com.
Building web applications with the Windows Azure Platform Ido Flatow | Senior Architect | Sela | This session.
Copyright © New Signature Who we are: Focused on consistently delivering great customer experiences. What we do: We help you transform your business.
Microsoft Visual Basic 2015 CHAPTER ONE Introduction to Visual Basic 2015 Programming.
Windows Azure and iOS Chris Risner Windows Azure Technical Evangelist Microsoft
 Cloud Computing technology basics Platform Evolution Advantages  Microsoft Windows Azure technology basics Windows Azure – A Lap around the platform.
Cloud Computing Cosa, come e perché? Giancarlo Lelli Microsoft MVP – Avanade
Deploying Web Application
Nope OS Prepared by, Project Guides: Ms. Divya K V Ms. Jucy Vareed
Cloud Data platform (Cloud Application Development & Deployment)
Platform as a Service.
Logo here Module 3 Microsoft Azure Web App. Logo here Module Overview Introduction to App Service Overview of Web Apps Hosting Web Applications in Azure.
Introduction to Silverlight
Introduction to Windows Azure Web Sites
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Introduction to Building Applications with Windows Azure
Saranya Sriram Developer Evangelist | Microsoft
Technical Capabilities
Developing for Windows Azure
Dot Net Application PROF. S. LAKSHMANAN, DEPT. OF B. VOC. (SD & SA),
Office 365 Development July 2014.
Mark Quirk Head of Technology Developer & Platform Group
Microsoft Azure Services Platform
SSDT, Docker, and (Azure) DevOps
Presentation transcript:

Seminar Microsoft Next Generation Windows Services: By Microsoft. Guide Presented By Mr. Sandeep Gaikwad University. Department of Computer Science & Information Technology 12/7/20151NGWS By Microsoft.

What is MS-NGWS The Advent of J2EE eventually led to the decline of Microsoft share. Consequently Microsoft started the project called Next Generation Windows Services(NGWS) to regain the market share. It took more than 3 year to develop the product which is now known as.NET Framework. Microsoft Release the first version of.NET framework 1.0 on FEB along with VS2002. Now Microsoft Release.NET Framework 4.0, along VS /7/20152NGWS By Microsoft.

What’s New Once-every-20-years event Existing client-side web technology has reached the peak of its life-cycle Fresh start of a new client GUI technology Web is where the action is The network is the computer 12/7/20153NGWS By Microsoft.

Windows Azure is an operating system for the cloud This is designed for utility computing It has four primary features: – Service management – Compute – Storage – Developer experience Introduction to Windows Azure.

…. Service 1Service 2Service NService 3 ……

The same facilities that a desktop OS provides, but on a set of connected servers: – Abstract execution environment – Shared file system – Resource allocation – Programming environments And more: Utility computing – 24/7 operation – Pay for what you use – Simpler, transparent administration ……..More Windows Azure : Advantage

Automated service management – You define the rules and provide your code – The platform follows the rules: deploys, monitors, and manages your service A powerful service hosting environment – All of the hardware: servers; load balancers; … – Virtualized and direct execution Scalable, available cloud storage – Blobs, tables, queues, … A rich, familiar developer experience …..Continue

A cloud environment on the desktop Support for a variety of programming languages – ASP.NET,.NET languages, native code, PHP An ecosystem of tools and support – Integration with Visual Studio, Eclipse – Logging, alerts, tracing, … – Samples, documentation, MSDN, forums, … Rich, Familiar Developer Experience

Silverlight 1 September 2007 Silverlight 2 October 2008 Silverlight 3 July 2009 Silverlight 4 Beta July 2009 Business Applications Media Beyond the Browser Silverlight 4 Beta Today!.NET Product: Silverlight

NGWS Targeted to regain the market share. NGWS is now known as.NET Framework. Windows Azure is an operating system for the cloud It is designed for utility computing Windows Azure has four primary features: – Automated service management – A powerful service hosting environment – Scalable, available cloud storage – A rich, familiar developer experience Silverlight is Plug-in for Browser. Conclusion

Thank You 12/7/201511NGWS By Microsoft.