Server Intellect
 
Home   Snippets Directory   New Snippets   Snippets Tutorial   Snippets FAQs
 
 
  Categories
Collections
Database
Email
Working with Files
Network
OS
Security
XML
New Snippets
  Get Involved
Create Snippet
Suggest Snippet
Snippets Tutorial
Snippet FAQs
Snippets Newsletter


Navigator: Home - Snippets - What's New
New Snippets

New Visual Studio ASP.NET Code Snippets
Get a Random Number using the Random class C# 2.0
This snippet will show you how to get a random number using ASP.NET 2.0 and C#.
Create a Server based SQLConnection to SQL Server C# 2.0
This snippet will show you how to create a server based SQLConnection to SQL server using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Data.SqlClient namespace.
Create a Parameterized SELECT Command C# 2.0
This snippet will show you how to create a parameterized select command using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Data.SqlClient namespace.
Read Access Data into a Dataset C# 2.0
This snippet will show you how to read access data into a dataset using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Data and System.Data.OleDb namespace.
Read XML from a File Using the XmlTextReader C# 2.0
This snippet will show you how to read XML from a file using the XmlTextReader in ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Xml namespace.
Read XML from a String C# 2.0
This snippet will show you how to read XML from a string using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Xml and System.IO namespace.
Read XML from a URL C# 2.0
This snippet will show you how to read XML from a URL using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Xml namespace.
Return Output Parameter for a TableAdapter Query C# 2.0
This snippet will show you how to return output parameter for a TableAdapter query using ASP.NET 2.0 and C#.
Stop an Application C# 2.0
This snippet will show you how to stop an application using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Diagnostics namespace.
Write a Message to the Application Event Log C# 2.0
This snippet will show you how to write a message to the application event log using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Diagnostics namespace.



 
  Developer Resources





Server Intellect Rocks