SlideShare a Scribd company logo
@GosiaBorzecka
@GosiaBorzecka
.NET
ASP.NET
ASP.NET MVC
What’s next?
@GosiaBorzecka
@GosiaBorzecka
@GosiaBorzecka
Microsoft spent many years since 1996 in building .NET Framework and then
.NET Framework evolved
It was July 2000 when Bill Gates appeared in a PDC (Professional Developers
Conference) Orlando Florida, where he revealed the detalis of Microsoft’s new
platform called NGWS (Next Generation Windows Service) later known as .NET
2002!
@GosiaBorzecka
Operating System
The OS manages the resources, the processes and
the users of the machine
Provides to the applications some services (threads,
I/O, GDI+, DirectX, COM, COM+, MSMQ, IIS, WMI, …)
@GosiaBorzecka
Operating System
Common Language Runtime
CLR manages the execution of the.NET code
Manages the memory, concurrency, security..
@GosiaBorzecka
Base
Class
Library
Operating System
Common Language Runtime
Rich object-oriented library
with fundamental classes
Input-output, collections, text
processing, networking,
security, multi-threading..
@GosiaBorzecka
Base
Class
Library
Dynamic
Language
Runtime
Operating System
Common Language Runtime
IronPython
IronRuby
@GosiaBorzecka
Base
Class
Library
Dynamic
Language
Runtime
Portable
Class
Library
Operating System
Common Language Runtime
Develop and build assemblies that work on multiple .NET Framework platform:
SilverLight Windows Phone Windows Store Xbox 360
@GosiaBorzecka
Base
Class
Library
Dynamic
Language
Runtime
Portable
Class
Library
Win RT
Operating System
Common Language Runtime
@GosiaBorzecka
Base
Class
Library
Dynamic
Language
Runtime
Managed
Extensibility
Framework
Portable
Class
Library
Win RT
Operating System
Common Language Runtime
Library for creating lightweight, extensible applications
It allows to discover and use extensions with no configuration required
@GosiaBorzecka
ASP.NET
Windows
Desktop Apps
ADO
.NET
ADO.NET
EF
WCF
ASP.NET
WEB API
Windows
Store Apps
WPF
Silver
Light
Paraller
Extension
SignalR WFLINQ
Base
Class
Library
Languages
(C#,
VB.NET..)
Dynamic
Language
Runtime
Managed
Extensibility
Framework
Portable
Class
Library
Win RT
Operating System
Common Language Runtime
@GosiaBorzecka
Visual Studio 2013
ASP.NET
Windows
Desktop Apps
ADO
.NET
ADO.NET
EF
WCF
ASP.NET
WEB API
Windows
Store Apps
WPF
Silver
Light
Paraller
Extension
SignalR WFLINQ
Base
Class
Library
Languages
(C#,
VB.NET..)
Dynamic
Language
Runtime
Managed
Extensibility
Framework
Portable
Class
Library
Win RT
Operating System
Common Language Runtime
@GosiaBorzecka
@GosiaBorzecka
@GosiaBorzecka
ASP.NET Web
Pages
ASP.NET MVC
ASP.NET WEB
API
ASP.NET
SignalR
Entity
Framework
.NET Compiler
Platform
(“Roslyn”)
.NET Micro
Framework
.NET MEF .NET Rx .NET WebClient
.NET Map
Reduce API for
Hadoop
.NET API for
Hadoop
Windows Azure
.NET SDK
Windows
Phone Toolkit
Xamarin
System
Drawing
Xamarin
Mobile
Xamarin
Mailkit
Xamarin Auth
Xamarin
Mimekit
Xamarin
couchbase-
lite-net
Web Protection
Library
OWIN
Authentication
Middleware
LINQ to Hive
@GosiaBorzecka
@GosiaBorzecka
@GosiaBorzecka
@GosiaBorzecka
Web Forms
MVC
Web Pages
@GosiaBorzecka
 .aspx
 WYSIWYG (What You See Is What You
Get) => drag&drop
@GosiaBorzecka
 .cshtml
 .vbhtml
 Simple web development story
@GosiaBorzecka
 MVC (Model – View – Controller)
 Based on file and folder naming conventions
 Easy to test, easy to TDD (Test Driven
Development)
 Based on the IoC (Inversion of Control)
@GosiaBorzecka
@GosiaBorzecka
@GosiaBorzecka
@GosiaBorzecka
@GosiaBorzecka
@GosiaBorzecka
@GosiaBorzecka
@GosiaBorzecka
 IIS Express
