SlideShare une entreprise Scribd logo
1  sur  28
Microsoft .NET Framework,[object Object],Ch. Vishwa Mohan,[object Object],M.Sc., M.Tech,[object Object],Freelance Software Consultant &  Corporate Trainer,[object Object]
What is .NET ?,[object Object],Microsoft.NET is a set of Microsoft software technologies for connecting information, people, systems and devices. ,[object Object],It enables high level of software integration through the use of XML Web Services.,[object Object],The .NET is a platform that provides a standardized set of services:  ,[object Object],It’s just like Windows, except distributed over the Internet.,[object Object],It exports a common interface so that it’s programs can be run on any system that supports .Net.,[object Object],Goals of .NET,[object Object],Tie all devices to the Internet,[object Object],Software as a service,[object Object],Data and applications accessible on all devices,[object Object],Truly compile once, run anywhere,[object Object],Scalability,[object Object]
An  Overview on .NET,[object Object],.NET was designed to replace all legacy Microsoft Languages,[object Object],J++, C++, ASP, Visual Basic. ,[object Object],Offers Language uniformity.,[object Object],.NET Provides Common Intermediate Language IL (or MSIL),[object Object],IL concept is based on CLI. CLI is a standard not a language. ,[object Object],C#, VB.NET, J# compiles into IL. ,[object Object],Non-interpreted, Just-In-Time (JIT) Compiled Code. ,[object Object],Each client has CLR. ,[object Object],CLR is your sandbox. Provides safe environment for code execution. ,[object Object]
Code Execution in .NET,[object Object]
Managed Execution Process,[object Object],Choosing CLR complaint compiler,[object Object],Compile your code into Microsoft Intermediate Language MSIL (or IL assembly language code). ,[object Object],Compiling MSIL into Native Code.,[object Object],Compilation by Just-in-time compiler,[object Object],Install-time Code generation using NGen.exe. ,[object Object],Executing Code. ,[object Object]
Code,[object Object],MSIL,[object Object],Source Code,[object Object],Language Compiler,[object Object],Metadata,[object Object],Execution,[object Object],JIT Compiler,[object Object],Native,[object Object],Code,[object Object],Compilation and Execution Cycle,[object Object],Compilation,[object Object],Before installation or the first time each method is called,[object Object]
Different Versions of .NET Framework,[object Object], Microsoft .NET Framework v4.0,[object Object], Microsoft .NET Framework v3.5,[object Object],Microsoft .NET Framework v3.0,[object Object],Microsoft .NET Framework v2.0,[object Object],Microsoft .NET Framework v1.1,[object Object],Microsoft .NET Framework v1.0,[object Object]
Technologies in .NET Framework V2.0,[object Object],Common language runtime (CLR).,[object Object],Support for generic types and methods.,[object Object],Compilers for C#, Visual Basic, C++, and J#.,[object Object],Base class libraries.,[object Object],ADO.NET.,[object Object],ASP.NET.,[object Object],Windows Forms.,[object Object],XML Web services.,[object Object],.NET Remoting,[object Object]
What was new in .NET Framework 3.0?,[object Object],.NET FRAMEWORK,[object Object],Windows Presentation,[object Object],Foundation (WPF),[object Object],Windows Workflow Foundation (WF),[object Object],build user interfaces for applications and media-rich experiences ,[object Object],build workflow-enabled applications,[object Object],Windows Communication Foundation (WCF),[object Object],Windows Cardspace,[object Object],build and run connected systems, with a focus on Web services,[object Object],build secure online user authentication,[object Object]
What is Microsoft .NET Framework 3.5?,[object Object],2.0 = ASP.NET, CLR, Web Services, WinForms,[object Object],3.0 = Cardspace, WCF, WF, WPF,[object Object],3.5 = AJAX, LINQ, REST, RSS,[object Object],Microsoft Visual Studio 2008,[object Object],.NET Framework 3.5,[object Object],.NET Framework 3.0 SP1,[object Object],.NET Framework 2.0 SP1,[object Object]
What is Microsoft .NET Framework 4.0?,[object Object],2.0 = ASP.NET, CLR, Web Services, WinForms,[object Object],3.0 = Cardspace, WCF, WF, WPF,[object Object],3.5 = AJAX, LINQ, REST, RSS,[object Object],4.0 =  xxx,[object Object]
VB,[object Object],C++,[object Object],C#,[object Object],J#,[object Object],…,[object Object],Common Language Specification,[object Object],ASP.NET,[object Object],Web Forms   Web Services,[object Object],Windows®,[object Object],Forms,[object Object],ADO.NET and XML,[object Object],Base Class Library,[object Object],Common Language Runtime,[object Object],Operating System,[object Object],.NET Framework Platform & Tools,[object Object]
Base Class Library Support,[object Object],Thread Support,[object Object],COM Marshaler,[object Object],Type Checker,[object Object],Exception Manager,[object Object],Security Engine,[object Object],Debug Engine,[object Object],IL to Native,[object Object],Compilers,[object Object],Code,[object Object],Manager,[object Object],Garbage,[object Object],Collector,[object Object],Class Loader,[object Object],CLR Internals,[object Object]
Languages Targeted for CLR,[object Object],Microsoft Ships Several Languages:,[object Object],C#, ,[object Object],VB.NET,[object Object],C++ (With managed extensions),[object Object],JScript.NET,[object Object],J#,,[object Object],ILasm ,[object Object],Third Party Languages,[object Object],Eiffel by Eiffel Software,[object Object],COBOL by Fujistu,[object Object],FORTRON ,[object Object],Delphi by Borland,[object Object],Perl by ActiveState,[object Object],Many Research toy languages. ,[object Object]
Description,[object Object],Discovery,[object Object],Protocols,[object Object],The .NET Unified Classes,[object Object],System.Windows.Forms,[object Object],Services,[object Object],UI,[object Object],Design,[object Object],ComponentModel,[object Object],HTMLControls,[object Object],WebControls,[object Object],System.Web ,[object Object],(ASP .NET),[object Object],System.Drawing,[object Object],Drawing2D	,[object Object],Printing,[object Object],Caching	,[object Object],Security,[object Object],Imaging,[object Object],Text,[object Object],Configuration,[object Object],SessionState,[object Object],System.XML,[object Object],OLEDB,[object Object],SQLClient,[object Object],XSL,[object Object],Serialization,[object Object],System.Data,[object Object],Common,[object Object],SQLTypes,[object Object],XPath,[object Object],Schema,[object Object],Schema,[object Object],Collections,[object Object],IO,[object Object],Security,[object Object],Runtime,[object Object],InteropServices,[object Object],Configuration,[object Object],Net,[object Object],ServiceProcess,[object Object],System,[object Object],Remoting,[object Object],Reflection,[object Object],Diagnostics,[object Object],Text,[object Object],Serialization,[object Object],Threading,[object Object],Resources,[object Object],Globalization,[object Object]
Relationship between CLR, Class Library and Your Application. ,[object Object]
Benefits of Windows Applications with .NET,[object Object],You can access data uses ADO.NET. ,[object Object],GDI+ allows advanced drawing. ,[object Object],Your windows application can make calls exposed through XML web services. ,[object Object],You can access OS services. ,[object Object],You can develop multi tier distributed applications with the help of .NET.,[object Object],Improved localization support. ,[object Object],Windows forms features a security model that is code-based.,[object Object],Extensive XML Supporting classes.,[object Object],With WPF you can build rich media aware applications.   ,[object Object]
Microsoft .NET Framework ,[object Object],Introduction to Visual Studio IDE,[object Object]
Introducing Visual Studio,[object Object],Visual Studio is a completed set of development tool for building ,[object Object],Desktop Applications,[object Object],ASP.NET Web Applications,[object Object],XML Web Services,[object Object],Mobile Applications.,[object Object],Class Libraries, .NET Components & Active X Controls,[object Object],Supporting Languages are:,[object Object],Visual C#,[object Object],Visual Basic.NET,[object Object],Visual C++,[object Object],More and more.., ,[object Object],In addition to above languages you can also access functionality of .NET Framework, which provides access to key technologies that simplifies the development of ASP.NET applications and XML Web Services. ,[object Object]
Introducing Visual Studio,[object Object],Benefits of Visual Studio over manually writing code on text editors.,[object Object],It make application development faster, easier, and more reliable. ,[object Object],Code-aware editors that include statement completion, syntax checking, and other IntelliSense features.,[object Object],Visual designers for forms with drag and drop controls. ,[object Object],Visual designers for Windows Presentation Foundation. ,[object Object],Integrated compilation and Debugging. ,[object Object],Source Control.,[object Object],Project management tools for creating and managing application files, including deployment locally, over an intranet or over the Internet.,[object Object],Support for Win32 based applications and wizards.,[object Object]
Introducing Visual Studio ,[object Object],Visual Studio gives a very sophisticated MDI application environment. In which you can do just about every thing related to developing your code. It offers the following: ,[object Object],Text Editor,[object Object],Design View Editor,[object Object],Supporting Windows ,[object Object],Ability to compile from within the environment,[object Object],Integrated Debugger,[object Object],Integrated MSDN Help,[object Object],Access to other programs. ,[object Object]
Opening new project in Visual Studio,[object Object]
Creating new Console Application,[object Object]
Intellisense,[object Object]
Hello World Application,[object Object]
Debugging,[object Object],F9    Toggle Breakpoint,[object Object],    F5     Start Debugging,[object Object],   Shift + F5 Kill Debugging,[object Object],F10   Step Over,[object Object],    F11    Step Into,[object Object]
Debugging in Visual Studio,[object Object],Break Point Indicator,[object Object],Indicates next line to be  executed,[object Object],Hovering over a variable shows its value,[object Object]
Thank You !,[object Object],Thank You !,[object Object]

