SlideShare a Scribd company logo
Introduce
       To
          ASP.NET
Introduction to .NET framework
   The .NET Framework is an environment for creating web
    applications and Websites

   It is intermediate between .NET application & operating system

   It allows to programmer to build web pages & dynamic websites

   Introduced by Microsoft corporation in 2002

   Provides a reusable class library that is easily accessible from
    any programming language.
Feature
   Easy programming model

   Great tool support

   Drag and drop

   Flexible language options

   Used to create
     -Web application
     -Desktop application
     -Windows application
     -Websites
.NET Framework, Languages, Tools

   VB      C++      C#   JScript   …

    Common Language Specification




                                       Visual Studio.NET
          Web                User
        Services           Interface

                 Data and XML

            Base Class Library


        Common Language Runtime
Framework contain
   Server side scripting technology

   Support multiple languages

   Supports BCL(BASE CLASS LIBRARY)

   CLR(COMMAN LANGUAGE RUNTIME)
      -CTS(COMMON TYPE SPECIFICATION)
      -CLS (COMMON LANGUAGE SPECIFICATION)

   MSIL(MICROSOFT INTERMEDIATE LANGUAGE)
Menu bar




Start page            Solution explorer




   Property window               Toolbox
IDE, Visual studio
   IDE stand for integrated development environment

   Visual studio .NET is an environment that provides all the
    necessary tools for developing application.

   Important feature
      One IDE for all .NET projects
      Option to choose from multiple programming Languages
      IDE is customizable
      Built in browser
Example of ASP.NET
using System;
public partial class _Default : System.Web.UI.Page
{
  protected void Page_Load(object sender, EventArgs e)
  {

    }
    protected void Button1_Click(object sender, EventArgs e)
    {
      string name, p;
      name = TextBox1.Text;
      p = TextBox2.Text;
      if(name=="webhouse" & p=="1234")
      {
         Response.Write("Welcome To Webhouse");
      }
      else
         Response.Write("Invalid user");
    }
}
ASP.NET
 ASP.NET is a development framework for crating web pages and
  websites with HTML, CSS( Cascading Style Sheets ), JavaScript and
  server scripting.

 ASP.NET 1.0 was released on January 5, 2002 as part of version 1.0
  of the .NET Framework

 ASP.NET supports three different development models:
  Web Pages, MVC (Model View Controller), and Web Forms:

 Web Pages
     -Simplest ASP.NET model.
     -Similar to PHP and classic ASP.
     -Built-in templates and helpers for database, video, graphics,   soc
  social media and more.
 MVC( Model View Controller)
     -MVC separates web applications into 3 different
  components:
       -Models for data
       -Views for display
       -Controllers for input

 Web Forms
         -The traditional ASP.NET event driven development
  model:
         -Web pages with added server controls, server events, and
  server code.
How works ASP. net?
 fundamentally an ASP.NET page is just the same as an HTML
  page.

 The coding part & designing part are separately divided.

 We can include coding part of asp.net in both vb.net & c#.net
  language.

 While writing vb.net & c# program, we can give extension to
  that program as aspx.vb & aspx.cs

 Designing part are built in html pages.
Webhouse

More Related Content

What's hot

Be project ppt asp.net
Be project ppt asp.netBe project ppt asp.net
Be project ppt asp.net
Sanket Jagare
 
Asp net
Asp netAsp net
REPORT ON ASP.NET
REPORT ON ASP.NETREPORT ON ASP.NET
REPORT ON ASP.NET
LOKESH
 
Asp net
Asp netAsp net
Asp.net presentation by gajanand bohra
Asp.net presentation by gajanand bohraAsp.net presentation by gajanand bohra
Asp.net presentation by gajanand bohra
Gajanand Bohra
 
3.0 Introduction to .NET Framework
3.0 Introduction to .NET Framework3.0 Introduction to .NET Framework
3.0 Introduction to .NET Framework
Abdelrahman Hosny
 
API
APIAPI
Synapse india sharing info on dotnet framework part1
Synapse india sharing info on dotnet framework part1Synapse india sharing info on dotnet framework part1
Synapse india sharing info on dotnet framework part1
Synapseindiappsdevelopment
 
Web 2 0 Requirements
Web 2 0 RequirementsWeb 2 0 Requirements
Web 2 0 Requirements
Sreekanth K
 
Top frontend web development tools
Top frontend web development toolsTop frontend web development tools
Top frontend web development tools
Benji Harrison
 
