| 22nd | Top file formats |
![]() |
|
|---|---|
| Developer(s) | Microsoft |
| Initial release | January 2002 |
| Stable release | 3.5.30729.1 (3.5 SP1) / 11 August 2008 |
| Written in | .NET Languages |
| Operating system | Microsoft Windows |
| Type | Web application framework |
| License | Proprietary |
| Website | www.asp.net |
Contents |
<% -- dynamic code -- %> which is similar to other web development technologies such as PHP, JSP, and ASP, but this practice is generally discouraged except for the purposes of data binding since it requires more calls when rendering the page.^ <%@ Page Language="C#" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat="server"> protected void Page_Load(object sender, EventArgs e) { Label1.Text = DateTime.^Jitsu ( http://www.jitsu.org/jitsu/ ) is a framework for building web applications.
FAQ: ASP.NET - Mono 10 February 2010 10:39 UTC www.mono-project.com [Source type: FILTERED WITH BAYES]
^Button ID ="Button1" runat ="server" Height ="20px" onclick ="Button1_Click" Text ="Submit" Width ="128px" /> .
File Upload in UpdatePanel, ASP.NET AJAX 10 February 2010 10:39 UTC geekswithblogs.net [Source type: General]
^Label ID ="Label2" runat ="server" Text ="Label"> asp : Label > .
File Upload in UpdatePanel, ASP.NET AJAX 10 February 2010 10:39 UTC geekswithblogs.net [Source type: General]
Now.ToLongTimeString(); } </script> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Sample page</title> </head> <body> <form id="form1" runat="server"> <div> The current time is: <asp:Label runat="server" id="Label1" /> </div> </form> </body> </html>
<%@ Page Language="C#" CodeFile="SampleCodeBehind.aspx.cs" Inherits="Website.SampleCodeBehind" AutoEventWireup="true" %>
using System; namespace Website { public partial class SampleCodeBehind : System.^Advenet LLC Privacy Policy - Terms of Use This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.
.NET Forum 10 February 2010 10:39 UTC www.dotnetmonster.com [Source type: FILTERED WITH BAYES]
^You don't have to be a cryptography expert or spend lots of money on third-party components to secure sensitive data in .NET. In this article, Wayne Plourde shows just how easy it is to encrypt cookie data using encryption classes in the .NET System.Security.Cryptography namespace.
asp.net tutorials and asp.net code from 15Seconds 10 February 2010 10:39 UTC www.15seconds.com [Source type: Academic]
^This article was previously published under Q307860 This article refers to the following Microsoft .NET Framework Class Library namespaces: System.Data System.Data.SqlClient .
ASP.NET data binding overview 10 February 2010 10:39 UTC support.microsoft.com [Source type: Academic]
Web.UI.Page .{ protected void Page_Load(object sender, EventArgs e) { Response.^Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click .
Server side Message box in ASP.Net - .NET Controls - Articles - DNzone.COM 10 February 2010 10:39 UTC www.dnzone.com [Source type: General]
^DataPager1_PreRender (object sender, EventArgs e) { if (IsPostBack) { ListView1.DataSource = DB.GetPremiumsByCompany(Security.SessionCompanyID); ListView1.DataBind(); } } .
SharePoint, ASP.NET and more 10 February 2010 10:39 UTC sharemypoint.wordpress.com [Source type: General]
^Button1_Click( object sender, EventArgs e) .
File Upload in UpdatePanel, ASP.NET AJAX 10 February 2010 10:39 UTC geekswithblogs.net [Source type: General]
Write("Hello, world"); } } }
Application_OnStart event fires on the loading of the first instance of the applications and are available till the last instance exits.^ Applications collection, which provides a wrapper for the application state variables.^ Session collection, are unique to each session instance.^ __VIEWSTATE.^ ViewState collection.^ __VIEWSTATE value.^ | Extension | Required version | Description |
|---|---|---|
| asax | 1.0 | Global.asax, used for application-level logic [14] |
| 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 |
| Product | Developer | Licensing | Notes |
|---|---|---|---|
| ASP.NET Intellisense 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 for ASP.NET | Eiffel Software | Free Open Source and Commercial | |
| Macromedia Dreamweaver | Adobe Systems | Commercial | Supports important ASP.NET 2.0 features, and produces very inefficient code for ASP.NET 1.x: also, code generation and ASP.NET features support through version 8.0.1 was changed very little from version MX if at all. Version 8.0.2 does improve security against SQL injection attacks |
| Date | Version | Remarks | New ASP.NET related features |
|---|---|---|---|
| January 16, 2002 | 1.0 | First version released together with Visual Studio .NET
|
^ ^ ), so early-binding and type safety are possible. |
| April 24, 2003 | 1.1 | released together with Windows Server 2003 released together with Visual Studio .NET 2003
|
|
| November 7, 2005 | 2.0 |
codename Whidbey
released together with Visual Studio 2005 and Visual Web Developer Express and SQL Server 2005 |
|
| 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 |
|
|
|||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
Contents |
ASP.NET is a scripting language that was made by Microsoft. It helps make web pages more interactive by allowing developers to develop for the web. It allows developers to use languages like Visual C++, Visual C#, Visual Basic and Visual F# to make websites.
Here are sentences from other pages on ASP.NET, which are similar to those in the above article.
|
|