◦ It doesn't run as a service or require administrator
user rights to perform most tasks.
◦ IIS Express works well with ASP.NET and PHP
applications.
◦ Multiple users of IIS Express can work
independently on the same computer.
@GosiaBorzecka
@GosiaBorzecka
 BundleConfig.cs
 New feature in ASP.NET 4.5
 Easy to combine or bundle multiple files into
a single file
 Code optimalization (scripts, css)
@GosiaBorzecka
@GosiaBorzecka
 Filter.cs
 Authorization
 Action
 Result
 Exception
@GosiaBorzecka
@GosiaBorzecka
OnActionExecuting﴾ActionExecutedContext filterContext﴿;
OnActionExecuted﴾ActionExecutingContext filterContext﴿;
OnResultExecuting﴾ResultExecutingContext filterContext﴿;
OnResultExecuted﴾ResultExecutedContext filterContext);
@GosiaBorzecka
 IdentityConfig.cs:
◦ User Account Definition
◦ Two-factor authentication (mail, sms)
◦ Account confimration (mail)
◦ Security token provider
◦ Logon with third part apps (Facebook, Twitter,
Google)
@GosiaBorzecka
@GosiaBorzecka
 OWIN (Open Web Interface for .NET)
 Project Katana:
◦ Portable
◦ Modular/flexible
◦ Lightweight/performant/scalable
@GosiaBorzecka
 components for the application pipeline.
@GosiaBorzecka
@GosiaBorzecka
@GosiaBorzecka
 Nuget
 ASP.NET 5!
@GosiaBorzecka
 Primary configuration file for any web
services
@GosiaBorzecka
@GosiaBorzecka
@GosiaBorzecka
Twitter: @GosiaBorzecka
Facebook: GosiaBorzecka

More Related Content

PPTX
使用下一代的Visual studio 14開發下一代的asp.net mvc v next ( mvc 6 )
PPTX
Microservicios net arquitectura para aplicaciones net contenerizadas - net ...
PDF
ASP.NET MVC Workshop for Women in Technology
PDF
Top Node.JS Frameworks to Look at in 2020
PPTX
Introduction to Node.js
PPTX
You know what iMEAN? Using MEAN stack for application dev on Informix
PPTX
Web development using nodejs
PPT
Architecture of Professionals.az
使用下一代的Visual studio 14開發下一代的asp.net mvc v next ( mvc 6 )
Microservicios net arquitectura para aplicaciones net contenerizadas - net ...
ASP.NET MVC Workshop for Women in Technology
Top Node.JS Frameworks to Look at in 2020
Introduction to Node.js
You know what iMEAN? Using MEAN stack for application dev on Informix
Web development using nodejs
Architecture of Professionals.az

What's hot (20)

PPTX
Microsoft Azure Cloud Services
PDF
Modern web technologies
PDF
Intro to Node.js
PPTX
Innovations of .NET and Azure (Recaps of Build 2017 selected sessions)
PDF
Introduction to the Nancy Framework
PPT
Node.js
PPTX
ASP.Net Core Deep Dive into MVC
PDF
TabTale Architecture Overview
PPTX
MongoDB Days Silicon Valley: Building Applications with the MEAN Stack
PDF
Building an E-commerce website in MEAN stack
PPTX
O futuro do desenvolvimento .NET
PPTX
Node.js and express
PDF
Comunicando nuestras apps con el mundo exterior
PDF
Midgard & Nemein - when an open source project and company evolve together
PPTX
Managing Node.js Instances with Oracle APEX
PPTX
Introduction to MERN Stack
PDF
Midgard2: Content repository for desktop and the web
PPTX
Professional JavaScript Error-Logging
PPTX
PDF
Introduction to the MEAN stack
Microsoft Azure Cloud Services
Modern web technologies
Intro to Node.js
Innovations of .NET and Azure (Recaps of Build 2017 selected sessions)
Introduction to the Nancy Framework
Node.js
ASP.Net Core Deep Dive into MVC
TabTale Architecture Overview
MongoDB Days Silicon Valley: Building Applications with the MEAN Stack
Building an E-commerce website in MEAN stack
O futuro do desenvolvimento .NET
Node.js and express
Comunicando nuestras apps con el mundo exterior
Midgard & Nemein - when an open source project and company evolve together
Managing Node.js Instances with Oracle APEX
Introduction to MERN Stack
Midgard2: Content repository for desktop and the web
Professional JavaScript Error-Logging
Introduction to the MEAN stack
Ad

