SlideShare a Scribd company logo
1 of 36
An InTELLISENSE WAY for WEB DEVELOPMENT 
View MS .NET course at http://www.edureka.co/microsoft-dotnet-framework 
For Queries: 
Post on Twitter @edurekaIN: #askEdureka 
Post on Facebook /edurekaIN 
For more details please contact us: 
US : 1800 275 9730 (toll free) 
INDIA : +91 88808 62004 
Email Us : sales@edureka.co
Slide2www.edureka.co/microsoft-dotnet-framework 
Objectives 
At the end of this module, you will be able to: 
Understand .NET 
Learn about primary elements of .NET 
Learn about applications of .NET 
Use case: Fund Transfer Banking made easy 
Understand the Job trends in .NET
Slide 3 www.edureka.co/microsoft-dotnet-framework 
MS.NET – An Overview 
Internet 
Notification 
Scheduling 
Users 
 Any Device 
 Any Place 
 Any Time 
XML Web Services 
Integrate business 
applications and 
processes 
Back Office 
Heterogeneous 
applications & 
database 
Authentication
Slide4www.edureka.co/microsoft-dotnet-framework 
MS.NET –An Overview 
Microsoft.NETisapowerfulframework,usedtodevelopsoftwareapplicationstosimplifyclientinteractionwithserverapplication 
Italsoprovidesrichinterfaceandsecuredaccesstothedata 
Itprovidestheabilitytomaketheentirerangeofcomputingdevicesworkconcurrently,updateandsynchronizetheuserinformationautomatically
Slide5www.edureka.co/microsoft-dotnet-framework 
Can create applications which will be useful to many customers 
.NET is a powerful technology 
Most of the applications are developed in the industry using .NET 
Secured and powerful application can be developed 
Most of the banking sites, share market portals, etc., are developed using .NET 
Features of .NET
Slide6www.edureka.co/microsoft-dotnet-framework 
Advantages of .NET 
Common Language Specification 
Platform Independent using MONO CLR 
Intelligent Framework 
Support to develop Windows Application, Web Application, Services, etc. 
It works on Object Oriented Programming 
Easy Application Development and Maintenance 
Support of Security 
Large number of built-in libraries
Slide7www.edureka.co/microsoft-dotnet-framework 
MS.NET –Primary Elements 
.NET 
Webforms 
Winforms 
.NET Framework 
Common Language Runtime
Slide8www.edureka.co/microsoft-dotnet-framework 
Framework –An Overview 
Aframeworkisasoftwareinfrastructureinwhichsoftwarethatprovidesgenericfunctionalitycanbeselectivelychangedbyaddinguser-writtencodetoit,henceprovidingapplication-specificsoftware 
.NETFrameworkdeveloperversionwillcomealongwithvisualstudio
Slide9www.edureka.co/microsoft-dotnet-framework 
Features of .NET Framework 4.5 
Powerful Framework with Visual Studio 2012 
Improved and Expanded Base class Libraries 
Razor View Engine 
Support of Windows Store Applications 
Parallel Computing 
ASP.NET Web API to create Http Services
Slide10www.edureka.co/microsoft-dotnet-framework 
Visual Studio 2012 –An Overview 
With Visual Studio 2012 
1.Simplifies application development with unique features comparing to other IDEs 
2.Below are the unique features 
Auto generation of Code 
Auto completion 
»Intellisense 
»Intellitype 
»Intellitrace 
Reference highlighting 
Built-in components 
Code snippets, etc.
Slide11www.edureka.co/microsoft-dotnet-framework 
Top Features of .NET-Visual Studio IDE 
Powerful IDE (Integrated Development Environment) 
»Allows to drag and drop the controls 
»Simplifies changing the properties 
Supports RAD (Rapid Application Development) 
»Allows to develop, run and debug the applications
Slide12www.edureka.co/microsoft-dotnet-framework 
Usage of MS.NET Framework 
There are many big companies which developed softwares using .NET like 
Banking Domain 
»hdfcbank.com 
»axisbank.com 
»icicilombard.com 
http://www.muthootfinance.com/ 
ICICI Securities 
Reliance Securities
Slide13www.edureka.co/microsoft-dotnet-framework 
Common Language Runtime (CLR) 
It is the heart of .NET Framework, which takes responsibility for creating and executing applications targeting to .NET 
CLR is a Runtime for .NET Framework and it stands for Common Language Runtime 
Manages running code 
One Runtime of Many Languages 
Provides common type system 
Provides access to system resources
Slide14www.edureka.co/microsoft-dotnet-framework 
Application Development –Using .NET 
.NET supports different type of application 
Native Applications for Desktop 
»Console Application 
»Windows Application 
»Class Libraries 
»Windows Services 
Applications for Web 
»Web Application 
»Web Sites 
»Web Services, etc.
Slide15www.edureka.co/microsoft-dotnet-framework 
Different Kind of Application –An Overview 
Web Application 
Windows Application 
Console Application
Slide16www.edureka.co/microsoft-dotnet-framework 
Use Case –Problem Statement 
One day John had been to the Bank. He wanted to perform few transactions on his registered account before his office hours. When he reached there, he saw few people were already lined up. He took the token for his transactions and waited at the reception
Slide17www.edureka.co/microsoft-dotnet-framework 
Use Case –Problem Statement 
He waited for some time. Then he went to the Customer Support Executive to ask how much time it will take for all the transactions. The lady told him that, he has to stand in different queues for different transactions and as this is a busy hour in the bank, it will take a while 
Customer 
Support
Slide18www.edureka.co/microsoft-dotnet-framework 
Use Case –Problem Statement 
All the transactions were important for him. So, he stayed back in the bank and performed all the transactions. For two fund transfers and one application status check, it took him 1 hour apart from the waiting time at the reception
Slide19www.edureka.co/microsoft-dotnet-framework 
Use Case –Problem Statement 
Because of the inefficient manual process in the bank, a lot of his time was wasted 
Also, he was late to office and had a tough time with his manager
Slide20www.edureka.co/microsoft-dotnet-framework 
Simplified Solution using .NET 
No more standing in long queue 
No wastage of time 
Solution at your finger tip : Banking Application
Slide21www.edureka.co/microsoft-dotnet-framework 
Advantages of Applications Developed in .NET 
Different ways to solve the problem: 
1.Round the clock one can transfer funds using web application 
2.Immediate completion of transaction with windows application (native application) 
3.Console Application helps to complete the transaction without opening the application 
4.Web service helps one to use the service with other languages like php, java, etc.
Slide22www.edureka.co/microsoft-dotnet-framework 
Simplified Solution using .NET 
Develop a Console Application: 
Simplify issues right away with statements without loading application 
Develop a Standalone Application: 
Helps to transact in the branch with the support of the cashier 
Install the Win application in ATM machine for automated transactions 
Develop a Web Application: 
Will allow to operate your application in Web 
Develop a Web Service: 
Will allow to operate application with existing applications using other technology 
Develop a Mobile Application: 
Will allow to access your transaction using mobile phone, tablet pc, etc. 
Develop Route based App in MVC.NET: 
Will allow to access transactions by clicking on link provided
Slide23www.edureka.co/microsoft-dotnet-framework 
LogintotheApplication 
James 
Step 1 : Login to Application 
1.Enter the registered username and password 
2.Click “Log In”
Slide24www.edureka.co/microsoft-dotnet-framework 
SelecttheTransactionType 
Step 2 : Select the operation to be performed 
1.Select the desired transaction type to be performed from the menu available 
Suppose a fund transfer has to be performed
Slide25www.edureka.co/microsoft-dotnet-framework 
WebApplication 
It is used to access the application round the clock, all over the world 
Customer need not to have any software installed in his machine, they just need to access the application using any web browser (if internet is enabled) 
Except cash deposit or withdrawal other transactions like Fund transfer, balance check, bill pay, Mini statement, etc., can be easily performed round the clock
Slide26www.edureka.co/microsoft-dotnet-framework 
Step 3 : Performing Fund transfer 
1.Enter the required details of the payee and the payer 
2.Click “Initiate” 
Fund Transfer : Web Application
Slide27www.edureka.co/microsoft-dotnet-framework 
WindowsApplication 
It helps to develop user interface for windows operating system with the components/tools used in the operating system 
It allows to select options instead of entering your details 
It contains a interactive user interface as it supports lot of images 
Example: you can check the signature of the customer
Slide28www.edureka.co/microsoft-dotnet-framework 
Step 3 : Performing Fund transfer 
1.Enter the required details of the payee 
2.Click “Fund Transfer” 
Fund transfer : Windows Application
Slide29www.edureka.co/microsoft-dotnet-framework 
Console Application 
It helps in developing application which can issue statements without loading the project 
Example: 
To block a user 
C:>Blockcustomer c102 
To make your statement mode from paper to pdf 
C:>CustomerStatementEstatementtrue
Slide30www.edureka.co/microsoft-dotnet-framework 
Web Service 
It can generate a service that runs in SOA 
Service can be consumed in any technology like java, php, etc., 
It allows to consume library in any application 
Note: Suppose my application is developed in .NET, if someone wants to access the application developed in java, I can share the access using web service
Slide31www.edureka.co/microsoft-dotnet-framework 
.NET Supports Different Programming Languages 
More than 50 successful languages are supported to develop application to target .NET technologies 
1.C#.NET 
2.VB.NET 
3.J#.NET 
4.Plugins like 
Php.net 
Cobol.net 
Fortan.net
Slide32www.edureka.co/microsoft-dotnet-framework 
.NET –Job Trends
Slide33www.edureka.co/microsoft-dotnet-framework 
Course Topics 
Module 6 
»ASP.NET 
Module 7 
»Web Server Controls 
Module 8 
»LinQ, 3 -Tier Architecture 
Module 9 
»State Management, Ajax 
Module 10 
»Security and Web Services 
Module 1 
».NET Architecture, Visual Studio IDE 
Module 2 
»Introduction C#.NET and OOPs using C#.NET 
Module 3 
»Windows Forms using C#.NET 
Module 4 
»ADO.NET -Data Access from SQL Server 
Module 5 
»Collections and Assemblies
LIVE Online Class 
Class Recording in LMS 
24/7 Post Class Support 
Module Wise Quiz 
Project Work 
Verifiable Certificate 
Slide34www.edureka.co/microsoft-dotnet-framework 
How it Works?
Questions 
Slide35www.edureka.co/microsoft-dotnet-framework 
Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Webinar: Microsoft .NET Framework : An IntelliSense Way of Web Development

