 
		
		  
		   | VB.NET 2005 Tutorials: Access  VB.NET 2005 Tutorials:  A common task in N-tier .NET  Microsoft.net framework  and Manipulate Data -  Creating Multiple-Document  web application development  provides the developer with  Working with Disk Files - In  Interface (MDI) Applications  involves compiling  more advanced controls.  this tutorial you will learn  In this tutorial you will  components. You can compile  Among those are the  about Access and Manipulate  learn about Creating  components in several  Calendar, AdRotator and the  Data, Working with Disk  Multiple Document Interface  different ways, from using  Xml Control. In this  Files, Browsing for Files,  (MDI) Applications. In most  commands executed at the DOS  Tutorial we will see how we  Streams and Backing Stores,  real time applications we  command prompt to using  can make use of the rich  Using the FileStream Class,  often find that multiple  methods available through  controls provided by the  Using the StreamReader and  windows open within another  the Visual Studio .NET  framework.  StreamWriter Classes, Using  window. This kind of need is  Integrated Development  the BinaryReader and  satisfied by implementing  Environment. This tutorial  BinaryWriter Classes.  Multiple Document Interface  provides detailed steps for  (MDI) Applications. You can  using each of these methods.  create a class and designate  The first method is for  it as a MDI window by  those who only have the .NET  setting its IsMDIContainer  Framework installed and are  Property as true. Set the  comfortable with working  value for WindowState as  from the command prompt.  maximized.  The second method also  involves working from the  command prompt but employs  special tools installed with  the installation of Visual  Studio .NET.  In the third  method, you'll be introduced  to compiling components  using the visual interface  of Visual Studio .NET.  Whether or not you have  Visual Studio .NET  installed, you'll find the  steps for compiling your  components here.  Date: Jul, 22 2005 Date: Jul, 22 2005 Date: May, 19 2005 Date: May, 26 2006 | 
| ASP.NET pages are dynamically  In this article we will  This tiny demo source code  In this tutorial you will  compiled on demand when  discuss providing a  will give you a hint about  learn how to add Web Parts  first required in the  programmable method of  how to query data stored on  at run time and To test the  context of a Web  securing files on for your  your server via XMLDB Engine  Web Parts catalog.  application. Dynamic  ASP.Net applications. This  Lite (XMLDBelt), create new  compilation is not specific  code could come in handy  files, insert data into  to ASP.NET pages (.aspx  where you have an  existed, update data, delete  files); it also occurs with  application hosted on an ISP  and etc.  Web Services (.asmx files),  and you do not have access  Web user controls (.ascx  to a folder outside of your  files), HTTP handlers (.ashx  Web directory structure, and  files), and ASP.NET  you are not able to change  application files such as  permissions on folder in the  the global.asax file. But  Web. This method does not  what does it mean exactly  require storing your file in  that an ASP.NET page is  a binary field in your  compiled?  database, thus reducing cost  of having to buy database  storage from your ISP, and  with no impact on the  network traffic between the  database and web servers.  Date: Apr, 22 2004 Date: Sep, 07 2003 Date: May, 03 2004 Date: Jun, 04 2006 |