<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE rss >
<rss version="2.0">
<channel>
<title>PHP scripts, Javascript, script writing, Collection of Scripts Resources, Free Scripts, Source code and Scripts, web resources, source code, free script, books, examples, help and more!</title><link>http://www.advancescripts.com/rss/773.html</link><description>Miscellaneous RSS feeds</description><language>en-us</language><copyright>Copyright (c) AdvanceScripts All rights reserved.</copyright><item>
<title>VB.NET 2005 Tutorials: Exceptions</title>
<link>http://www.advancescripts.com/detailed/15633.html</link>
<description>VB.NET 2005 Tutorials: Exceptions - In this tutorial you will learn about Exceptions, Common Exceptions, Handling Exceptions - Try Block, Catch Block, Throw Statement, Finally Block, Salient points about error handling Custom Exceptions - Managing Unhandled Exception </description>
</item>
<item>
<title>What is REST, anyway?</title>
<link>http://www.advancescripts.com/detailed/15632.html</link>
<description>In this article, we explain REST (Representational State Transfer). It’s an approach to building distributed systems, though less commonly used than Remote Procedure Calls. We look at what it is, how it differs from RPC, when it might be suitable to use it and what lessons we can learn from it.</description>
</item>
<item>
<title>Float, Double and Decimal: do you know the differences?</title>
<link>http://www.advancescripts.com/detailed/15629.html</link>
<description>There are a number of data types available in the .Net framework for storing numbers with fractional parts. They are each appropriate for different situations, and using the wrong one can lead to errors in calculations as well as performance issues! Learn which one you should use when</description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Editing Data With ADO .NET</title>
<link>http://www.advancescripts.com/detailed/15628.html</link>
<description>VB.NET 2005 Tutorials: Editing Data With ADO .NET In this tutorial you will learn about Editing Data With ADO .NET - Updating Data, Adding Data, Typed data set, Untyped data set, Deleting Data, Editing with a DataGrid.</description>
</item>
<item>
<title>VB.NET 2005 Tutorials: DomainUpDown and NumericUpDown</title>
<link>http://www.advancescripts.com/detailed/15627.html</link>
<description>VB.NET 2005 Tutorials: DomainUpDown and NumericUpDown - The windows Forms System.Windows.DomainUpDo wn control looks like a combination of a text box and a pair of buttons for moving up or down through a list. This control displays and sets a text string from a list of choices.</description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Creating and Managing Components Section</title>
<link>http://www.advancescripts.com/detailed/15626.html</link>
<description>VB.NET 2005 Tutorials: Creating and Managing Components Section 2 - In Section 2 of Creating and Managing Components You will learn about Hosting a control inside Internet Explorer, HTMLAnchor Control, HTMLButton Control, HTMLGeneric Control, Creating Components by extending the Control class, Creating a custom control and Creating components by extending the Component class</description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Creating and Managing Components Section</title>
<link>http://www.advancescripts.com/detailed/15619.html</link>
<description>VB.NET 2005 Tutorials: Creating and Managing Components Section 1 - In this tutorial you will learn about Components, Best practices in using Components, Creating Components by extending the UserControl Class, Testing the Control, Creating and implementing Events, Extending a control through Visual Inheritance and Inheriting from a UserControl. </description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Creating and Managing .NET Assemblies</title>
<link>http://www.advancescripts.com/detailed/15615.html</link>
<description>VB.NET 2005 Tutorials: Creating and Managing .NET Assemblies Single-file and multi-file assemblies, Combining modules written in different languages, Creating a multi-file assembly, End Namespace, Static and dynamic assemblies, Private and shared assemblies, Sharing an assembly, Satellite and Resource-only assemblies, Compiling Satellite Assemblies, Compiling Satellite Assemblies With Strong Names, Obtaining the Public Key, Delay Signing an Assembly, Re-signing an Assembly, Installing a Satellite Assembly in the Global Assembly Cache, Resources in Applications, Creating and Localizing Resources and Packaging and Deploying Resources</description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Complex Data Binding</title>
<link>http://www.advancescripts.com/detailed/15614.html</link>
<description>In this tutorial you will learn about Complex Data Binding, Binding to a ComboBox or ListBox, Binding to a DataGrid. Complex data binding is the ability of a control to bind to more than one data element, typically more than one record in a database, or to more than one of any other type of bindable data elements.  