More Related Content

What's hot

Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration Platform
Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration PlatformWebinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration Platform
Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration PlatformEdureka!
 
Animation And Testing In AngularJS
Animation And Testing In AngularJSAnimation And Testing In AngularJS
Animation And Testing In AngularJSEdureka!
 
Learn How to Animate your Android App
Learn How to Animate your Android AppLearn How to Animate your Android App
Learn How to Animate your Android AppEdureka!
 
Day In A Life Of A Node.js Developer
Day In A Life Of A Node.js DeveloperDay In A Life Of A Node.js Developer
Day In A Life Of A Node.js DeveloperEdureka!
 
FRONT-END WEB DEVELOPMENT WITH REACTJS
FRONT-END WEB DEVELOPMENT WITH REACTJSFRONT-END WEB DEVELOPMENT WITH REACTJS
FRONT-END WEB DEVELOPMENT WITH REACTJSTran Phong Phu
 
235042632 super-shop-ee
235042632 super-shop-ee235042632 super-shop-ee
235042632 super-shop-eehomeworkping3
 
Design Patterns : Solution to Software Design Problems
Design Patterns : Solution to Software Design ProblemsDesign Patterns : Solution to Software Design Problems
Design Patterns : Solution to Software Design ProblemsEdureka!
 
Moving to Microsoft Visual Basic .NET
Moving to Microsoft Visual Basic .NETMoving to Microsoft Visual Basic .NET
Moving to Microsoft Visual Basic .NETV Sanchez
 
