<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://nfex.ru/index.php?action=history&amp;feed=atom&amp;title=ASP.NET_Tutorial%2FASP.Net_Instroduction%2FIntroduction</id>
		<title>ASP.NET Tutorial/ASP.Net Instroduction/Introduction - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://nfex.ru/index.php?action=history&amp;feed=atom&amp;title=ASP.NET_Tutorial%2FASP.Net_Instroduction%2FIntroduction"/>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=ASP.NET_Tutorial/ASP.Net_Instroduction/Introduction&amp;action=history"/>
		<updated>2026-04-29T21:30:33Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://nfex.ru/index.php?title=ASP.NET_Tutorial/ASP.Net_Instroduction/Introduction&amp;diff=3085&amp;oldid=prev</id>
		<title> в 15:30, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=ASP.NET_Tutorial/ASP.Net_Instroduction/Introduction&amp;diff=3085&amp;oldid=prev"/>
				<updated>2010-05-26T15:30:57Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 15:30, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
			</entry>

	<entry>
		<id>http://nfex.ru/index.php?title=ASP.NET_Tutorial/ASP.Net_Instroduction/Introduction&amp;diff=3086&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://nfex.ru/index.php?title=ASP.NET_Tutorial/ASP.Net_Instroduction/Introduction&amp;diff=3086&amp;oldid=prev"/>
				<updated>2010-05-26T11:57:58Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== ASP.NET reserved application folders==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
Folder Name Description &lt;br /&gt;
App_Browsers Contains browser definition files (which are XMLbased files with the .browser extension) used by this application for &lt;br /&gt;
identifying and determining the capabilities of browsers. &lt;br /&gt;
App_Code Contains any noncodebehind class files to be used by the application.&lt;br /&gt;
App_Data Contains application data files, such as SQL Server Express data, Microsoft Access files, or XML data. &lt;br /&gt;
App_GlobalResources Contains resource files that are available globally throughout &lt;br /&gt;
the application.&lt;br /&gt;
App_LocalResources Contains resource files that are associated with a specific page or control.  &lt;br /&gt;
App_Themes Contains files that define the appearance of pages and controls in the site.&lt;br /&gt;
App_WebReferences Contains files used to define references to external Web services. &lt;br /&gt;
Bin Contains compiled .NET assemblies (.DLL files).&amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
== Notable ASP.net file extension==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
Extension Description &lt;br /&gt;
  .asax     The Global.asax file defines application-level event handlers. &lt;br /&gt;
  .ascx     Defines a user control. User controls are used to encapsulate a block of reusable user interface functionality.&lt;br /&gt;
  .ashx     Defines a custom HTTP handler. Handlers are used to implement custom response functionality based on the extension of the request. &lt;br /&gt;
  .asmx     Defines an XML Web service. &lt;br /&gt;
  .aspx     Defines a Web Form. &lt;br /&gt;
  .axd      Special handlers used to manage Web site administration requests. &lt;br /&gt;
  .config   An XML-based configuration file (named Web.config) for an application or for the machine itself (machine.config). &lt;br /&gt;
  .master   Defines a master page that specifies the common layout for other Web Forms. &lt;br /&gt;
  .resx     Resource file containing resource strings used for localization. &lt;br /&gt;
  .sitemap  Defines the navigation structure of the site. &lt;br /&gt;
  .skin     Defines the visual property settings to be applied to controls in a site&amp;quot;s theme.&amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
== The ASP.NET Framework gives you the most commonly used namespaces==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
System&lt;br /&gt;
          System.Collections&lt;br /&gt;
          System.Collections.Specialized&lt;br /&gt;
          System.Configuration&lt;br /&gt;
          System.Text&lt;br /&gt;
          System.Text.RegularExpressions&lt;br /&gt;
          System.Web&lt;br /&gt;
          System.Web.Caching&lt;br /&gt;
          System.Web.SessionState&lt;br /&gt;
          System.Web.Security&lt;br /&gt;
          System.Web.Profile&lt;br /&gt;
          System.Web.UI&lt;br /&gt;
          System.Web.UI.WebControls&lt;br /&gt;
          System.Web.UI.WebControls.WebParts&lt;br /&gt;
          System.Web.UI.HTMLControls&lt;br /&gt;
          System.Web.Extensions&lt;br /&gt;
          System.Xml.Linq&lt;br /&gt;
          System.Data.DataSetExtensions&lt;br /&gt;
The default namespaces are listed inside the pages element in the root web configuration file &lt;br /&gt;
located at the following path:&lt;br /&gt;
\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\Web.Config          &lt;br /&gt;
&lt;br /&gt;
Before you can use a class contained in an assembly in your application, &lt;br /&gt;
you must add a reference to the assembly. &lt;br /&gt;
By default, an ASP.NET application references the most common assemblies contained in the Global Assembly Cache:&lt;br /&gt;
          mscorlib.dll&lt;br /&gt;
          System.dll&lt;br /&gt;
          System.Configuration.dll&lt;br /&gt;
          System.Web.dll&lt;br /&gt;
          System.Data.dll&lt;br /&gt;
          System.Web.Services.dll&lt;br /&gt;
          System.Xml.dll&lt;br /&gt;
          System.Drawing.dll&lt;br /&gt;
          System.EnterpriseServices.dll&lt;br /&gt;
          System.Web.Mobile.dll&amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
== Your first ASP.net page==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; %&amp;gt;&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot;&lt;br /&gt;
&amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;script runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;
    void Page_Load()&lt;br /&gt;
    {&lt;br /&gt;
        lblServerTime.Text = DateTime.Now.ToString();&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; &amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;First Page&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
    &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div&amp;gt;&lt;br /&gt;
    The current date and time is:&lt;br /&gt;
    &amp;lt;asp:Label&lt;br /&gt;
        id=&amp;quot;lblServerTime&amp;quot;&lt;br /&gt;
        Runat=&amp;quot;server&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first line contains a directive. It looks like this:&lt;br /&gt;
&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; %&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The code declaration block contains all the methods used in the page. &lt;br /&gt;
It contains all the page&amp;quot;s functions and subroutines. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;script runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;
    void Page_Load()&lt;br /&gt;
    {&lt;br /&gt;
        lblServerTime.Text = DateTime.Now.ToString();&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;/script&amp;gt;&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>