Contenu connexe

Tendances

6.origins genesis of .net technology
6.origins genesis of .net technology6.origins genesis of .net technology
6.origins genesis of .net technologyPramod Rathore
 
Vb6 vs vb.net....(visual basic) presentation
Vb6 vs vb.net....(visual basic) presentationVb6 vs vb.net....(visual basic) presentation
Vb6 vs vb.net....(visual basic) presentationIftikhar Ahmad
 
Visual Studio | Lanzamiento VS2017 en Buenos Aires - 11/03/2017
Visual Studio | Lanzamiento VS2017 en Buenos Aires - 11/03/2017Visual Studio | Lanzamiento VS2017 en Buenos Aires - 11/03/2017
Visual Studio | Lanzamiento VS2017 en Buenos Aires - 11/03/2017Pablo Ariel Di Loreto
 
.Net framework
.Net framework.Net framework
.Net frameworkArun Pal
 
Introduction to the web
Introduction to the webIntroduction to the web
Introduction to the webSAMIR BHOGAYTA
 
Online advertising management system
Online advertising management systemOnline advertising management system
Online advertising management systemYesu Raj
 
Sreerag dot net - objectives & architecture
Sreerag   dot net - objectives & architectureSreerag   dot net - objectives & architecture
Sreerag dot net - objectives & architectureSreerag Gopinath
 
