All articles tagged 'c#'
C# : Adding ASP.Net User Controls at Run Time using C# Code
ASP.Net User Controls have the .ascx file extension and contains HTML, ASP.Net and C# code. User Controls are reusable controls and can be inserted into an ASP.Net page....
Category: C#Date: 6/6/2010 2:21:00 AM
.Net Framework : Garbage Collection in .Net | Destructors Versus Dispose
.Net Framework ships with an inbuilt garbage collector that manages the allocation and release of memory for your application. When the garbage collector performs a collection, it checks for objects....
Category: .Net FrameworkDate: 5/13/2010 6:20:00 AM
ASP.Net : Improving Performance of ASP.Net Web Applications
To improve performance of ASP.Net Web Applications, first of all we need to understand the places where performance bottlenecks typically occurs....
Category: ASP.NetDate: 2/6/2010 3:27:00 AM
SharePoint : Export SharePoint List to Excel Spreadsheet Programmatically using C#
In SharePoint applications, Custom Lists are used to store business data and Document Libraries to store the documents....
Category: SharePointDate: 12/9/2009 1:28:00 AM
ASP.Net : Getting Started with ASP.NET Classes
The class is an object-oriented programming term to refer to a data structure that describes an object or a data member. The .Net Framework has an exclusive set of class libraries....
Category: ASP.NetDate: 11/15/2009 8:46:00 PM
SharePoint : Adding server-side code blocks (C# or VB.Net) to SharePoint custom pages
To write the server-side code in C# within SharePoint custom pages, we need to write the C# code within the .aspx page....
Category: SharePointDate: 8/20/2009 2:36:00 PM
ASP.Net : Create CAPTCHA Image using C# and ASP.Net
A CAPTCHA is a program that protects websites against bots by generating and grading tests that humans can pass but current computer programs cannot. For example, humans can read distorted text in an image, but a computer program can not.....
Category: ASP.NetDate: 5/11/2009 12:18:00 PM
.Net Framework : Generate MD5 Hash code from a string using C#
For security purpose, passwords are encrypted using a hash and then stored in databases or in xml files. MD5 is a very common hash algorithm and it is very easy to use it from C#....
Category: .Net FrameworkDate: 3/29/2009 1:12:00 PM
VB.Net : Creating Graphics and Charts programmatically using VB.Net
Charts and Graphs are a very good medium for representing data in structured format. There are a lot of third party charting controls are available that can be used with ASP.Net web applications....
Category: VB.NetDate: 3/27/2009 11:12:00 AM
ASP.Net : PowerPoint to HTML conversion using C# and Microsoft Office API
A PowerPoint presentation can only be viewed either in Microsoft PowerPoint or in Microsoft PowerPoint Viewer. So if you are going to upload a PowerPoint presentation in your web site....
Category: ASP.NetDate: 3/23/2009 12:52:00 PM
2 
Recent Comments