Presentation on Visual Studio
Presentation on Visual StudioPresentation on Visual Studio
Presentation on Visual Studio
Muhammad Aqeel
 
What is dotnet (.NET) ?
What is dotnet (.NET) ?What is dotnet (.NET) ?
What is dotnet (.NET) ?
Talha Shahzad
 
Introduction to asp.net
Introduction to asp.netIntroduction to asp.net
Introduction to asp.net
SHADAB ALI
 
Vb and asp.net
Vb and asp.netVb and asp.net
Vb and asp.net
sanjay joshi
 
The Importance Things of Full Stack Development
The Importance Things of Full Stack DevelopmentThe Importance Things of Full Stack Development
The Importance Things of Full Stack Development
Mike Taylor
 
Career guideline
Career guidelineCareer guideline
Career guideline
Mehrab Hossain
 
asp
aspasp
Developing an aspnet web application
Developing an aspnet web applicationDeveloping an aspnet web application
Developing an aspnet web application
Rahul Bansal
 
Cloud Apache OpenOffice based on HTML5
Cloud Apache OpenOffice based on HTML5Cloud Apache OpenOffice based on HTML5
Cloud Apache OpenOffice based on HTML5
pescetti
 
Programming in c#
Programming in c#Programming in c#
Programming in c#
Shehrevar Davierwala
 

What's hot (20)

Be project ppt asp.net
Be project ppt asp.netBe project ppt asp.net
Be project ppt asp.net
 
Asp net
Asp netAsp net
Asp net
 
REPORT ON ASP.NET
REPORT ON ASP.NETREPORT ON ASP.NET
REPORT ON ASP.NET
 
Asp net
Asp netAsp net
Asp net
 
Asp.net presentation by gajanand bohra
Asp.net presentation by gajanand bohraAsp.net presentation by gajanand bohra
Asp.net presentation by gajanand bohra
 
3.0 Introduction to .NET Framework
3.0 Introduction to .NET Framework3.0 Introduction to .NET Framework
3.0 Introduction to .NET Framework
 
API
APIAPI
API
 
Synapse india sharing info on dotnet framework part1
Synapse india sharing info on dotnet framework part1Synapse india sharing info on dotnet framework part1
Synapse india sharing info on dotnet framework part1
 
Web 2 0 Requirements
Web 2 0 RequirementsWeb 2 0 Requirements
Web 2 0 Requirements
 
Top frontend web development tools
Top frontend web development toolsTop frontend web development tools
Top frontend web development tools
 
Presentation on Visual Studio
Presentation on Visual StudioPresentation on Visual Studio
Presentation on Visual Studio
 
What is dotnet (.NET) ?
What is dotnet (.NET) ?What is dotnet (.NET) ?
What is dotnet (.NET) ?
 
Introduction to asp.net
Introduction to asp.netIntroduction to asp.net
Introduction to asp.net
 
Vb and asp.net
Vb and asp.netVb and asp.net
Vb and asp.net
 
The Importance Things of Full Stack Development
The Importance Things of Full Stack DevelopmentThe Importance Things of Full Stack Development
The Importance Things of Full Stack Development
 
Career guideline
Career guidelineCareer guideline
Career guideline
 
asp
aspasp
asp
 
Developing an aspnet web application
Developing an aspnet web applicationDeveloping an aspnet web application
Developing an aspnet web application
 
Cloud Apache OpenOffice based on HTML5
Cloud Apache OpenOffice based on HTML5Cloud Apache OpenOffice based on HTML5
Cloud Apache OpenOffice based on HTML5
 
Programming in c#
Programming in c#Programming in c#
Programming in c#
 

Viewers also liked

KeyInfo VMWare Disaster Recovery
KeyInfo VMWare Disaster RecoveryKeyInfo VMWare Disaster Recovery
KeyInfo VMWare Disaster Recovery
Key Information Systems, Inc.
 
Np casosdeexito evercom
Np casosdeexito evercomNp casosdeexito evercom
Np casosdeexito evercom
evercom
 
Jet Infosystems 02-2008
Jet Infosystems 02-2008Jet Infosystems 02-2008
Jet Infosystems 02-2008
Vadim Andreev
 
Evolving Solutions for New Horizons, Seafood Summit 2012 Keynote Speech
Evolving Solutions for New Horizons, Seafood Summit 2012 Keynote SpeechEvolving Solutions for New Horizons, Seafood Summit 2012 Keynote Speech
Evolving Solutions for New Horizons, Seafood Summit 2012 Keynote Speech
WorldFish
 