Eclipsist2009 Rich Client Roundup
Eclipsist2009 Rich Client RoundupEclipsist2009 Rich Client Roundup
Eclipsist2009 Rich Client RoundupMurat Yener
 
Introduction to vb.net
Introduction to vb.netIntroduction to vb.net
Introduction to vb.netSaad Wazir
 
Introduction to silverlight control 4
Introduction to silverlight control 4Introduction to silverlight control 4
Introduction to silverlight control 4msarangam
 
TechnoGeek training report
TechnoGeek training reportTechnoGeek training report
TechnoGeek training reportAnup Singh
 
Silverlight
SilverlightSilverlight
Silverlightvishakpb
 
PLASTIC 2011: "Enterprise JavaScript with Jangaroo"
PLASTIC 2011: "Enterprise JavaScript with Jangaroo"PLASTIC 2011: "Enterprise JavaScript with Jangaroo"
PLASTIC 2011: "Enterprise JavaScript with Jangaroo"Frank Wienberg
 
Flex And Ria
Flex And RiaFlex And Ria
Flex And Riaravinxg
 
Online lg prodect
Online lg prodectOnline lg prodect
Online lg prodectYesu Raj
 
Developing for Windows Phone 8 and Windows 8
Developing for Windows Phone 8 and Windows 8Developing for Windows Phone 8 and Windows 8
Developing for Windows Phone 8 and Windows 8Dave Bost
 