Top Web Development Frameworks Comparison: All You Need To Know
Top Web Development Frameworks Comparison: All You Need To KnowTop Web Development Frameworks Comparison: All You Need To Know
Top Web Development Frameworks Comparison: All You Need To KnowPixel Crayons
 
Design Patterns : The Ultimate Blueprint for Software
Design Patterns : The Ultimate Blueprint for SoftwareDesign Patterns : The Ultimate Blueprint for Software
Design Patterns : The Ultimate Blueprint for SoftwareEdureka!
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptEdureka!
 
Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web DevelopmentYash Sati
 
SD Forum Java SIG - Service Oriented UI Architecture
SD Forum Java SIG - Service Oriented UI ArchitectureSD Forum Java SIG - Service Oriented UI Architecture
SD Forum Java SIG - Service Oriented UI ArchitectureJeff Haynie
 
Training report on web developing
Training report on web developingTraining report on web developing
Training report on web developingJawhar Ali
 
Java/J2EE & SOA
Java/J2EE & SOA Java/J2EE & SOA
Java/J2EE & SOA Edureka!
 
Intro to Front-End Web Devlopment
Intro to Front-End Web DevlopmentIntro to Front-End Web Devlopment
Intro to Front-End Web Devlopmentdamonras
 
Android development 1july
Android development 1julyAndroid development 1july
Android development 1julyEdureka!
 
Webinar on Angular JS titled 'Develop Responsive Single Page Application'
Webinar on Angular JS titled 'Develop Responsive Single Page Application'Webinar on Angular JS titled 'Develop Responsive Single Page Application'
Webinar on Angular JS titled 'Develop Responsive Single Page Application'Edureka!
 

What's hot (20)

Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration Platform
Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration PlatformWebinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration Platform
Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration Platform
 
Animation And Testing In AngularJS
Animation And Testing In AngularJSAnimation And Testing In AngularJS
Animation And Testing In AngularJS
 
Acknowledgement
AcknowledgementAcknowledgement
Acknowledgement
 
Learn How to Animate your Android App
Learn How to Animate your Android AppLearn How to Animate your Android App
Learn How to Animate your Android App
 
Day In A Life Of A Node.js Developer
Day In A Life Of A Node.js DeveloperDay In A Life Of A Node.js Developer
Day In A Life Of A Node.js Developer
 
FRONT-END WEB DEVELOPMENT WITH REACTJS
FRONT-END WEB DEVELOPMENT WITH REACTJSFRONT-END WEB DEVELOPMENT WITH REACTJS
FRONT-END WEB DEVELOPMENT WITH REACTJS
 
235042632 super-shop-ee
235042632 super-shop-ee235042632 super-shop-ee
235042632 super-shop-ee
 