</description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Common Windows Form Controls Section:2</title>
<link>http://www.advancescripts.com/detailed/15613.html</link>
<description>VB.NET 2005 Tutorials: Common Windows Form Controls Section:2 - In this tutorial we will learn about Common Windows Forms Controls in Visual Basic .NET 2005. In this part 2 of this article, We will be learning the controls like Control MonthCalendar and DateTimePicker, TreeView and ListView, Timer, TrackBar and ProgressBar, HScrollBar and VScrollBar</description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Creating Menu and Menu Items</title>
<link>http://www.advancescripts.com/detailed/15587.html</link>
<description>VB.NET 2005 Tutorials: Creating Menu and Menu Items - In this tutorial we will learn about Creating Menu and Menu Items - Main Menu, Context Menu, StatusBar and ToolBar. Windows users are familiar with Menu objects. The MainMenu control represents the container for the menu structure of the form. Menus are made up of MenuItem objects that represent the individual parts of a menu. You can add submenus to menus that will pop up when the user clicks an arrow in the menu item, display check marks, create menu separators, assign shortcut keys to menu items , even draw the appearance of menu items yourself.</description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Dialog Boxes in Visual Basic .NET 2005</title>
<link>http://www.advancescripts.com/detailed/15586.html</link>
<description>VB.NET 2005 Tutorials: Dialog Boxes in Visual Basic .NET 2005 - Most Windows applications request for user input. Dialog boxes are one means of requesting users for specific kinds of inputs. Therefore, VB.NET allows its designers to create a number of different types of dialog boxes. Standard Dialog boxes are included in classes that fall within the purview of the CommonDialog. FileDialog, ColorDialog, FontDialog, PageSetupDialog, PrintDialog</description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Creating Multiple-Document Interface (MDI</title>
<link>http://www.advancescripts.com/detailed/15585.html</link>
<description>VB.NET 2005 Tutorials: Creating Multiple-Document Interface (MDI) Applications In this tutorial you will learn about Creating Multiple Document Interface (MDI) Applications. In most real time applications we often find that multiple windows open within another window. This kind of need is satisfied by implementing Multiple Document Interface (MDI) Applications. You can create a class and designate it as a MDI window by setting its IsMDIContainer Property as true. Set the value for WindowState as maximized. </description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Creating Web Service Project</title>
<link>http://www.advancescripts.com/detailed/15584.html</link>
<description>VB.NET 2005 Tutorials: Creating Web Service Project - In this tutorial you will learn about Creating a Web Service Project. To create an XML Web service project and thereby separate the functionality of the web service from the web site: </description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Common Controls and Handling Control</title>
<link>http://www.advancescripts.com/detailed/15572.html</link>
<description>VB.NET 2005 Tutorials: Common Controls and Handling Control Events - In this tutorial we will be learning how to use common control like Control Hierarchy, Label and LinkLabel, TextBox and RichTextBox, PictureBox, GroupBox and Panel, Button, CheckBox and RadioButton, ListBox, CheckedListBox and ComboBox, DomainUpDown and NumericUpDown, MonthCalendar and DateTimePicker, TreeView and ListView, Timer, TrackBar and ProgressBar, HScrollBar, VScrollBar, TabControl and Handling Control Events.</description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Adding Controls</title>
<link>http://www.advancescripts.com/detailed/15571.html</link>
<description>VB.NET 2005 Tutorials: Adding Controls - In this tutorial let's discuss about Adding Controls to a Windows Form, Adding Controls using Windows Forms Designer, Adding Controls Dynamically and Setting properties of Controls. Sample source codes used in this tutorial are included. Forms are containers for control objects. All controls have properties, methods and events that can be used to customize their functionality. Controls can be manipulated in the designer mode and code can be added to dynamically add controls at run time. </description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Access and Manipulate SQL Server data</title>
<link>http://www.advancescripts.com/detailed/15570.html</link>
<description>VB.NET 2005 Tutorials: Access and Manipulate SQL Server data - Using Ad Hoc Queries - In this tutorial you will learn about Consuming and Manipulating Data Viz. Access and Manipulate SQL Server data - Using Ad Hoc Queries; Running Queries, The SELECT Statement, The INSERT Statement, The UPDATE Statement and The DELETE Statement</description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Access and Manipulate Data - Working with</title>
<link>http://www.advancescripts.com/detailed/15569.html</link>
<description>VB.NET 2005 Tutorials: Access and Manipulate Data - Working with Disk Files - In this tutorial you will learn about Access and Manipulate Data, Working with Disk Files, Browsing for Files, Streams and Backing Stores, Using the FileStream Class, Using the StreamReader and StreamWriter Classes, Using the BinaryReader and BinaryWriter Classes. </description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Access and Manipulate Data - Using DataSe</title>
<link>http://www.advancescripts.com/detailed/15568.html</link>
<description>VB.NET 2005 Tutorials: Access and Manipulate Data - Using DataSets - In this tutorial you will learn about Using DataSets, Populating a DataSet From a Database, Moving Around in DataSets and Retrieving Data, Using Strongly Typed DataSets, DataSets With Multiple Tables. </description>
</item>
<item>
<title>VB.NET 2005 Tutorials: Access and Manipulate Data - ADO .NET Obj</title>
<link>http://www.advancescripts.com/detailed/15567.html</link>
<description>VB.NET 2005 Tutorials: Access and Manipulate Data - ADO .NET Object Model - In this tutorial you will learn about The ADO .NET Object Model, Data Providers and Their Objects and the Dataset Objects ADO .NET renders very good support for working with disconnected data. ADO .NET 2.0 comes with additional features that enhance the performance of common database tasks. </description>
</item>
<item>
<title>VB.NET 2005 Tutorials : Web Reference, ASP.NET Web Application a</title>
<link>http://www.advancescripts.com/detailed/15566.html</link>
<description>VB.NET 2005 Tutorials : Web Reference, ASP.NET Web Application and XML Web Service - In this tutorial you will learn about Using Web Reference - Adding a Web reference:, To create an ASP.NET Web application, Adding a Web Reference, Testing a Web Service, Accessing the XML Web Service and To access the XML Web service</description>
</item>
<item>
<title>VB.NET 2005 Tutorials : Common Windows Forms Controls Section 1</title>
<link>http://www.advancescripts.com/detailed/15565.html</link>
<description>VB.NET 2005 Tutorials : Common Windows Forms Controls Section 1 - In this tutorial we will learn about Common Windows Forms Controls in Visual Basic .NET 2005. IN this part 1 of this article, We will be learning the controls like Control Hierarchy, Label, LinkLabel, TextBox, RichTextBox, PictureBox, GroupBox, Panel, Button, CheckBox , RadioButton, ListBox, CheckedListBox and ComboBox.</description>
</item>
<item>
<title>VB.NET 2005 Free Training: Windows Forms Designer Window</title>
<link>http://www.advancescripts.com/detailed/15564.html</link>
<description>VB.NET 2005 Free Training: Windows Forms Designer Window - Using The System.Windows.Forms.Form class System.Windows .Forms.Form class is the foundation class for all forms to be created. All the forms that are created in VB .NET are also inheriting from this base class. This class provides for all the facilities needed for the form. Additional functionality can be added by separate codes.</description>
</item>
<item>
<title>VB.NET 2005 Free Training: Using Application Class and Message C</title>
<link>http://www.advancescripts.com/detailed/15563.html</link>
<description>VB.NET 2005 Free Training: Using Application Class and Message Class - Visual Basic 2005 introduces a speedy way to access many important classes relating to the Computer on which the application is running, the user running it, the application itself, its forms and any associated web services. The best part of it all is that you can access it all using the new My object. The new My object has added features that help the programmer to gain access to some functionality that was really hard to achieve</description>
</item>
<item>
<title>VB.NET 2005 Free Training: Setting and Adding Properties to</title>
<link>http://www.advancescripts.com/detailed/15562.html</link>
<description>VB.NET 2005 Free Training: Setting and Adding Properties to a Windows Form - In this tutorial we wil leran about Setting and Adding Properties to a Windows Form, Using the Visual Designer to set Windows Form Properties, Setting Windows Forms Properties programatically and Using Visual Inheritance along with the sample project and screen shots</description>
</item>
<item>
<title>VB.NET 2005 Free Training: Introduction and Implementing Inherit</title>
<link>http://www.advancescripts.com/detailed/15561.html</link>
<description>VB.NET 2005 Free Training : Visual Studio.NET Namespaces The .NET Framework class library has thousands of classes which are needed for developing and deploying solutions. In order to organize all those classes for ease of use .NET Framework uses namespaces. This Gives the Classes their own space and prevents conflicts between the various names in these classes. For instance if two classes contain a method Paint(), then to avoid conflicts in names we can place these classes in two different namespaces. Thus namespaces allow classes to be grouped in a consistent, hierarchical manner.</description>
</item>
<item>
<title>VB.NET 2005 Free Training: Differences between VB.NET 1.0 and VB</title>
<link>http://www.advancescripts.com/detailed/15560.html</link>
<description>VB.NET 2005 Free Training: Differences between VB.NET 1.0 and VB.NET 2.0: VB.NET 2005 comes with a number of enhancements. The IntelliSense Code snippets, the Windows Forms designer updates, IntelliSense filtering, debugger data tips, exception Assistant etc make the software a pleasure to work with. The language has been spruced up with generics, unsigned types, Operator overloading etc.</description>
</item>
<item>
<title>VB.NET 2005 Free Training: Building graphical interface elements</title>
<link>http://www.advancescripts.com/detailed/15559.html</link>
<description>VB.NET 2005 Free Training: Building graphical interface elements - Building graphical interface elements by using the System.Drawing namespace, In this tutorial we will learn about Graphics Object, The Windows Forms Coordinate System, Drawing Text on a Form, Drawing Shapes and Working with images. </description>
</item>
<item>
<title>VB.NET 2005 Free Training : Introducing Windows Forms</title>
<link>http://www.advancescripts.com/detailed/15558.html</link>
<description>VB.NET 2005 Free Training : Visual Studio.NET Namespaces - The .NET Framework class library has thousands of classes which are needed for developing and deploying solutions. In order to organize all those classes for ease of use .NET Framework uses namespaces. This Gives the Classes their own space and prevents conflicts between the various names in these classes. For instance if two classes contain a method Paint(), then to avoid conflicts in names we can place these classes in two different namespaces. Thus namespaces allow classes to be grouped in a consistent, hierarchical manner.</description>
</item>
<item>
<title>Using File Uploading Control</title>
<link>http://www.advancescripts.com/detailed/15301.html</link>
<description>NET comes with great features. Anymore your do not need any additional code libraries to upload files to your web server. Microsoft.NET includes itself a file upload wizard. Now we will examined and play with this tool. I've used Visual Web Developer 2008 and ASP.NET 3.5 to create this sample application. First we need to create a new web form and place FileUpload control on page. Drop a button and name it as Upload. Also drop a label and named as lblMsg to handle any message. Our file upload control name will be inputFileUpload. But you may rename anything in this sample application.  

</description>
</item>
<item>
<title>Introducing C# 3</title>
<link>http://www.advancescripts.com/detailed/15079.html</link>
<description>This is the first of a four part series on C# 3.0. It covers type inference, also known as implicitly typed variables. It explains what type inference is, why it is useful and the performance consequences of using it. It also looks at implicitly typed arrays</description>
</item>
<item>
<title>Introducing C# 3 – Part 3</title>
<link>http://www.advancescripts.com/detailed/15077.html</link>
<description>This is the third of a four part series on C# 3.0. It covers new features that will help you to build data structures more easily, including object and collection initializers. It then moves on to anonymous types, which are useful in Linq, and how type equivalence works with anonymous types</description>
</item>
<item>
<title>Build a DotNetNuke FileManager in ASP.NET</title>
<link>http://www.advancescripts.com/detailed/14923.html</link>
<description>If you have been playing around with DotNetNuke, you can probably agree with me that they have a very good FileManager that you can use it to upload your file,editing your file, downloading your file without have to use FTP or Remote Desktop. All the file manipulation such as Zip, Rename, Delete,Cut and Copy can be done easily using their web based file manager. In the sample below, I will guide and show you how we can develop a file manager with the same functionality like what you have in your DotNetNuke applications. I also noticed that one of the ASP.NET web hosting company are using a Dotnetnuke like file manager in their control panel. You can test out the demo yourself</description>
</item>
<item>
<title>Basics of .NET remoting</title>
<link>http://www.advancescripts.com/detailed/14922.html</link>
<description>This article will explores about .NET remoting. .NET remoting is a technology that allows you to invoke or accessing objects on remote server. For those who are familiar with Java technology, it is called RMI (Remote Method Invocation) in java world. .NET remoting supports accessing your objects by using HTTP,TCP and IPC channels. Similar with Web Services, .NET remoting also support calling your objects via HTTP protocol. However Web Services provide platform independence and you also get loose coupling between your client server objects which means that easier to deal with versioning issues. Unlike Web Services, .NET remoting requires both of your client and server objects running on the same .NET Framework version. and it has a tight coupling between client and server because the same object types are shared. </description>
</item>
<item>
<title>Basic of GDI+ and Graphics in ASP.NET</title>
<link>http://www.advancescripts.com/detailed/14921.html</link>
<description>In this article, I will explain about GDI+ in .NET Framework. If you haven't heard about GDI+, then GDI+ is a set of classes in .NET framework that deal with graphics. You can use GDI+ to draw custom drawing on the screen. GDI provides a layer of abstraction, hiding the differences between different video cards. </description>
</item>
<item>
<title>Basic Introduction to ADO.NET in ASP.NET</title>
<link>http://www.advancescripts.com/detailed/14920.html</link>
<description>ADO.NET was first introduced in version 1.0 of the .NET Framework and provided an extensive array of features to handle data either live,while connected to the database ,or when disconnected.. With the introduction of ADO.NET 2.0, you can have more features and easier programming model. Some of the newly added features include the capability to to bulk load large quantities of data from varieties of sources, to batch process updates to the database with fewer roundtrips back to the database server, to reuse the same live connection for multiple operations as well as to achieve asynchronous access to the database</description>
</item>
<item>
<title>Basic Introduction about MSMQ in .NET Framework</title>
<link>http://www.advancescripts.com/detailed/14919.html</link>
<description>Message Queuing or what you can call as MSMQ itself is an asynchronous programming. This is because the clients does not wait for the server to read the data sent to it. But there is a difference between the MSMQ itself and the asynchronous programming. In MSMQ world, all the sender and recipient transaction can be occur in disconnected and connected method, while the asynchronous programming, the transaction can only occur in connected mode. Message Queuing is kind of email for application to application communication. But MSMQ has lots more features to offer, such as guaranteed delivery ,transactions,confirmatio ns, express mode using memory and so on. With MSMQ you can send,receive, and route messages in a connected or disconnected environment</description>
</item>
<item>
<title>URL Rewriting with ASP.NET 2.0</title>
<link>http://www.advancescripts.com/detailed/14713.html</link>
<description>In this article, you will learn about URL Rewriting in ASP.NET 2.0. URL Rewriting was originally introduced by Apache as an extensions called mod_rewrite. The concept of URL rewriting is simple. It allows you to rewrite URL from those ugly URL into a better URL and hence it will perform better in SEO. If you rewrite the URL above, you can actually rewrite it into more readable format e.g http://www.worldofasp.net /product10.aspx. or you can rewrite it to http://www.worldofasp.net /product/10.aspx</description>
</item>
<item>
<title>ASP.NET with C# Free Online Training</title>
<link>http://www.advancescripts.com/detailed/14709.html</link>
<description>ASP.NET with C# Free Online training by Exforsys.com. This Free Training couvers the important topics you need to learn. ASP.NET with C# training series teaches experienced developers the C#, ASP.NET, ADO.NET, VB .NET and Visual Studio .NET skills they need to successfully build database-driven Web applications and Web services. All the tutorials includes source code, screen shots, step by step instructions. There is no registration required to use any of our trainings. Currently we have Oracle 9i SQl and Pl/SQl Complete training tutorials, Microsoft Analysis Services around 70 step by step training tutorials.</description>
</item>
<item>
<title>Working with Master Pages and Basics of Master Pages</title>
<link>http://www.advancescripts.com/detailed/14694.html</link>
<description>Master Pages is great new enhancements in ASP.NET 2.0 and if you haven't heard or use Master Pages, then you might reconsider of using this across all your existing websites. It will save you lots of times in maintaining and editing your websites source code. In old classic ASP, we do not have this features yet. Master Pages are an easy way to provide a template that can be used by any number of ASP.NET pages in your application</description>
</item>
<item>
<title>Data Source Controls in ASP.NET 2.0</title>
<link>http://www.advancescripts.com/detailed/14633.html</link>
<description>Tutorial introduces a number of new Web controls designed for accessing and modifying data in ASP.NET 2.0. You can perform all common database related tasks like displaying, editing and updating the data with minimum effort. ASP.NET 2.0 has got some smart and intelligent new data source controls which can even manipulate specialized data sources like XML files</description>
</item>
<item>
<title>Tracking and Displaying Real-time Visitor Time Zones in a Chart</title>
<link>http://www.advancescripts.com/detailed/14628.html</link>
<description>Part 4 of a Multipart Series - In this tutorial we will learn how to add real-time visitor time zones tracking to our website. We will also create two (2) time zone charts for our website which will allow us to view where all of our visitors have mostly come from, and also to see in real-time, current active users' time zones. Click the link to see the sample charts and images</description>
</item>
<item>
<title>Membership, profile and roles in ASP.NET 2.0</title>
<link>http://www.advancescripts.com/detailed/14501.html</link>
<description>This serie of articles explains the membership provider system in ASP.NET 2.0, how to make it work against SQL Server 2000, how to tweak the CreateUserWizard to require email verification when new accounts are created etc. As of this moment there are 6 articles, all with explaining sourcecode.  

</description>
</item>
<item>
<title>Creating an RSS feed for your ASP.NET site</title>
<link>http://www.advancescripts.com/detailed/14500.html</link>
<description>Using an ASHX handler for optimal performance we create a system for feed RSS out of your database driven site. Explains RSS xml format and gives you extra caching tips. </description>
</item>
<item>
<title>Working with Web Parts in ASP.NET 2.0</title>
<link>http://www.advancescripts.com/detailed/14446.html</link>
<description>ASP.NET 2.0 Training : Working with Web Parts - In this tutorial you will learn about Understanding Web Parts, Building pages with Web Parts, Web Part Display Modes, Advantages of using WebParts, To create a new Web site using WebParts, The Web.config File and Adding the WebPartManager Control. </description>
</item>
<item>
<title>Web Pages and Layout in ASP.NET 2.0</title>
<link>http://www.advancescripts.com/detailed/14441.html</link>
<description>ASP.NET 2.0 Free Training : Web Pages and Layout - In this tutorial you will learn how to Enable Users to Edit Pages and Change Layout, To create a user control that enables changing page layout, To enable users to change the layout and To test layout changes</description>
</item>
<item>
<title>VB.NET 2005 Beta Free Training - The NET Framework Architecture</title>
<link>http://www.advancescripts.com/detailed/14440.html</link>
<description>VB.NET 2005 Free Training : The .NET Framework Architecture Part 2. In this tutorial of The .NET Framework Architecture Part 2 we will learn about Just-In-Time (JIT) compilation, Assemblies, native assemblies, Global Assembly Cache (GAC) and Comparison of VB.NET, C#, and J#. 


</description>
</item>
<item>
<title>VB NET 2005 Beta Free Training - The NET Framework Architecture</title>
<link>http://www.advancescripts.com/detailed/14437.html</link>
<description>This is the first tutorial as part of the Visual Basic .NET 2005 Training. In this tutorials we will be learning about the basics of The .NET Framework Architecture, The .NET vision, Common Language Runtime (CLR), .NET Framework Class Library and Microsoft Intermediate Language (MSIL). It's very important to learn the basics before we actually start with the Programming. The .NET framework is a software technology that is directed towards connecting information, people, systems and devices seamlessly. The high level of software integration that has been attempted through use of XML web services enables the creation of small, discrete, building block types of applications. These applications are connected to other applications over the Internet.</description>
</item>
<item>
<title>Using Web Parts and Controls in Web Pages</title>
<link>http://www.advancescripts.com/detailed/14436.html</link>
<description>ASP.NET 2.0 Free Tutorials : Using Web Parts and Controls in Web Pages - In this tutorial you will learn how To create a page for containing Web Parts controls, To create content for the main zone and To create a user control</description>
</item>
<item>
<title>Using a Grid to Display Detail Information</title>
<link>http://www.advancescripts.com/detailed/14432.html</link>
<description>ASP.NET 2.0 Free Tutorials : Using a Grid to Display Detail Information - In this tutorial you will learn how to use a GridView Control to display the details of the item selected in the DropDown list and test the page. We shall now use a GridView to display the details of the item selected in the DropDown list</description>
</item>
<item>
<title>The Promise and Foundation of .NET</title>
<link>http://www.advancescripts.com/detailed/14422.html</link>
<description>NET provides a framework for web services used by Microsoft’s Windows, which is the standard operating system on the majority of personal and business computers. These web services include pre-existing IT (and specifically web services) protocols and technologies like XML (Extensible Markup Language), SOAP (Simple Object-Access Protocol), WSDL (Web Services Description Language) and the universal business directory UDDI (Universal Description, Discover and Integration). </description>
</item>
<item>
<title>Referencing Master Page Members in ASP.NET 2.0</title>
<link>http://www.advancescripts.com/detailed/14388.html</link>
<description>ASP.NET 2.0 Training : Referencing Master Page Members - In this tutorial you will learn about reference Master Page Mebers, add property to Master Page, expose Master Properties. 

</description>
</item>
<item>
<title>Personalization: User Profiles and Themes in ASP.NET 2.0</title>
<link>http://www.advancescripts.com/detailed/14387.html</link>
<description>ASP.NET 2.0 Free Training : Personalization: User Profiles and Themes - In this tutorial you will learn about Personalization - User Profiles and Themes, Inbuilt providers in ASP.NET 2.0 and also Create and execute a Shopping cart application with Personalization features. Surfers would love to see on the website the content which is customized to their needs. ASP.NET offers a personalization feature which enables users to do just that. 

</description>
</item>
<item>
<title>Oracle Apps 11i - Using Rapid install and the Steps Before the I</title>
<link>http://www.advancescripts.com/detailed/14371.html</link>
<description>This tutorial explains about using Rapid install to install Oracle Applications on any machine. With Rapid Install, you can perform these operations: Install a new, fully configured Oracle Applications system, including the latest certified Oracle Applications technology stack and all patches, mini-packs, family packs, and other updates available at the time of this release. Lay down the file system and configure server processes for an upgraded system and Install a new database tier or application tier technology stack. 

</description>
</item>
<item>
<title>Oracle 9i Tutorials</title>
<link>http://www.advancescripts.com/detailed/14370.html</link>
<description>Course Description: This course introduces students to data server technology, and explores the concepts of relational databases and the powerful SQL and PL/SQL programming languages. Students will learn and practice how to create and maintain database objects. You will also learn to store, retrieve, and manipulate data. Finally, you will learn how to create PL/SQL blocks of application code that can be used in Oracle forms, reports, and other Oracle applications.  

</description>
</item>
<item>
<title>Oracle 10g Administering and Managing Users</title>
<link>http://www.advancescripts.com/detailed/14369.html</link>
<description>This tutorial explains the ways and steps of creating and managing database accounts, Creating Users through Sql Plus, Creating User through iSQL*PLUS, Creating Users through EM, Manager Users, Managing Users through sqlplus and Managing Users through EM along with screen shots, step by step Instructions and frequently asked questions.</description>
</item>
<item>
<title>Working with Web User Controls at Run-time</title>
<link>http://www.advancescripts.com/detailed/14068.html</link>
<description>Explains how to work with ASP.NET user controls at run-time. User controls offer great flexibility than server-side includes (SSIs) by accessing the object model support provided by ASP.NET. 

</description>
</item>
<item>
<title>XML Automatic Documentation Tags</title>
<link>http://www.advancescripts.com/detailed/14067.html</link>
<description>Explans in details how to use XML automatic documentation tags in ASP.NET 2.0 source code. We will illustrate in more details how you can benefit from this technique to the most extent by using some other recommended XML tags to give more comprehensiveness and functionality to your final documentation file.  

</description>
</item>
<item>
<title>Dynamic User Interface in ASP.NET Web Applications</title>
<link>http://www.advancescripts.com/detailed/14066.html</link>
<description>Every developer knows well that to be able to design a proper user interface then we have to have a solid knowledge about every aspect of this user interface before we actually start designing it. Unfortunately, this is not always 100% possible. Situations arise from time to time in which we have no or little idea about what will be the proper user interface for a given application. In web applications things becomes worth as these situations arises more frequently.  

</description>
</item>
<item>
<title>Debuging with breakpoints in ASP.NET</title>
<link>http://www.advancescripts.com/detailed/14065.html</link>
<description>Explains how to debug ASP.NET application by using breakpoint's advantages. Application code is subject to many types of errors. Examples are syntax errors, and bugs. Most syntax errors can be easily fixed during the compilation phase. On the other hand, most bugs require debugging</description>
</item>
<item>
<title>DataSet and DataAdapter in ASP.NET 2.0</title>
<link>http://www.advancescripts.com/detailed/14064.html</link>
<description>Datasets store a copy of data from the database tables. However, Datasets can not directly retrieve data from Databases. DataAdapters are used as a link between them. This tutorial explains how to manipulate data in database using DataSet and DataAdapter objects</description>
</item>
<item>
<title>DataSet and DataAdapter in ASP</title>
<link>http://www.advancescripts.com/detailed/14063.html</link>
<description>Explains how to work with multiple tables, handle errors and how DataSet tracks modified table rows. Whenever a row is changed, its status is set from UnChanged to Modified. Whenever, a new row is added, its status would be depicted by DataRow.Added. </description>
</item>
<item>
<title>NET Framework 2.0 Beta - New Features</title>
<link>http://www.advancescripts.com/detailed/13614.html</link>
<description>In this tutorial you will learn about new feature in .NET Framework 2.0 Beta. Various aspects such as Support for 64 bit platform application development, Access control list support (ACL), ADO.NET, ASP.NET, Authenticated streams,COM Interop Service Enhancements, Console Class Additions, Data Protection API, Detecting changes in Network connectivity, Disjunctive Demands, Distributed Computing, EventLog Enhancements, Expanded Certificate Management, FTP Support, Generics and Generic Collection, I/O Enhancements and several other feature are discussed here below. 

</description>
</item>
<item>
<title>NET Framework Fundamentals</title>
<link>http://www.advancescripts.com/detailed/13613.html</link>
<description>In this tutorial you will learn about new feature in .NET Framework 2.0 Beta. Various aspects such as Support for 64 bit platform application development, Access control list support (ACL), ADO.NET, ASP.NET, Authenticated streams,COM Interop Service Enhancements, Console Class Additions, Data Protection API, Detecting changes in Network connectivity, Disjunctive Demands, Distributed Computing, EventLog Enhancements, Expanded Certificate Management, FTP Support, Generics and Generic Collection, I/O Enhancements and several other feature are discussed here below. 

</description>
</item>
<item>
<title>Adding Sorting and Paging in GridView</title>
<link>http://www.advancescripts.com/detailed/13612.html</link>
<description>ASP.NET 2.0 Free Training : Adding Sorting and Paging in GridView - In this tutorial you will learn adding sorting and paging in a GridView Control, Implement Two Column Sorting, Create Code for Custom Sorting, Editing the GridView control data, Deleting Displayed Records, Inserting Records and Using Templates.</description>
</item>
<item>
<title>Adding Web Parts at Run Time in ASP.NET 2.0</title>
<link>http://www.advancescripts.com/detailed/13611.html</link>
<description>ASP.NET 2.0 Tutorials : Adding Web Parts at Run Time - In this tutorial you will learn how to add Web Parts at run time and To test the Web Parts catalog.</description>
</item>
<item>
<title>Advanced Site Functionality in ASP.NET 2.0</title>
<link>http://www.advancescripts.com/detailed/13610.html</link>
<description>ASP.NET 2.0 Free Tutorials : Advanced Site Functionality - In this tutorial you will learn advanced site functionality, Enhanced Page Framework, To create the Web.Sitemap file, Tracking Traffic with Site Counters and Going Mobile.  

</description>
</item>
<item>
<title>Automatic Documentation Generation in ASP.NET Applications</title>
<link>http://www.advancescripts.com/detailed/13374.html</link>
<description>Explains how to automatically build help in ASP.NET. It is possible if you use XML comments in C# or VB.NET source code. Simply write all the documentation you need tightly tied to and inside your source code! Then use some documentation processing tools to collect all these comments and to construct a stand alone document containing every little aspect about your source code. As simple as that!  

</description>
</item>
<item>
<title>Retrieving Column Names with values</title>
<link>http://www.advancescripts.com/detailed/13373.html</link>
<description>Visual Studio Express Editions are a new line of Microsoft development Tools. This line of products is an expansion of the Microsoft Visual Studio and SQL Server products. It is a lightweight, yet powerful, easy to use and learn tools for beginners, students, and hobbyist users</description>
</item>
<item>
<title>Working with the Wizard Control in ASP.Net 2.0</title>
<link>http://www.advancescripts.com/detailed/13372.html</link>
<description>The ASP.NET 2.0 Wizard control simplifies many of the tasks associated with building a web application. In this tutorial we will look at the basics of the Wizard Control by creating a simple data collection form and then advance to simulate an online test wizard that will be generated dynamically</description>
</item>
<item>
<title>Advanced mask effect</title>
<link>http://www.advancescripts.com/detailed/13361.html</link>
<description>Learn how to create advanced mask effect in flash 8 using the Action Script.You will also learn: 1. How to designe a modern 3d cube. 2. How to use Advanced color settings in the Properties Panel. 3. How to create Motion Tween and more. 

</description>
</item>
<item>
<title>Make bar and pie charts in ASP.NET</title>
<link>http://www.advancescripts.com/detailed/13359.html</link>
<description>Graphs and charts are important tools for the analysis of data. In this tutorial, we will look at how to represent data in terms of a bar chart and pie chart. To make this possible, the latest rendition of Microsoft's Graphics Device Interface (GDI+) was brought on the market.</description>
</item>
<item>
<title>Build a Poll System in ASP.NET</title>
<link>http://www.advancescripts.com/detailed/13358.html</link>
<description>There are many websites that have polls on their front page where users (anonymous and members) give their opinions. In this article, we will look at how to design a polling system, having a back-end to insert new polls along with their answers as well as how to process and store the votes of the users. </description>
</item>
<item>
<title>Streaming with Windows Media Services and ASP.NET</title>
<link>http://www.advancescripts.com/detailed/3155.html</link>
<description>In this article, Shawn Wildermuth shows you how to get started streaming your music or video over the Internet with Windows Streaming Services and ASP.NET.</description>
</item>
<item>
<title>.NET attributes</title>
<link>http://www.advancescripts.com/detailed/3001.html</link>
<description>This article is helpful for the developers which instructs deeply about the functionalities of attributes and about its features in simple steps. The topics discussed in this article are what is an attribute and how to implement attribute in .NET coding. Attribute plays on any language hence it is helpful for any user.</description>
</item>
<item>
<title>Integrating Macromedia Flash MX and Microsoft ASP.NET</title>
<link>http://www.advancescripts.com/detailed/2921.html</link>
<description>Using this tutorial readers can learn about performing data transfer between Microsoft ASP.NET and Macromedia Flash MX. In this tutorial the author starts with an introduction to Flash and suggests that Macromedia Flash MX is an efficient tool for developing application. In this tutorial users can find two methods of data transfer between ASP.NET Flash MX. The author clearly explains the vital role of XML technology in this process.</description>
</item>
<item>
<title>VBCity.com</title>
<link>http://www.advancescripts.com/detailed/2878.html</link>
<description>VBCity.com is an online community for webmasters .NET programmers. You can post a discussion in the message boards, or search for articles.</description>
</item>
<item>
<title>.NET Assemblies &amp; Manifests</title>
<link>http://www.advancescripts.com/detailed/2612.html</link>
<description>This article starts by explaining the real meaning of an assembly. The author explains about .NET assemblies in detail along with its two types shared and private assemblies. The article explains about the advantages of these assemblies too. Along with this the author also highlights about the existance of manifests and about its content. This article teaches more about the .NET assemblies and manifests to the web developers in more easy way.</description>
</item>
<item>
<title>Dealing with DllImport</title>
<link>http://www.advancescripts.com/detailed/2604.html</link>
<description>Dealing with DllImport is an easy to understand tutorial in which the author gives description about basic concepts of DLLimport attribute for importing DLL functionalities to perform particluar task. The author explains about System.Runtime.InteropServices, which supports DLL to execute a specified  complicated task in .NET framework.</description>
</item>
<item>
<title>.NET Delegate Event Model vs COM Connection Points</title>
<link>http://www.advancescripts.com/detailed/2391.html</link>
<description>This article is for the .NET learners and for the users who are eager to learn and know more about the use of delegate event model with COM connections. To make the readers easy for reference the author has provided sample code for example program. This article shows definitions on comparison between connection points vs delegates and a primer on connection points.       </description>
</item>
<item>
<title>.NET compilation demystified</title>
<link>http://www.advancescripts.com/detailed/2359.html</link>
<description>.NET compilation demystified is an ASP.NET tutorial which gives you details about the compilation process of the .NET languages. When you compile the .NET application it is converted into the Microsoft Intermediate Langage(MSIL). The author shows this process with a diagram. The author also explains how MSIL is converted into the machine code using the Just-in-Time compiler. This tutorial lists you the activities of the JIT compiler.</description>
</item>
<item>
<title>A Detailed View of the Global.asax File</title>
<link>http://www.advancescripts.com/detailed/2221.html</link>
<description>This web based tutorial helps the .NET programmers to gain more knowledge about the use of global.asax file in ASP.NET. The author explains you the use of the @Application directive, @Import directive and @Assembly directive that are defined inside the global.asax file. The global.asax file can be used to override various events of the application and session objects such as Application_Init, Application_Start, Application_AuthenticateRequest, Session_Start, Session_End etc.</description>
</item>
<item>
<title>.NET Assemblies - II</title>
<link>http://www.advancescripts.com/detailed/1873.html</link>
<description>The author defines the assemblies and highlights the benefits of .NET assemblies. The author also discusses about the two developments - Code behind and Custom controls. The author tells that by generating the pre-compiled libraries of IL, the users could improve the performance of their applications. This gives a solution to the beginners  thirst to know about .NET assemblies.</description>
</item>
<item>
<title>.NET Assemblies - I</title>
<link>http://www.advancescripts.com/detailed/1872.html</link>
<description>This online presentation about .NET assemblies helps the webmasters to know about the three tier architecture and about .NET assemblies. The author describes the real need of the three-tier architecture. The author divides the application into three layers named as Presentation, Business Logic and Database. This article describes each with its pictorial representation given.</description>
</item>
<item>
<title>.NET Assemblies - III</title>
<link>http://www.advancescripts.com/detailed/1871.html</link>
<description>This article deals with assemblies and their implementation in .NET. The main content of this article is about implementing a simple .NET assembly. In ASP.NET web applications, the users might employ  many pre-built assemblies. The author helps by teaching the method of creating their own assemblies. One such creation of the component which would facilitate the users with some options to be viewed as a message or information on the screen. The sample source code is given along with this article.</description>
</item>
<item>
<title>A walk through of  Windows Service Controller</title>
<link>http://www.advancescripts.com/detailed/1867.html</link>
<description>This online tutorial explains about the service controller class. The author gives the introduction about this service controller class which could be used to start or connect or stop the windows services. This article continues with the explanation about generating a service controller object along with its sample code snippet.</description>
</item>
<item>
<title>Good ASP.NET Coding Practices</title>
<link>http://www.advancescripts.com/detailed/1866.html</link>
<description>&quot;Good&quot; ASP.NET Coding Practices is a tutorial through which you can learn about some good methods to follow while writing applications in ASP.NET. The author clearly explains you how to, concatenate two strings in ASP.NET, Web.Config/ Machine.Config file is used to store data, find the errors using the ASP.NETs Trace feature etc., This tutorial is more informative to the readers.       </description>
</item>
<item>
<title>Debug The Debug Class</title>
<link>http://www.advancescripts.com/detailed/1818.html</link>
<description>Debug The Debug Class is an article in which author describes about the process of debugging a project with the help of debugger in .NET framework. The author discusses about traceMessage(), which creates an execeptional objects which helps in tracing the bugs present in the code. The author offers debugging code, which executes the debugging process.</description>
</item>
</channel>
</rss>