Tendances (18)

6.origins genesis of .net technology
6.origins genesis of .net technology6.origins genesis of .net technology
6.origins genesis of .net technology
 
Vb6 vs vb.net....(visual basic) presentation
Vb6 vs vb.net....(visual basic) presentationVb6 vs vb.net....(visual basic) presentation
Vb6 vs vb.net....(visual basic) presentation
 
Visual Studio IDE
Visual Studio IDEVisual Studio IDE
Visual Studio IDE
 
Visual Studio | Lanzamiento VS2017 en Buenos Aires - 11/03/2017
Visual Studio | Lanzamiento VS2017 en Buenos Aires - 11/03/2017Visual Studio | Lanzamiento VS2017 en Buenos Aires - 11/03/2017
Visual Studio | Lanzamiento VS2017 en Buenos Aires - 11/03/2017
 
.Net framework
.Net framework.Net framework
.Net framework
 
Introduction to the web
Introduction to the webIntroduction to the web
Introduction to the web
 
Online advertising management system
Online advertising management systemOnline advertising management system
Online advertising management system
 
Sreerag dot net - objectives & architecture
Sreerag   dot net - objectives & architectureSreerag   dot net - objectives & architecture
Sreerag dot net - objectives & architecture
 
Eclipsist2009 Rich Client Roundup
Eclipsist2009 Rich Client RoundupEclipsist2009 Rich Client Roundup
Eclipsist2009 Rich Client Roundup
 
Introduction to vb.net
Introduction to vb.netIntroduction to vb.net
Introduction to vb.net
 
Introduction to silverlight control 4
Introduction to silverlight control 4Introduction to silverlight control 4
Introduction to silverlight control 4
 
Visual Studio
Visual StudioVisual Studio
Visual Studio
 
TechnoGeek training report
TechnoGeek training reportTechnoGeek training report
TechnoGeek training report
 
Silverlight
SilverlightSilverlight
Silverlight
 
PLASTIC 2011: "Enterprise JavaScript with Jangaroo"
PLASTIC 2011: "Enterprise JavaScript with Jangaroo"PLASTIC 2011: "Enterprise JavaScript with Jangaroo"
PLASTIC 2011: "Enterprise JavaScript with Jangaroo"
 
Flex And Ria
Flex And RiaFlex And Ria
Flex And Ria
 
Online lg prodect
Online lg prodectOnline lg prodect
Online lg prodect
 
Developing for Windows Phone 8 and Windows 8
Developing for Windows Phone 8 and Windows 8Developing for Windows Phone 8 and Windows 8
Developing for Windows Phone 8 and Windows 8
 

En vedette

Javascript
JavascriptJavascript
JavascriptIblesoft
 
Generics n delegates
Generics n delegatesGenerics n delegates
Generics n delegatesIblesoft
 
MS SQL Server 1
MS SQL Server 1MS SQL Server 1
MS SQL Server 1Iblesoft
 
Ms sql server ii
Ms sql server  iiMs sql server  ii
Ms sql server iiIblesoft
 

En vedette (7)

Controls
ControlsControls
Controls
 
Javascript
JavascriptJavascript
Javascript
 
Generics
GenericsGenerics
Generics
 
Generics n delegates
Generics n delegatesGenerics n delegates
Generics n delegates
 
MS SQL Server 1
MS SQL Server 1MS SQL Server 1
MS SQL Server 1
 