Design Patterns : Solution to Software Design Problems
Design Patterns : Solution to Software Design ProblemsDesign Patterns : Solution to Software Design Problems
Design Patterns : Solution to Software Design Problems
 
Moving to Microsoft Visual Basic .NET
Moving to Microsoft Visual Basic .NETMoving to Microsoft Visual Basic .NET
Moving to Microsoft Visual Basic .NET
 
Top Web Development Frameworks Comparison: All You Need To Know
Top Web Development Frameworks Comparison: All You Need To KnowTop Web Development Frameworks Comparison: All You Need To Know
Top Web Development Frameworks Comparison: All You Need To Know
 
Design Patterns : The Ultimate Blueprint for Software
Design Patterns : The Ultimate Blueprint for SoftwareDesign Patterns : The Ultimate Blueprint for Software
Design Patterns : The Ultimate Blueprint for Software
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScript
 
Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web Development
 
SD Forum Java SIG - Service Oriented UI Architecture
SD Forum Java SIG - Service Oriented UI ArchitectureSD Forum Java SIG - Service Oriented UI Architecture
SD Forum Java SIG - Service Oriented UI Architecture
 
Training report on web developing
Training report on web developingTraining report on web developing
Training report on web developing
 
Java/J2EE & SOA
Java/J2EE & SOA Java/J2EE & SOA
Java/J2EE & SOA
 
Intro to Front-End Web Devlopment
Intro to Front-End Web DevlopmentIntro to Front-End Web Devlopment
Intro to Front-End Web Devlopment
 
Android development 1july
Android development 1julyAndroid development 1july
Android development 1july
 
MYDATA
MYDATAMYDATA
MYDATA
 
Webinar on Angular JS titled 'Develop Responsive Single Page Application'
Webinar on Angular JS titled 'Develop Responsive Single Page Application'Webinar on Angular JS titled 'Develop Responsive Single Page Application'
Webinar on Angular JS titled 'Develop Responsive Single Page Application'
 

Viewers also liked

Webinar: Learn Perl - The Jewel of Scripting Languages
Webinar: Learn Perl - The Jewel of Scripting LanguagesWebinar: Learn Perl - The Jewel of Scripting Languages
Webinar: Learn Perl - The Jewel of Scripting LanguagesEdureka!
 
SPSNYC - Authentication, Authorization, and Identity – More than meets the eye…
SPSNYC - Authentication, Authorization, and Identity – More than meets the eye…SPSNYC - Authentication, Authorization, and Identity – More than meets the eye…
SPSNYC - Authentication, Authorization, and Identity – More than meets the eye…Scott Hoag
 
Authentication in microservice systems
Authentication in microservice systemsAuthentication in microservice systems
Authentication in microservice systemsDavid Borsos
 
Classroom2 0 live_meets_the_australia_series_
Classroom2 0 live_meets_the_australia_series_Classroom2 0 live_meets_the_australia_series_
Classroom2 0 live_meets_the_australia_series_Kim Caise
 
Rory Devine NBC Reference Letter on Kiara Smithee
Rory Devine NBC  Reference Letter on Kiara SmitheeRory Devine NBC  Reference Letter on Kiara Smithee
Rory Devine NBC Reference Letter on Kiara SmitheeKiara Smithee
 
SPSVB - To the Cloud! Using IaaS as a Hosting Provider for SharePoint
SPSVB - To the Cloud! Using IaaS as a Hosting Provider for SharePointSPSVB - To the Cloud! Using IaaS as a Hosting Provider for SharePoint
SPSVB - To the Cloud! Using IaaS as a Hosting Provider for SharePointScott Hoag
 
Sinh vienit.net --tai lieu lap trinh shell linux - unix
Sinh vienit.net --tai lieu lap trinh shell linux - unixSinh vienit.net --tai lieu lap trinh shell linux - unix
Sinh vienit.net --tai lieu lap trinh shell linux - unixQuốc Gunners
 
Using server logs to your advantage
Using server logs to your advantageUsing server logs to your advantage
Using server logs to your advantageAlexandra Johnson
 
Safe Patch - Do you know where your loved ones have wandered off to?
Safe Patch - Do you know where your loved ones have wandered off to?Safe Patch - Do you know where your loved ones have wandered off to?
Safe Patch - Do you know where your loved ones have wandered off to?Andrew Ngui
 
Log analysis and pro use cases for search marketers online version (1)
Log analysis and pro use cases for search marketers online version (1)Log analysis and pro use cases for search marketers online version (1)
Log analysis and pro use cases for search marketers online version (1)David Sottimano
 
Trattamento chirurgico pace napoleone corso guch torino maggio 2016
Trattamento chirurgico pace napoleone corso guch torino maggio 2016Trattamento chirurgico pace napoleone corso guch torino maggio 2016
Trattamento chirurgico pace napoleone corso guch torino maggio 2016guch-piemonte
 
Connecting Classrooms via Global Collaborative Projects - #globaled15
Connecting Classrooms via Global Collaborative Projects - #globaled15Connecting Classrooms via Global Collaborative Projects - #globaled15
Connecting Classrooms via Global Collaborative Projects - #globaled15Kim Caise
 