Is Your Business At Risk?
Is Your Business At Risk?Is Your Business At Risk?
Is Your Business At Risk?
CMA Technology Solutions
 
Todays learners 2013
Todays learners 2013Todays learners 2013
Todays learners 2013
ANSGroup
 
Open Lesson: “Gli aspetti giuridici nella partecipazione ai bandi pubblici”
Open Lesson: “Gli aspetti giuridici nella partecipazione ai bandi pubblici”Open Lesson: “Gli aspetti giuridici nella partecipazione ai bandi pubblici”
Open Lesson: “Gli aspetti giuridici nella partecipazione ai bandi pubblici”
Open Campus Tiscali
 
IBM Business Tech Trends in China / 中国企业的业务技术趋势
IBM Business Tech Trends in China / 中国企业的业务技术趋势IBM Business Tech Trends in China / 中国企业的业务技术趋势
IBM Business Tech Trends in China / 中国企业的业务技术趋势
IBM Center for Applied Insights
 
Pentagon
PentagonPentagon
Pentagon
eleather
 
LASTING System
LASTING SystemLASTING System
LASTING System
ADR Nord
 
Netway cloud solutions
Netway cloud solutionsNetway cloud solutions
Netway cloud solutions
NetwayClub
 
Ageing creatively. seminar 20th march
Ageing creatively. seminar 20th marchAgeing creatively. seminar 20th march
Ageing creatively. seminar 20th march
Netwell Centre
 
IL MONDO DELLE RELAZIONI CHIEDE SISTEMI E REGOLE
IL MONDO DELLE RELAZIONI CHIEDE SISTEMI E REGOLEIL MONDO DELLE RELAZIONI CHIEDE SISTEMI E REGOLE
IL MONDO DELLE RELAZIONI CHIEDE SISTEMI E REGOLE
BRAIN FORCE Italia
 
Vállalati adatok biztonsága és a mobilitás
Vállalati adatok biztonsága és a mobilitásVállalati adatok biztonsága és a mobilitás
Vállalati adatok biztonsága és a mobilitás
S&T Consulting Hungary
 
Pivot investor presentation
Pivot investor presentationPivot investor presentation
Pivot investor presentation
Pivot_Acquisition_Corp
 
La validazione dei consumi energetici nella Pubblica Amministrazione
La validazione dei consumi energetici nella Pubblica Amministrazione La validazione dei consumi energetici nella Pubblica Amministrazione
La validazione dei consumi energetici nella Pubblica Amministrazione
RTC SPA
 
Global Technology Resources interview questions and answers
Global Technology Resources interview questions and answersGlobal Technology Resources interview questions and answers
Global Technology Resources interview questions and answers
nydesti930
 
Let Them Eat Hake
Let Them Eat HakeLet Them Eat Hake
Let Them Eat Hake
Acceleris
 
IBM Tivoli Endpoint Manager - PCTY 2011
IBM Tivoli Endpoint Manager - PCTY 2011IBM Tivoli Endpoint Manager - PCTY 2011
IBM Tivoli Endpoint Manager - PCTY 2011
IBM Sverige
 

Viewers also liked (19)

KeyInfo VMWare Disaster Recovery
KeyInfo VMWare Disaster RecoveryKeyInfo VMWare Disaster Recovery
KeyInfo VMWare Disaster Recovery
 
Np casosdeexito evercom
Np casosdeexito evercomNp casosdeexito evercom
Np casosdeexito evercom
 
Jet Infosystems 02-2008
Jet Infosystems 02-2008Jet Infosystems 02-2008
Jet Infosystems 02-2008
 
Evolving Solutions for New Horizons, Seafood Summit 2012 Keynote Speech
Evolving Solutions for New Horizons, Seafood Summit 2012 Keynote SpeechEvolving Solutions for New Horizons, Seafood Summit 2012 Keynote Speech
Evolving Solutions for New Horizons, Seafood Summit 2012 Keynote Speech
 
Is Your Business At Risk?
Is Your Business At Risk?Is Your Business At Risk?
Is Your Business At Risk?
 
Todays learners 2013
Todays learners 2013Todays learners 2013
Todays learners 2013
 
Open Lesson: “Gli aspetti giuridici nella partecipazione ai bandi pubblici”
Open Lesson: “Gli aspetti giuridici nella partecipazione ai bandi pubblici”Open Lesson: “Gli aspetti giuridici nella partecipazione ai bandi pubblici”
Open Lesson: “Gli aspetti giuridici nella partecipazione ai bandi pubblici”
 