Ms sql server ii
Ms sql server  iiMs sql server  ii
Ms sql server ii
 
Ajaxppt
AjaxpptAjaxppt
Ajaxppt
 

Similaire à Microsoft.net architecturte

Dot Net Training Dot Net35
Dot Net Training Dot Net35Dot Net Training Dot Net35
Dot Net Training Dot Net35Subodh Pushpak
 
Net framework
Net frameworkNet framework
Net frameworkjhsri
 
1-.NET Introduction.pptx
1-.NET Introduction.pptx1-.NET Introduction.pptx
1-.NET Introduction.pptxRKAggarwal6
 
ASP.Net Technologies Part-1
ASP.Net Technologies Part-1ASP.Net Technologies Part-1
ASP.Net Technologies Part-1Vasudev Sharma
 
Win net presentacion [2005]
Win net presentacion [2005]Win net presentacion [2005]
Win net presentacion [2005]Raul Soto
 
Introduction To Dotnet
Introduction To DotnetIntroduction To Dotnet
Introduction To DotnetSAMIR BHOGAYTA
 
Session2(Mod)
Session2(Mod)Session2(Mod)
Session2(Mod)mccmepco
 
Unit I- Introduction to .NET Framework.pdf
Unit I- Introduction to .NET Framework.pdfUnit I- Introduction to .NET Framework.pdf
Unit I- Introduction to .NET Framework.pdfUjwala Junghare
 
Difference between .net and asp.net all you need to know
Difference between .net and asp.net  all you need to knowDifference between .net and asp.net  all you need to know
Difference between .net and asp.net all you need to knowsophiaaaddison
 
dotNET frameworks
dotNET frameworksdotNET frameworks
dotNET frameworksnawal saad
 
Net framework
Net frameworkNet framework
Net frameworkArun Pal
 
Pengantar Pemrograman Visual II
Pengantar Pemrograman Visual IIPengantar Pemrograman Visual II
Pengantar Pemrograman Visual IIWahyu Primadi
 
Bn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot netBn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot netconline training
 
System development using visual studio
System development using visual studioSystem development using visual studio
System development using visual studiojeff23_athisbest
 

Similaire à Microsoft.net architecturte (20)

Visual studio.net
Visual studio.netVisual studio.net
Visual studio.net
 
Dot Net Training Dot Net35
Dot Net Training Dot Net35Dot Net Training Dot Net35
Dot Net Training Dot Net35
 
Net framework
Net frameworkNet framework
Net framework
 
Microsoft.Net
Microsoft.NetMicrosoft.Net
Microsoft.Net
 
1-.NET Introduction.pptx
1-.NET Introduction.pptx1-.NET Introduction.pptx
1-.NET Introduction.pptx
 
Visual studio
Visual studioVisual studio
Visual studio
 
ASP.Net Technologies Part-1
ASP.Net Technologies Part-1ASP.Net Technologies Part-1
ASP.Net Technologies Part-1
 
Win net presentacion [2005]
Win net presentacion [2005]Win net presentacion [2005]
Win net presentacion [2005]
 
Introduction To Dotnet
Introduction To DotnetIntroduction To Dotnet
Introduction To Dotnet
 
Session2(Mod)
Session2(Mod)Session2(Mod)
Session2(Mod)
 
Net development
Net developmentNet development
Net development
 
Unit I- Introduction to .NET Framework.pdf
Unit I- Introduction to .NET Framework.pdfUnit I- Introduction to .NET Framework.pdf
Unit I- Introduction to .NET Framework.pdf
 
Difference between .net and asp.net all you need to know
Difference between .net and asp.net  all you need to knowDifference between .net and asp.net  all you need to know
Difference between .net and asp.net all you need to know
 
dotNET frameworks
dotNET frameworksdotNET frameworks
dotNET frameworks
 
Net framework
Net frameworkNet framework
Net framework
 
Pengantar Pemrograman Visual II
Pengantar Pemrograman Visual IIPengantar Pemrograman Visual II
Pengantar Pemrograman Visual II
 