Kelan vahvuudet soten toteutamisessa
Kelan vahvuudet soten toteutamisessaKelan vahvuudet soten toteutamisessa
Kelan vahvuudet soten toteutamisessaKela
 
Monitor and control process group part two
Monitor and control process group part twoMonitor and control process group part two
Monitor and control process group part twoHossam Maghrabi
 
Introduction to Agile Estimation & Planning
Introduction to Agile Estimation & PlanningIntroduction to Agile Estimation & Planning
Introduction to Agile Estimation & PlanningAmaad Qureshi
 
Yaşamımızdaki elektrik
Yaşamımızdaki elektrikYaşamımızdaki elektrik
Yaşamımızdaki elektrikCihan Candan
 

Viewers also liked (19)

Webinar: Learn Perl - The Jewel of Scripting Languages
Webinar: Learn Perl - The Jewel of Scripting LanguagesWebinar: Learn Perl - The Jewel of Scripting Languages
Webinar: Learn Perl - The Jewel of Scripting Languages
 
SPSNYC - Authentication, Authorization, and Identity – More than meets the eye…
SPSNYC - Authentication, Authorization, and Identity – More than meets the eye…SPSNYC - Authentication, Authorization, and Identity – More than meets the eye…
SPSNYC - Authentication, Authorization, and Identity – More than meets the eye…
 
Authentication in microservice systems
Authentication in microservice systemsAuthentication in microservice systems
Authentication in microservice systems
 
Classroom2 0 live_meets_the_australia_series_
Classroom2 0 live_meets_the_australia_series_Classroom2 0 live_meets_the_australia_series_
Classroom2 0 live_meets_the_australia_series_
 
Rory Devine NBC Reference Letter on Kiara Smithee
Rory Devine NBC  Reference Letter on Kiara SmitheeRory Devine NBC  Reference Letter on Kiara Smithee
Rory Devine NBC Reference Letter on Kiara Smithee
 
SPSVB - To the Cloud! Using IaaS as a Hosting Provider for SharePoint
SPSVB - To the Cloud! Using IaaS as a Hosting Provider for SharePointSPSVB - To the Cloud! Using IaaS as a Hosting Provider for SharePoint
SPSVB - To the Cloud! Using IaaS as a Hosting Provider for SharePoint
 
Sinh vienit.net --tai lieu lap trinh shell linux - unix
Sinh vienit.net --tai lieu lap trinh shell linux - unixSinh vienit.net --tai lieu lap trinh shell linux - unix
Sinh vienit.net --tai lieu lap trinh shell linux - unix
 
Using server logs to your advantage
Using server logs to your advantageUsing server logs to your advantage
Using server logs to your advantage
 
Safe Patch - Do you know where your loved ones have wandered off to?
Safe Patch - Do you know where your loved ones have wandered off to?Safe Patch - Do you know where your loved ones have wandered off to?
Safe Patch - Do you know where your loved ones have wandered off to?
 
Log analysis and pro use cases for search marketers online version (1)
Log analysis and pro use cases for search marketers online version (1)Log analysis and pro use cases for search marketers online version (1)
Log analysis and pro use cases for search marketers online version (1)
 
Hedef Programlama
Hedef ProgramlamaHedef Programlama
Hedef Programlama
 
Trattamento chirurgico pace napoleone corso guch torino maggio 2016
Trattamento chirurgico pace napoleone corso guch torino maggio 2016Trattamento chirurgico pace napoleone corso guch torino maggio 2016
Trattamento chirurgico pace napoleone corso guch torino maggio 2016
 
Connecting Classrooms via Global Collaborative Projects - #globaled15
Connecting Classrooms via Global Collaborative Projects - #globaled15Connecting Classrooms via Global Collaborative Projects - #globaled15
Connecting Classrooms via Global Collaborative Projects - #globaled15
 
Drive project with essence
Drive project with essenceDrive project with essence
Drive project with essence
 
Kelan vahvuudet soten toteutamisessa
Kelan vahvuudet soten toteutamisessaKelan vahvuudet soten toteutamisessa
Kelan vahvuudet soten toteutamisessa
 
Monitor and control process group part two
Monitor and control process group part twoMonitor and control process group part two
Monitor and control process group part two
 
Introduction to Agile Estimation & Planning
Introduction to Agile Estimation & PlanningIntroduction to Agile Estimation & Planning
Introduction to Agile Estimation & Planning
 
Yaşamımızdaki elektrik
Yaşamımızdaki elektrikYaşamımızdaki elektrik
Yaşamımızdaki elektrik
 
Acls update class 2015
Acls update class 2015Acls update class 2015
Acls update class 2015
 

Similar to Webinar: Microsoft .NET Framework : An IntelliSense Way of Web Development

