ASPNET
AskBiography Logo   Latest News  Follow Us on Twitter  Follow Us on Google Buzz  Became Fan - Facebook  Subscribe to RSSRSS   Bookmark and Share

Sample page

Software information
DeveloperMicrosoft
Initial releaseJanuary 2002
Stable release4.0.30319.1 (4.0)
Latest release date12 April 2010(age 0)
Written in.NET Languages
Operating systemMicrosoft Windows
Available in.NET Languages
TypeWeb application framework
LicenseProprietary
Websitewww.asp.net

     Home | Software | ASPNET



ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites, web applications and web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language. The ASP.NET SOAP extension framework allows ASP.NET components to process SOAP messages.

Latest News : ASPNET : Tweet this RSS

Want to ASPNET latest news on your twitter account???   sign in with twitter
ASPNET     sign in with twitter   ||  Software     sign in with twitter   ||  Computers     sign in with twitter
ASP .NET MVC 3 RC - Microsoft's new web technology - iProgrammer Tweet this news
iProgrammer--It may be a lower profile operation, but the switch from old style -ASP .NET- approaches and technologies to MVC, Razor-embedded code and Web Matrix ... - Date : Wed, 10 Nov 2010 10:49:15 GMT+00:00
http://news.techworld.com/applications/3248452/microsoft-pushes-out-aspnet ... - Techworld.com Tweet this news
Techworld.com--Microsoft made available this week a release candidate for its -ASP.Net- MVC (Model View Controller) 3 framework. ... - Date : Fri, 12 Nov 2010 12:18:03 GMT+00:00
A Gallery of Web Apps - SitePoint (blog) Tweet this news
SitePoint (blog)--Microsoft's beta version of WebMatrix opens up a new way of building websites in -ASP.NET-, by drawing on the applications made available through the Web App ... - Date : Thu, 11 Nov 2010 13:06:33 GMT+00:00
DiscountASP.NET Partners with VevoCart Shopping Cart for Windows E-Commerce ... - MyHostNews.com (press release) Tweet this news
MyHostNews.com (press release)--“After thoroughly testing out their -ASP.NET- web hosting platform, we confirm that DiscountASP.NET provides a quality hosting service that complements ... - Date : Wed, 10 Nov 2010 15:13:18 GMT+00:00
Senior Developer/Team Lead/Developer/ASP.Net Developer - InfoGrok Tweet this news
InfoGrok--Job Description My marketing focused client, based in Kent is urgently seeking a Team lead -Asp.net- developer. - Development of web and windows applications ... - Date : Tue, 09 Nov 2010 05:30:47 GMT+00:00
ASPdotNet Hosting Services For Highest Server Uptime - TheHostingNews.com (press release) Tweet this news
TheHostingNews.com (press release)--Among all the hosting solutions one that companies prefer most is the -ASP.NET- web hosting. If experts are to be believed, this dynamic framework of hosting ... - Date : Fri, 12 Nov 2010 15:22:40 GMT+00:00
Download ASP.NET MVC 3 Preview 1 - Softpedia Tweet this news
Softpedia--By Marius Oiaga, Technology News Editor Microsoft is cooking the next major release of -ASP.NET- MVC, and baking time for the first preview is already done. ... - Date : Wed, 28 Jul 2010 09:37:00 GMT+00:00
Software Developer - VB.NET / ASP.NET - Adelaide Independent Weekly Tweet this news
Adelaide Independent Weekly--NET and -ASP.NET- respectively. Contribute to the coordination of changes to developed solutions with Architect, Analyst, Infrastructure, & Project Management ... - Date : Tue, 03 Aug 2010 21:35:24 GMT+00:00
The Launch of brand new 9 perhour Website - Online PR News (press release) Tweet this news
Online PR News (press release)--Are you looking for Hiring, Dedicated developers, PHP programmers,-ASP.NET- developers, web designers and Project Managers? Longing for Outsourcing with ... - Date : Fri, 06 Aug 2010 22:28:09 GMT+00:00
Opening for ASP.NET Programmer in Mumbai - Lazybuzz News Tweet this news
Lazybuzz News--The candidate will work on developing / maintaining software projects based on -ASP.NET- in-house applications as requested by the operations team. 2. ... - Date : Fri, 16 Jul 2010 12:17:17 GMT+00:00