IBM Business Tech Trends in China / 中国企业的业务技术趋势
IBM Business Tech Trends in China / 中国企业的业务技术趋势IBM Business Tech Trends in China / 中国企业的业务技术趋势
IBM Business Tech Trends in China / 中国企业的业务技术趋势
 
Pentagon
PentagonPentagon
Pentagon
 
LASTING System
LASTING SystemLASTING System
LASTING System
 
Netway cloud solutions
Netway cloud solutionsNetway cloud solutions
Netway cloud solutions
 
Ageing creatively. seminar 20th march
Ageing creatively. seminar 20th marchAgeing creatively. seminar 20th march
Ageing creatively. seminar 20th march
 
IL MONDO DELLE RELAZIONI CHIEDE SISTEMI E REGOLE
IL MONDO DELLE RELAZIONI CHIEDE SISTEMI E REGOLEIL MONDO DELLE RELAZIONI CHIEDE SISTEMI E REGOLE
IL MONDO DELLE RELAZIONI CHIEDE SISTEMI E REGOLE
 
Vállalati adatok biztonsága és a mobilitás
Vállalati adatok biztonsága és a mobilitásVállalati adatok biztonsága és a mobilitás
Vállalati adatok biztonsága és a mobilitás
 
Pivot investor presentation
Pivot investor presentationPivot investor presentation
Pivot investor presentation
 
La validazione dei consumi energetici nella Pubblica Amministrazione
La validazione dei consumi energetici nella Pubblica Amministrazione La validazione dei consumi energetici nella Pubblica Amministrazione
La validazione dei consumi energetici nella Pubblica Amministrazione
 
Global Technology Resources interview questions and answers
Global Technology Resources interview questions and answersGlobal Technology Resources interview questions and answers
Global Technology Resources interview questions and answers
 
Let Them Eat Hake
Let Them Eat HakeLet Them Eat Hake
Let Them Eat Hake
 
IBM Tivoli Endpoint Manager - PCTY 2011
IBM Tivoli Endpoint Manager - PCTY 2011IBM Tivoli Endpoint Manager - PCTY 2011
IBM Tivoli Endpoint Manager - PCTY 2011
 

Similar to Webhouse

Visual studio.net
Visual studio.netVisual studio.net
Visual studio.net
Carlos Posada
 
As Pdotnet
As PdotnetAs Pdotnet
As Pdotnet
balujalabs
 
Net framework
Net frameworkNet framework
Net framework
jhsri
 
Rupie asp.net
Rupie asp.netRupie asp.net
Rupie asp.net
Rupendra Choudhary
 
Microsoft dot net framework
Microsoft dot net frameworkMicrosoft dot net framework
Microsoft dot net framework
Ashish Verma
 
dotNET frameworks
dotNET frameworksdotNET frameworks
dotNET frameworks
nawal saad
 
Web development using asp.net
Web development using asp.netWeb development using asp.net
Web development using asp.net
Jagrit Vishwakarma
 
Asp.netrole
Asp.netroleAsp.netrole
Asp.netrole
mani bhushan
 
Microsoft.net architecturte
Microsoft.net architecturteMicrosoft.net architecturte
Microsoft.net architecturte
Iblesoft
 
Net framework
Net frameworkNet framework
Net framework
sumit1503
 
.Net overviewrajnish
.Net overviewrajnish.Net overviewrajnish
.Net overviewrajnish
Rajnish Kalla
 
Manas
ManasManas
Asp.net
Asp.netAsp.net
Asp.net
vijilakshmi51
 
Attendence system
Attendence systemAttendence system
Attendence system
marar hina
 
.Net overview
.Net overview.Net overview
.Net overview
Pankaj Rattan
 
.Net Overview
.Net Overview.Net Overview
.Net Overview
Pankaj Rattan
 
Net development
Net developmentNet development
Net development
Anurag Gupta
 
Net development
Net developmentNet development
Net development
Vivek Chaturvedi
 
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
sophiaaaddison
 
Unit - 1: ASP.NET Basic
Unit - 1:  ASP.NET BasicUnit - 1:  ASP.NET Basic
Unit - 1: ASP.NET Basic
KALIDHASANR
 

Similar to Webhouse (20)

Visual studio.net
Visual studio.netVisual studio.net
Visual studio.net
 
As Pdotnet
As PdotnetAs Pdotnet
As Pdotnet
 
Net framework
Net frameworkNet framework
Net framework
 
Rupie asp.net
Rupie asp.netRupie asp.net
Rupie asp.net
 