Similar to Introduction to asp.net Wroclaw (20)

PPTX
Introduction to .NET Framework
PPTX
.NET framework - Małgorzata Borzęcka
PPTX
ASP.Net Technologies Part-1
PPTX
1-.NET Introduction.pptx
PPT
Win net presentacion [2005]
PPT
Microsoft .NET Framework
PPTX
.Net framework
PPT
Dot Net Introduction
PPTX
Synapse india sharing info on dotnet framework part1
PPT
As Pdotnet
PPTX
Microsoft.net architecturte
PPT
PPTX
Net framework
PPT
Dotnet.ppt
PPT
Synapse india fundamentals of dotnet development
PPT
Presentation simulation
PPTX
Microsoft dot net framework
PPT
Introduction To Dot Net Siddhesh
PPT
Introduction to c_sharp
Introduction to .NET Framework
.NET framework - Małgorzata Borzęcka
ASP.Net Technologies Part-1
1-.NET Introduction.pptx
Win net presentacion [2005]
Microsoft .NET Framework
.Net framework
Dot Net Introduction
Synapse india sharing info on dotnet framework part1
As Pdotnet
Microsoft.net architecturte
Net framework
Dotnet.ppt
Synapse india fundamentals of dotnet development
Presentation simulation
Microsoft dot net framework
Introduction To Dot Net Siddhesh
Introduction to c_sharp
Ad

More from Małgorzata Borzęcka (20)

PPTX
Add more Speech API to your bot
PPTX
Cognitive Services Extravaganza #DDDNorth
PPTX
Cognitive Services Extravaganza
PPTX
The Greatest Introduction to SharePoint Framework (SPFx) on earth!
PPTX
Cognitive Services Extravaganza
PPTX
Cognitive Services Extravaganza
PPTX
Introduction to Cognitive Services
PPTX
Introduction to SharePoint Framework
PPTX
Cognitive Services
PPTX
Cognitive Services
PPTX
SPFx (SharePoint Framework)
PPTX
Overview of SharePoint Framework (SPFx)
PPT
Project Siena
PPTX
Balans życia
PPTX
Global Windows Azure Bootcamp
PPTX
1 spotkanie Women in Technology na Śląsku
ODP
10 spotkanie Women in Technology we Wrocław
PPT
Technologiczna pigułka 2014 123
PDF
Technologiczna pigułka 2012/2013
PPT
Women in Technology.. Twitter.. Damn! (Łódzka Grupa DotNet)
Add more Speech API to your bot
Cognitive Services Extravaganza #DDDNorth
Cognitive Services Extravaganza
The Greatest Introduction to SharePoint Framework (SPFx) on earth!
Cognitive Services Extravaganza
Cognitive Services Extravaganza
Introduction to Cognitive Services
Introduction to SharePoint Framework
Cognitive Services
Cognitive Services
SPFx (SharePoint Framework)
Overview of SharePoint Framework (SPFx)
Project Siena
Balans życia
Global Windows Azure Bootcamp
1 spotkanie Women in Technology na Śląsku
10 spotkanie Women in Technology we Wrocław
Technologiczna pigułka 2014 123
Technologiczna pigułka 2012/2013
Women in Technology.. Twitter.. Damn! (Łódzka Grupa DotNet)

Recently uploaded (20)

PPTX
Cloud computing and distributed systems.
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Electronic commerce courselecture one. Pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Machine learning based COVID-19 study performance prediction
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Approach and Philosophy of On baking technology
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Encapsulation theory and applications.pdf
PPTX
Spectroscopy.pptx food analysis technology
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
cuic standard and advanced reporting.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Spectral efficient network and resource selection model in 5G networks
Cloud computing and distributed systems.
Unlocking AI with Model Context Protocol (MCP)
Mobile App Security Testing_ A Comprehensive Guide.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
MYSQL Presentation for SQL database connectivity
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Electronic commerce courselecture one. Pdf
MIND Revenue Release Quarter 2 2025 Press Release
Machine learning based COVID-19 study performance prediction
“AI and Expert System Decision Support & Business Intelligence Systems”
Agricultural_Statistics_at_a_Glance_2022_0.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Approach and Philosophy of On baking technology
Diabetes mellitus diagnosis method based random forest with bat algorithm
Encapsulation theory and applications.pdf
Spectroscopy.pptx food analysis technology
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
cuic standard and advanced reporting.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Spectral efficient network and resource selection model in 5G networks

Introduction to asp.net Wroclaw