Net development
Net developmentNet development
Net development
 
Bn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot netBn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot net
 
System development using visual studio
System development using visual studioSystem development using visual studio
System development using visual studio
 
Vs 2008
Vs 2008Vs 2008
Vs 2008
 

Plus de Iblesoft

Master pages ppt
Master pages pptMaster pages ppt
Master pages pptIblesoft
 
State management
State managementState management
State managementIblesoft
 
State management
State managementState management
State managementIblesoft
 
Validation controls ppt
Validation controls pptValidation controls ppt
Validation controls pptIblesoft
 
Data controls ppt
Data controls pptData controls ppt
Data controls pptIblesoft
 
Asp.net architecture
Asp.net architectureAsp.net architecture
Asp.net architectureIblesoft
 
Delegates and events
Delegates and eventsDelegates and events
Delegates and eventsIblesoft
 
Exception handling
Exception handlingException handling
Exception handlingIblesoft
 

Plus de Iblesoft (10)

Master pages ppt
Master pages pptMaster pages ppt
Master pages ppt
 
State management
State managementState management
State management
 
State management
State managementState management
State management
 
Validation controls ppt
Validation controls pptValidation controls ppt
Validation controls ppt
 
Ado.net
Ado.netAdo.net
Ado.net
 
Data controls ppt
Data controls pptData controls ppt
Data controls ppt
 
Asp.net architecture
Asp.net architectureAsp.net architecture
Asp.net architecture
 
Delegates and events
Delegates and eventsDelegates and events
Delegates and events
 
Html ppt
Html pptHtml ppt
Html ppt
 
Exception handling
Exception handlingException handling
Exception handling
 

Dernier

How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17Celine George
 
Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.EnglishCEIPdeSigeiro
 
The Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George WellsThe Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George WellsEugene Lysak
 
Benefits & Challenges of Inclusive Education
Benefits & Challenges of Inclusive EducationBenefits & Challenges of Inclusive Education
Benefits & Challenges of Inclusive EducationMJDuyan
 
General views of Histopathology and step
General views of Histopathology and stepGeneral views of Histopathology and step
General views of Histopathology and stepobaje godwin sunday
 
Human-AI Co-Creation of Worked Examples for Programming Classes
Human-AI Co-Creation of Worked Examples for Programming ClassesHuman-AI Co-Creation of Worked Examples for Programming Classes
Human-AI Co-Creation of Worked Examples for Programming ClassesMohammad Hassany
 
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRA
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRADUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRA
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRATanmoy Mishra
 
Practical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptxPractical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptxKatherine Villaluna
 
Practical Research 1: Lesson 8 Writing the Thesis Statement.pptx
Practical Research 1: Lesson 8 Writing the Thesis Statement.pptxPractical Research 1: Lesson 8 Writing the Thesis Statement.pptx
Practical Research 1: Lesson 8 Writing the Thesis Statement.pptxKatherine Villaluna
 
UKCGE Parental Leave Discussion March 2024
UKCGE Parental Leave Discussion March 2024UKCGE Parental Leave Discussion March 2024
UKCGE Parental Leave Discussion March 2024UKCGE
 
PISA-VET launch_El Iza Mohamedou_19 March 2024.pptx
PISA-VET launch_El Iza Mohamedou_19 March 2024.pptxPISA-VET launch_El Iza Mohamedou_19 March 2024.pptx
PISA-VET launch_El Iza Mohamedou_19 March 2024.pptxEduSkills OECD
 
CapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptxCapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptxCapitolTechU
 
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...Nguyen Thanh Tu Collection
 
In - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxIn - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxAditiChauhan701637
 
Maximizing Impact_ Nonprofit Website Planning, Budgeting, and Design.pdf
Maximizing Impact_ Nonprofit Website Planning, Budgeting, and Design.pdfMaximizing Impact_ Nonprofit Website Planning, Budgeting, and Design.pdf
Maximizing Impact_ Nonprofit Website Planning, Budgeting, and Design.pdfTechSoup
 