Microsoft dot net framework
Microsoft dot net frameworkMicrosoft dot net framework
Microsoft dot net framework
 
dotNET frameworks
dotNET frameworksdotNET frameworks
dotNET frameworks
 
Web development using asp.net
Web development using asp.netWeb development using asp.net
Web development using asp.net
 
Asp.netrole
Asp.netroleAsp.netrole
Asp.netrole
 
Microsoft.net architecturte
Microsoft.net architecturteMicrosoft.net architecturte
Microsoft.net architecturte
 
Net framework
Net frameworkNet framework
Net framework
 
.Net overviewrajnish
.Net overviewrajnish.Net overviewrajnish
.Net overviewrajnish
 
Manas
ManasManas
Manas
 
Asp.net
Asp.netAsp.net
Asp.net
 
Attendence system
Attendence systemAttendence system
Attendence system
 
.Net overview
.Net overview.Net overview
.Net overview
 
.Net Overview
.Net Overview.Net Overview
.Net Overview
 
Net development
Net developmentNet development
Net development
 
Net development
Net developmentNet development
Net development
 
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
 
Unit - 1: ASP.NET Basic
Unit - 1:  ASP.NET BasicUnit - 1:  ASP.NET Basic
Unit - 1: ASP.NET Basic
 

Recently uploaded

Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
Bisnar Chase Personal Injury Attorneys
 
Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
Assessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptxAssessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptx
Kavitha Krishnan
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 

Recently uploaded (20)

Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
 
Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.Types of Herbal Cosmetics its standardization.
Types of Herbal Cosmetics its standardization.
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
Assessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptxAssessment and Planning in Educational technology.pptx
Assessment and Planning in Educational technology.pptx
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 

Webhouse

  • 1. Introduce To ASP.NET
  • 2. Introduction to .NET framework  The .NET Framework is an environment for creating web applications and Websites  It is intermediate between .NET application & operating system  It allows to programmer to build web pages & dynamic websites  Introduced by Microsoft corporation in 2002  Provides a reusable class library that is easily accessible from any programming language.
  • 3. Feature  Easy programming model  Great tool support  Drag and drop  Flexible language options  Used to create -Web application -Desktop application -Windows application -Websites
  • 4. .NET Framework, Languages, Tools VB C++ C# JScript … Common Language Specification Visual Studio.NET Web User Services Interface Data and XML Base Class Library Common Language Runtime
  • 5. Framework contain  Server side scripting technology  Support multiple languages  Supports BCL(BASE CLASS LIBRARY)  CLR(COMMAN LANGUAGE RUNTIME) -CTS(COMMON TYPE SPECIFICATION) -CLS (COMMON LANGUAGE SPECIFICATION)  MSIL(MICROSOFT INTERMEDIATE LANGUAGE)
  • 6. Menu bar Start page Solution explorer Property window Toolbox
  • 7. IDE, Visual studio  IDE stand for integrated development environment  Visual studio .NET is an environment that provides all the necessary tools for developing application.  Important feature  One IDE for all .NET projects  Option to choose from multiple programming Languages  IDE is customizable  Built in browser
  • 8. Example of ASP.NET using System; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void Button1_Click(object sender, EventArgs e) { string name, p; name = TextBox1.Text; p = TextBox2.Text; if(name=="webhouse" & p=="1234") { Response.Write("Welcome To Webhouse"); } else Response.Write("Invalid user"); } }
  • 9.
  • 10. ASP.NET  ASP.NET is a development framework for crating web pages and websites with HTML, CSS( Cascading Style Sheets ), JavaScript and server scripting.  ASP.NET 1.0 was released on January 5, 2002 as part of version 1.0 of the .NET Framework  ASP.NET supports three different development models: Web Pages, MVC (Model View Controller), and Web Forms:  Web Pages -Simplest ASP.NET model. -Similar to PHP and classic ASP. -Built-in templates and helpers for database, video, graphics, soc social media and more.
  • 11.  MVC( Model View Controller) -MVC separates web applications into 3 different components: -Models for data -Views for display -Controllers for input  Web Forms -The traditional ASP.NET event driven development model: -Web pages with added server controls, server events, and server code.
  • 12. How works ASP. net?  fundamentally an ASP.NET page is just the same as an HTML page.  The coding part & designing part are separately divided.  We can include coding part of asp.net in both vb.net & c#.net language.  While writing vb.net & c# program, we can give extension to that program as aspx.vb & aspx.cs  Designing part are built in html pages.