MS .Net - An IntelliSense Way of Web Development
MS .Net - An IntelliSense Way of Web DevelopmentMS .Net - An IntelliSense Way of Web Development
MS .Net - An IntelliSense Way of Web DevelopmentEdureka!
 
zaid ppt.pptx
zaid ppt.pptxzaid ppt.pptx
zaid ppt.pptxaasim40
 
(SK BASHA(3+y))
(SK BASHA(3+y))(SK BASHA(3+y))
(SK BASHA(3+y))Basha Sk
 
Ultimate Project Office with BrightWork and Nintex - Event on May 6
Ultimate Project Office with BrightWork and Nintex - Event on May 6Ultimate Project Office with BrightWork and Nintex - Event on May 6
Ultimate Project Office with BrightWork and Nintex - Event on May 6David J Rosenthal
 
Browser frame building with c# and vb dot net
Browser frame building  with c# and vb dot netBrowser frame building  with c# and vb dot net
Browser frame building with c# and vb dot netsonia merchant
 
Vb net xp_15
Vb net xp_15Vb net xp_15
Vb net xp_15Niit Care
 
Real-Time Monitoring System For Healthcare Services - Silver touch
Real-Time Monitoring System For Healthcare Services - Silver touchReal-Time Monitoring System For Healthcare Services - Silver touch
Real-Time Monitoring System For Healthcare Services - Silver touchSAP Silver Touch
 
Healthcare software service provider - Silver Touch
Healthcare software service provider - Silver TouchHealthcare software service provider - Silver Touch
Healthcare software service provider - Silver TouchSAP Silver Touch
 
AnkitWalia_Resume_JavaDev
AnkitWalia_Resume_JavaDevAnkitWalia_Resume_JavaDev
AnkitWalia_Resume_JavaDevwalia_jjn
 
Online bus pass registration
Online bus pass registrationOnline bus pass registration
Online bus pass registrationYesu Raj
 
Bank Management System Desktop Application
Bank Management System Desktop Application Bank Management System Desktop Application
Bank Management System Desktop Application Ibadullah Khan
 

Similar to Webinar: Microsoft .NET Framework : An IntelliSense Way of Web Development (20)

MS .Net - An IntelliSense Way of Web Development
MS .Net - An IntelliSense Way of Web DevelopmentMS .Net - An IntelliSense Way of Web Development
MS .Net - An IntelliSense Way of Web Development
 
Online banking
Online bankingOnline banking
Online banking
 
banking project
banking projectbanking project
banking project
 
locker presentation (1)
locker presentation (1)locker presentation (1)
locker presentation (1)
 
zaid ppt.pptx
zaid ppt.pptxzaid ppt.pptx
zaid ppt.pptx
 
(SK BASHA(3+y))
(SK BASHA(3+y))(SK BASHA(3+y))
(SK BASHA(3+y))
 
Fayaz_CV
Fayaz_CVFayaz_CV
Fayaz_CV
 
Ultimate Project Office with BrightWork and Nintex - Event on May 6
Ultimate Project Office with BrightWork and Nintex - Event on May 6Ultimate Project Office with BrightWork and Nintex - Event on May 6
Ultimate Project Office with BrightWork and Nintex - Event on May 6
 
Browser frame building with c# and vb dot net
Browser frame building  with c# and vb dot netBrowser frame building  with c# and vb dot net
Browser frame building with c# and vb dot net
 
Resume_Rupesh Lanjewar
Resume_Rupesh LanjewarResume_Rupesh Lanjewar
Resume_Rupesh Lanjewar
 
Project copy
Project   copyProject   copy
Project copy
 
Vb net xp_15
Vb net xp_15Vb net xp_15
Vb net xp_15
 
Real-Time Monitoring System For Healthcare Services - Silver touch
Real-Time Monitoring System For Healthcare Services - Silver touchReal-Time Monitoring System For Healthcare Services - Silver touch
Real-Time Monitoring System For Healthcare Services - Silver touch
 
Healthcare software service provider - Silver Touch
Healthcare software service provider - Silver TouchHealthcare software service provider - Silver Touch
Healthcare software service provider - Silver Touch
 
AnkitWalia_Resume_JavaDev
AnkitWalia_Resume_JavaDevAnkitWalia_Resume_JavaDev
AnkitWalia_Resume_JavaDev
 
Girish Resume
Girish ResumeGirish Resume
Girish Resume
 
Vivek
VivekVivek
Vivek
 
Online bus pass registration
Online bus pass registrationOnline bus pass registration
Online bus pass registration
 
SLPOST
SLPOSTSLPOST
SLPOST
 
Bank Management System Desktop Application
Bank Management System Desktop Application Bank Management System Desktop Application
Bank Management System Desktop Application
 

More from Edureka!

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaEdureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaEdureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaEdureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaEdureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaEdureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaEdureka!
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaEdureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaEdureka!
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaEdureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaEdureka!
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | EdurekaEdureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEdureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEdureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaEdureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaEdureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaEdureka!
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaEdureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaEdureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | EdurekaEdureka!
 

More from Edureka! (20)

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
 