Other files : Other
Extension Required version Description
asax 1.0 Global.asax, used for application-level logic
ascx 1.0 Web UserControls: custom controls to be placed onto web pages.
ashx 1.0 custom HTTP handlers.
asmx 1.0 web service pages. From version 2.0 a Code behind page of an asmx file is placed into the app_code folder.
axd 1.0 when enabled in web.config requesting trace.axd outputs application-level tracing. Also used for the special webresource.axd handler which allows control/component developers to package a component/control complete with images, script, css etc. for deployment in a single file (an 'assembly')
browser 2.0 browser capabilities files stored in XML format; introduced in version 2.0. ASP.NET 2 includes many of these by default, to support common web browsers. These specify which browsers have which capabilities, so that ASP.NET 2 can automatically customize and optimize its output accordingly. Special .browser files are available for free download to handle, for instance, the W3C Validator, so that it properly shows standards-compliant pages as being standards-compliant. Replaces the harder-to-use BrowserCaps section that was in machine.config and could be overridden in web.config in ASP.NET 1.x.
config 1.0 web.config is the only file in a specific Web application to use this extension by default (machine.config similarly affects the entire Web server and all applications on it), however ASP.NET provides facilities to create and consume other config files. These are stored in XML format.
cs/vb 1.0 Code files (cs indicates C#, vb indicates Visual Basic). Code behind files (see above) predominantly have the extension ".aspx.cs" or ".aspx.vb" for the two most common languages. Other code files (often containing common "library" classes) can also exist in the web folders with the cs/vb extension. In ASP.NET 2 these should be placed inside the App_Code folder where they are dynamically compiled and available to the whole application.
dbml 3.5 LINQ to SQL data classes file
master 2.0 master page file. Default file name is Master1.master
resx 1.0 resource files for internationalization and localization. Resource files can be global (e.g. messages) or "local" which means specific for a single aspx or ascx file.
sitemap 2.0 sitemap configuration files. Default file name is web.sitemap
skin 2.0 theme skin files.
svc 3.0 Windows Communication Foundation service file
edmx 3.5 ADO.NET Entity Framework model

Directory structure :
Product Developer Licensing
Generator BlueVision LLC Free
Microsoft Visual Studio Microsoft Free and Commercial
CodeGear Delphi Embarcadero Technologies Commercial
Macromedia HomeSite Adobe Systems Commercial
Microsoft Expression Web Microsoft Commercial
Microsoft SharePoint Designer Microsoft Free
MonoDevelop Novell and the Mono community Free Open Source
SharpDevelop ICSharpCode Team Free Open Source
  Eiffel Software Free Open Source and Commercial
Adobe Dreamweaver Adobe Systems Commercial

Directory structure :
Date Version Remarks New ASP.NET related features
January 16, 2002 1.0 First version
April 24, 2003 1.1 released together with Windows Server 2003
November 7, 2005 2.0
November 21, 2006 3.0
November 19, 2007 3.5 Released with Visual Studio 2008 and Windows Server 2008
August 11, 2008 3.5 Service Pack 1 Released with Visual Studio 2008 Service Pack 1
April 12, 2010 4.0 Release with Visual Studio 2010

.NET Framework

Architecture
Base Class Library * Common Language Runtime * Code Access Security * Assembly * Metadata * COM Interop | |
Common Language
Infrastructure (CLI)
Common Language
Infrastructure (CLI)
Common Language Infrastructure * Common Type System * Common Intermediate Language * Virtual Execution System
CLI Languages
Commonup|1C# * Visual Basic .NET * C++/CLI (Managed) * F# * J# * JScript .NET * Windows PowerShell
Otherup|2Axum * A# * Boo * Cobra * M * Oxygene * IronScheme (IronLisp) * IronPython * IronRuby * Nemerle * Phalanger * P#
Components
ADO.NET (Entity Framework * Data Services) * ASP.NET (AJAX * MVC * Dynamic Data) * Language Integrated Query * CardSpace * ClickOnce * Communication Foundation * Dynamic Language Runtime * Forms * Presentation Foundation * Remoting * Workflow Foundation * XAML
Other implementations
Mono * Compact Framework * XNA Framework * Micro Framework * Portable.NET * Silverlight * SSCLI * DotGNU
Comparisons
Java and C# * C# and Visual Basic .NET * Java and .NET platforms
Upcoming
"Acropolis" * "Jasper" * Parallel Extensions * Managed Extensibility Framework | |belowstyle=padding:0.4em 0.2em 0.2em; line-height:1.2em;

Microsoft APIs and frameworks

GraphicsDesktop Window Manager * Direct2D * Direct3D (extensions) * GDI / GDI+ * WPF * Windows Color System * Windows Image Acquisition * Windows Imaging Component
AudioDirectMusic * DirectSound * DirectX plugin * XACT * Speech API
MultimediaDirectX * (Media Objects * Video Acceleration) * DirectInput * DirectPlay * DirectShow * Image Mastering API * Managed DirectX * Media Foundation * XNA * Windows Media
WebMSHTML * RSS Platform * JScript * VBScript * BHO * XDR * SideBar Gadgets
Data accessData Access Components * Extensible Storage Engine * ADO.NET * ADO.NET Entity Framework * Sync Framework * Jet Engine * MSXML * OLE DB * OPC
NetworkingWinsock (LSP) * Winsock Kernel * Filtering Platform * Network Driver Interface Specification * Windows Rally * BITS * P2P API * MSMQ * MS MPI
CommunicationMessaging API * Telephony API * WCF | |
Administration and
management
Administration and
management
Win32 console * Windows Script Host * WMI (extensions) * PowerShell * Task Scheduler * Offline Files * Shadow Copy * Windows Installer * Error Reporting * Event Log * Common Log File System
Component modelCOM * COM+ * ActiveX * Distributed Component Object Model * .NET Framework
LibrariesBase Class Library (BCL) * Microsoft Foundation Classes (MFC) * Active Template Library (ATL) * Windows Template Library (WTL)
Device driversWindows Driver Model * Windows Driver Foundation (KMDF * UMDF) * WDDM * NDIS * UAA * Broadcast Driver Architecture * VxD
SecurityCrypto API (CAPICOM) * Windows CardSpace * Data Protection API * Security Support Provider Interface (SSPI)
.NETASP.NET * ADO.NET * Base Class Library (BCL) * Remoting * Silverlight * TPL * WCF * WCS * WPF * WF
Software factoriesEFx Factory * Enterprise Library * Composite UI * CCF * CSF
IPCMSRPC * Dynamic Data Exchange (DDE) * Remoting * WCF
AccessibilityActive Accessibility * UI Automation | |
Text and multilingual
support
Text and multilingual
support
DirectWrite * Text Services Framework * Text Object Model * Input method editor * Language Interface Pack * Multilingual User Interface * Uniscribe | |

Microsoft development tools

Development
environments
Visual Studio (Team System * Express) * Visual Studio Tools for Office * Visual Studio Tools for Applications * Expression Web * Expression Blend * Microsoft Office SharePoint Designer
Languages and
compilers
Visual Basic (VB.NET) * Visual C++ * Visual C# * Visual J# * Visual FoxPro * IronPython * IronRuby * PowerShell * XAML * F#
Major APIs and
frameworks
Windows API / SDK * .NET Framework * Managed code frameworks (Presentation * Communication * Workflow * CardSpace) * Silverlight * XNA * ASP.NET (ASP.NET AJAX) * LINQ * ADO.NET * DirectX * Robotics Developer Studio
Database tools
and languages
SQL ServerExpress * Compact * Management Studio * Business Intelligence Development Studio * MSDE
SQL servicesAnalysis * Reporting * Integration * Notification
OtherVisual FoxPro * Microsoft Access * Extensible Storage Engine
Source control
Team Foundation Server * Visual SourceSafe
Driver development
Windows Driver Model * Windows Driver Foundation (KMDF * UMDF) * Windows Driver Kit * Windows Logo Kit |

Microsoft

Board of directors
Steve Ballmer * James Cash, Jr. * Dina Dublon * Bill Gates * Raymond Gilmartin * Reed Hastings * Maria Klawe * David Marquardt * Charles Noski * Helmut Panke * Jon Shirley
Desktop software
Windows (components) * Internet Explorer * Office * Visual Studio * Security Essentials * Expression * Dynamics * Money * Encarta * Student * Math * Works * MapPoint * Virtual PC * Forefront * Home * Flight Simulator * Bob
Server software
Windows Server * SQL Server * IIS * PWS * Exchange * BizTalk * Commerce * ISA Server * System Center * Home Server * SharePoint (WSS, MOSS, Search Server) * OCS * Terminal Services * Microsoft Host Integration Server
Technologies
Active Directory * DirectX * .NET * Windows Media * PlaysForSure * App-V * Hyper-V * Silverlight * Windows Mobile * Windows Embedded * Mediaroom * HDi
Web properties
WebsitesadCenter * Bing * Channel 9 * CodePlex * HealthVault * Ignition * Microsoft Store * MSDN * MSN (Games * msnbc.com * ninemsn) * TechNet * Windows Live (Groups * Hotmail * ID * Messenger * Spaces) * Microsoft Popfly
LiveGames for Windows � Live * Xbox Live (Arcade * Marketplace) * Zune Social
Gaming
Microsoft Game Studios * Zone * XNA * Xbox * Xbox 360 * Games for Windows
Hardware
ReleasedSurface * Zune (4 / 8 / 16 * 30 * 80 / 120 * HD) * Kin * MSN TV * Natural Keyboard * Jazz * Keyboard * Mouse * LifeCam * LifeChat * SideWinder * Ultra-Mobile PC * Fingerprint * Audio System * Cordless Phone * Pocket PC * RoundTable * Response Point
PrototypesVenus * Courier
Education and
recognition
BrowserChoice.eu * MCPs * MSDNAA * MSCA * Microsoft Press * Microsoft MVP * Student Partners * Research * Studies related to Microsoft
Licensing
Client Access License * Shared source * Licensing Services
Conferences
MIX * Professional Developers Conference * Windows Hardware Engineering Conference
Criticism
Windows * Windows Vista * Windows XP * Windows 2000 (section) * Windows Me (section) * Windows 9x (section) * Office (section) * Xbox 360 * Internet Explorer (section) * Refund
Litigation
Alcatel-Lucent v. Microsoft * European Union Microsoft competition case * United States v. Microsoft * Microsoft v. Lindows * Apple v. Microsoft * Microsoft vs. MikeRoweSoft
Acquisitions
Altamira Software * aQuantive * Azyxxi * Blue Ribbon Soundworks * Bungie * Calista Technologies * Colloquis * Connectix * Consumers Software * Danger * Farecast * FASA Studio * Fast Search & Transfer * Firefly * Forethought * GIANT Company Software * Groove Networks * Hotmail * Jellyfish.com * LinkExchange * Lionhead Studios * Massive Incorporated * Onfolio * PlaceWare * Powerset * ProClarity * Rare * ScreenTonic * Teleo * Tellme Networks * Vermeer Technologies * Visio Corporation * VXtreme * WebTV Networks * Winternals * Yupi



Privacy | Sitemap