How to Add a New Field in Existing Kanban View in Odoo 17
How to Add a New Field in Existing Kanban View in Odoo 17How to Add a New Field in Existing Kanban View in Odoo 17
How to Add a New Field in Existing Kanban View in Odoo 17Celine George
 
Presentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a ParagraphPresentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a ParagraphNetziValdelomar1
 
How to Solve Singleton Error in the Odoo 17
How to Solve Singleton Error in the  Odoo 17How to Solve Singleton Error in the  Odoo 17
How to Solve Singleton Error in the Odoo 17Celine George
 
HED Office Sohayok Exam Question Solution 2023.pdf
HED Office Sohayok Exam Question Solution 2023.pdfHED Office Sohayok Exam Question Solution 2023.pdf
HED Office Sohayok Exam Question Solution 2023.pdfMohonDas
 

Dernier (20)

How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17
 
Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.
 
The Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George WellsThe Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George Wells
 
Benefits & Challenges of Inclusive Education
Benefits & Challenges of Inclusive EducationBenefits & Challenges of Inclusive Education
Benefits & Challenges of Inclusive Education
 
General views of Histopathology and step
General views of Histopathology and stepGeneral views of Histopathology and step
General views of Histopathology and step
 
Human-AI Co-Creation of Worked Examples for Programming Classes
Human-AI Co-Creation of Worked Examples for Programming ClassesHuman-AI Co-Creation of Worked Examples for Programming Classes
Human-AI Co-Creation of Worked Examples for Programming Classes
 
Prelims of Kant get Marx 2.0: a general politics quiz
Prelims of Kant get Marx 2.0: a general politics quizPrelims of Kant get Marx 2.0: a general politics quiz
Prelims of Kant get Marx 2.0: a general politics quiz
 
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRA
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRADUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRA
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRA
 
Practical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptxPractical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptx
 
Practical Research 1: Lesson 8 Writing the Thesis Statement.pptx
Practical Research 1: Lesson 8 Writing the Thesis Statement.pptxPractical Research 1: Lesson 8 Writing the Thesis Statement.pptx
Practical Research 1: Lesson 8 Writing the Thesis Statement.pptx
 
UKCGE Parental Leave Discussion March 2024
UKCGE Parental Leave Discussion March 2024UKCGE Parental Leave Discussion March 2024
UKCGE Parental Leave Discussion March 2024
 
PISA-VET launch_El Iza Mohamedou_19 March 2024.pptx
PISA-VET launch_El Iza Mohamedou_19 March 2024.pptxPISA-VET launch_El Iza Mohamedou_19 March 2024.pptx
PISA-VET launch_El Iza Mohamedou_19 March 2024.pptx
 
CapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptxCapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptx
 
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...
 
In - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxIn - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptx
 
Maximizing Impact_ Nonprofit Website Planning, Budgeting, and Design.pdf
Maximizing Impact_ Nonprofit Website Planning, Budgeting, and Design.pdfMaximizing Impact_ Nonprofit Website Planning, Budgeting, and Design.pdf
Maximizing Impact_ Nonprofit Website Planning, Budgeting, and Design.pdf
 
How to Add a New Field in Existing Kanban View in Odoo 17
How to Add a New Field in Existing Kanban View in Odoo 17How to Add a New Field in Existing Kanban View in Odoo 17
How to Add a New Field in Existing Kanban View in Odoo 17
 
Presentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a ParagraphPresentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a Paragraph
 
How to Solve Singleton Error in the Odoo 17
How to Solve Singleton Error in the  Odoo 17How to Solve Singleton Error in the  Odoo 17
How to Solve Singleton Error in the Odoo 17
 
HED Office Sohayok Exam Question Solution 2023.pdf
HED Office Sohayok Exam Question Solution 2023.pdfHED Office Sohayok Exam Question Solution 2023.pdf
HED Office Sohayok Exam Question Solution 2023.pdf
 

Microsoft.net architecturte

  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.