Recently uploaded

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 

Recently uploaded (20)

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 

Webinar: Microsoft .NET Framework : An IntelliSense Way of Web Development

  • 1. An InTELLISENSE WAY for WEB DEVELOPMENT View MS .NET course at http://www.edureka.co/microsoft-dotnet-framework For Queries: Post on Twitter @edurekaIN: #askEdureka Post on Facebook /edurekaIN For more details please contact us: US : 1800 275 9730 (toll free) INDIA : +91 88808 62004 Email Us : sales@edureka.co
  • 2. Slide2www.edureka.co/microsoft-dotnet-framework Objectives At the end of this module, you will be able to: Understand .NET Learn about primary elements of .NET Learn about applications of .NET Use case: Fund Transfer Banking made easy Understand the Job trends in .NET
  • 3. Slide 3 www.edureka.co/microsoft-dotnet-framework MS.NET – An Overview Internet Notification Scheduling Users  Any Device  Any Place  Any Time XML Web Services Integrate business applications and processes Back Office Heterogeneous applications & database Authentication
  • 4. Slide4www.edureka.co/microsoft-dotnet-framework MS.NET –An Overview Microsoft.NETisapowerfulframework,usedtodevelopsoftwareapplicationstosimplifyclientinteractionwithserverapplication Italsoprovidesrichinterfaceandsecuredaccesstothedata Itprovidestheabilitytomaketheentirerangeofcomputingdevicesworkconcurrently,updateandsynchronizetheuserinformationautomatically
  • 5. Slide5www.edureka.co/microsoft-dotnet-framework Can create applications which will be useful to many customers .NET is a powerful technology Most of the applications are developed in the industry using .NET Secured and powerful application can be developed Most of the banking sites, share market portals, etc., are developed using .NET Features of .NET
  • 6. Slide6www.edureka.co/microsoft-dotnet-framework Advantages of .NET Common Language Specification Platform Independent using MONO CLR Intelligent Framework Support to develop Windows Application, Web Application, Services, etc. It works on Object Oriented Programming Easy Application Development and Maintenance Support of Security Large number of built-in libraries
  • 7. Slide7www.edureka.co/microsoft-dotnet-framework MS.NET –Primary Elements .NET Webforms Winforms .NET Framework Common Language Runtime
  • 8. Slide8www.edureka.co/microsoft-dotnet-framework Framework –An Overview Aframeworkisasoftwareinfrastructureinwhichsoftwarethatprovidesgenericfunctionalitycanbeselectivelychangedbyaddinguser-writtencodetoit,henceprovidingapplication-specificsoftware .NETFrameworkdeveloperversionwillcomealongwithvisualstudio
  • 9. Slide9www.edureka.co/microsoft-dotnet-framework Features of .NET Framework 4.5 Powerful Framework with Visual Studio 2012 Improved and Expanded Base class Libraries Razor View Engine Support of Windows Store Applications Parallel Computing ASP.NET Web API to create Http Services
  • 10. Slide10www.edureka.co/microsoft-dotnet-framework Visual Studio 2012 –An Overview With Visual Studio 2012 1.Simplifies application development with unique features comparing to other IDEs 2.Below are the unique features Auto generation of Code Auto completion »Intellisense »Intellitype »Intellitrace Reference highlighting Built-in components Code snippets, etc.
  • 11. Slide11www.edureka.co/microsoft-dotnet-framework Top Features of .NET-Visual Studio IDE Powerful IDE (Integrated Development Environment) »Allows to drag and drop the controls »Simplifies changing the properties Supports RAD (Rapid Application Development) »Allows to develop, run and debug the applications
  • 12. Slide12www.edureka.co/microsoft-dotnet-framework Usage of MS.NET Framework There are many big companies which developed softwares using .NET like Banking Domain »hdfcbank.com »axisbank.com »icicilombard.com http://www.muthootfinance.com/ ICICI Securities Reliance Securities
  • 13. Slide13www.edureka.co/microsoft-dotnet-framework Common Language Runtime (CLR) It is the heart of .NET Framework, which takes responsibility for creating and executing applications targeting to .NET CLR is a Runtime for .NET Framework and it stands for Common Language Runtime Manages running code One Runtime of Many Languages Provides common type system Provides access to system resources
  • 14. Slide14www.edureka.co/microsoft-dotnet-framework Application Development –Using .NET .NET supports different type of application Native Applications for Desktop »Console Application »Windows Application »Class Libraries »Windows Services Applications for Web »Web Application »Web Sites »Web Services, etc.
  • 15. Slide15www.edureka.co/microsoft-dotnet-framework Different Kind of Application –An Overview Web Application Windows Application Console Application
  • 16. Slide16www.edureka.co/microsoft-dotnet-framework Use Case –Problem Statement One day John had been to the Bank. He wanted to perform few transactions on his registered account before his office hours. When he reached there, he saw few people were already lined up. He took the token for his transactions and waited at the reception
  • 17. Slide17www.edureka.co/microsoft-dotnet-framework Use Case –Problem Statement He waited for some time. Then he went to the Customer Support Executive to ask how much time it will take for all the transactions. The lady told him that, he has to stand in different queues for different transactions and as this is a busy hour in the bank, it will take a while Customer Support
  • 18. Slide18www.edureka.co/microsoft-dotnet-framework Use Case –Problem Statement All the transactions were important for him. So, he stayed back in the bank and performed all the transactions. For two fund transfers and one application status check, it took him 1 hour apart from the waiting time at the reception
  • 19. Slide19www.edureka.co/microsoft-dotnet-framework Use Case –Problem Statement Because of the inefficient manual process in the bank, a lot of his time was wasted Also, he was late to office and had a tough time with his manager
  • 20. Slide20www.edureka.co/microsoft-dotnet-framework Simplified Solution using .NET No more standing in long queue No wastage of time Solution at your finger tip : Banking Application
  • 21. Slide21www.edureka.co/microsoft-dotnet-framework Advantages of Applications Developed in .NET Different ways to solve the problem: 1.Round the clock one can transfer funds using web application 2.Immediate completion of transaction with windows application (native application) 3.Console Application helps to complete the transaction without opening the application 4.Web service helps one to use the service with other languages like php, java, etc.
  • 22. Slide22www.edureka.co/microsoft-dotnet-framework Simplified Solution using .NET Develop a Console Application: Simplify issues right away with statements without loading application Develop a Standalone Application: Helps to transact in the branch with the support of the cashier Install the Win application in ATM machine for automated transactions Develop a Web Application: Will allow to operate your application in Web Develop a Web Service: Will allow to operate application with existing applications using other technology Develop a Mobile Application: Will allow to access your transaction using mobile phone, tablet pc, etc. Develop Route based App in MVC.NET: Will allow to access transactions by clicking on link provided
  • 23. Slide23www.edureka.co/microsoft-dotnet-framework LogintotheApplication James Step 1 : Login to Application 1.Enter the registered username and password 2.Click “Log In”
  • 24. Slide24www.edureka.co/microsoft-dotnet-framework SelecttheTransactionType Step 2 : Select the operation to be performed 1.Select the desired transaction type to be performed from the menu available Suppose a fund transfer has to be performed
  • 25. Slide25www.edureka.co/microsoft-dotnet-framework WebApplication It is used to access the application round the clock, all over the world Customer need not to have any software installed in his machine, they just need to access the application using any web browser (if internet is enabled) Except cash deposit or withdrawal other transactions like Fund transfer, balance check, bill pay, Mini statement, etc., can be easily performed round the clock
  • 26. Slide26www.edureka.co/microsoft-dotnet-framework Step 3 : Performing Fund transfer 1.Enter the required details of the payee and the payer 2.Click “Initiate” Fund Transfer : Web Application
  • 27. Slide27www.edureka.co/microsoft-dotnet-framework WindowsApplication It helps to develop user interface for windows operating system with the components/tools used in the operating system It allows to select options instead of entering your details It contains a interactive user interface as it supports lot of images Example: you can check the signature of the customer
  • 28. Slide28www.edureka.co/microsoft-dotnet-framework Step 3 : Performing Fund transfer 1.Enter the required details of the payee 2.Click “Fund Transfer” Fund transfer : Windows Application
  • 29. Slide29www.edureka.co/microsoft-dotnet-framework Console Application It helps in developing application which can issue statements without loading the project Example: To block a user C:>Blockcustomer c102 To make your statement mode from paper to pdf C:>CustomerStatementEstatementtrue
  • 30. Slide30www.edureka.co/microsoft-dotnet-framework Web Service It can generate a service that runs in SOA Service can be consumed in any technology like java, php, etc., It allows to consume library in any application Note: Suppose my application is developed in .NET, if someone wants to access the application developed in java, I can share the access using web service
  • 31. Slide31www.edureka.co/microsoft-dotnet-framework .NET Supports Different Programming Languages More than 50 successful languages are supported to develop application to target .NET technologies 1.C#.NET 2.VB.NET 3.J#.NET 4.Plugins like Php.net Cobol.net Fortan.net
  • 33. Slide33www.edureka.co/microsoft-dotnet-framework Course Topics Module 6 »ASP.NET Module 7 »Web Server Controls Module 8 »LinQ, 3 -Tier Architecture Module 9 »State Management, Ajax Module 10 »Security and Web Services Module 1 ».NET Architecture, Visual Studio IDE Module 2 »Introduction C#.NET and OOPs using C#.NET Module 3 »Windows Forms using C#.NET Module 4 »ADO.NET -Data Access from SQL Server Module 5 »Collections and Assemblies
  • 34. LIVE Online Class Class Recording in LMS 24/7 Post Class Support Module Wise Quiz Project Work Verifiable Certificate Slide34www.edureka.co/microsoft-dotnet-framework How it Works?
  • 35. Questions Slide35www.edureka.co/microsoft-dotnet-framework Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions