You are here:  Asp .Net
Register   |  Login

 

   Minimize

ASP .Net

   Minimize

Asp .Net Articles - Asp .Net


ASP .Net First application - Explains how to configure IIS and write the first asp.net application
Working with Post back in ASP .Net - Fundamentals of asp .net post back is explained briefly.
ASP .Net Sample Application - Explains the basics of ASP .Net with a sample aspx page.
Code behind sample in Asp .Net - This article explains how to use code behind model while programming in asp .net.
DropDownList in ASP .Net - Explains how to use DropDownList in ASP .Net with samples for databinding
ASP .Net Tips - Explains some basic asp .net programming tips.
Internals of ASP .Net Compilation and Execution - This article tries to explain some of the internals about the ASP .Net Compiled Page Rendering and Execution model.
Creating a simple mobile application - Article by John - Explains how to create a simple mobile application in C#.
Caching in Asp .net by oraclequest - Explains the various caching techniques in ASP .Net
Forms Authentication in Asp.net by azamsharp - Explains various techniques related to using Forms authentication in ASP .Net and C#.
Using Javascripts in Asp .net by azamsharp - Explains how to use client side javascripts in asp .net pages to reduce the round trips to and from the web server.
Asp .net Validation controls by azamsharp - Looks at the various Validation controls provided by asp .net.
Asp .net Validations - simple tutorial by ra00l - A tutorial on doing simple validations in asp .net.

ASP .Net 2.0 - ASP .Net 2.0


Master Pages in ASP .Net 2.0 by azamsharp - Azam explains how Whidbey can be used for creating ASP .Net pages with consistent look and feel.
Grid view control in ASP .Net 2.0 by azamsharp - Explains how to use the Grid view control coming with asp .net 2.0.
Asp .net 2.0 GridView control in depth by azamsharp - Explains Grid View control in asp .net 2.0 indepth with Editing, Selecting and paging data in the grid view control.
Profiles in Asp.net 2.0 by azamsharp - Explains Profiles in ASP .net comparing with Session variables.
Dataset Features in Asp .net 2.0 by azamsharp - Explains how to use Dataset in asp .net 2.0 for creating web pages for website.
Code Snippets in Visual Studio .Net 2005 by azamsharp - Explain how to use the Code Snippets feature in Visual Studio .Net 2005
Website Profile Object in Asp .net 2.0 by azamsharp - Explains how the ASP .Net website profile object can be used to maintain users' session.
ASP .NET 2.0 Profile Object - Part II by azamsharp - Explains the features of Profile Object like Groups, Complex Types, Migrating anonymous to authenticated user.
Updating Parent Page from Child Pop-Up Asp.Net 2.0 by carcher - This article will show how to update a parent page or parent control such as a dropdownlist from a child pop-up window. It is useful to have a pop-up window to edit extended information that does not fit onto the parent. Once the information changes on the child - how do you get the parent page to update? This will show you a simple and effective method.
Bindable Time Control by carcher - This article will show a simple time control that is bindable with a datasource.
Advanced GridView Filtering by carcher - Using a control as a datasource filter does not always give the flexability your users need. Here is a possible solution for your needs

ASP .Net DataGrid - ASP .Net DataGrid


Datagrid basic operations on ASP .Net / C# by azamsharp - Explains the basic operations like editing, updating, selecting and cancelling the row operations on datagrid.
Datagrid basic operations on ASP .Net / C# - Part II by azamsharp - Datagrid most commonly used Operations like Paging, Sorting and Deleting using C#.
Inserting Multiple Records in the Database by azamsharp - This article, a part of a series of two articles from azam explains how to Select Items from the datagrid.
Insert multiple records using datagrid by azamsharp - Explains how to insert multiple records using datagrid.
Accessing Different Controls inside the Datagrid by azamsharp - Explains how to access different values from the controls inside the datagrid.
Creating Dynamic Bound and Template columns in DataGrid by azamsharp - Explains how you can programmatically create bound and template columns of datagrid.
ASP .Net Advanced - ASP .Net Advanced

ASP .Net Advanced - ASP .Net Advanced


Localizing ASP .Net Pages - Explains how to localize the asp .net pages on a IIS
IIS Metabase and programmatic administration in C# by ibrahimuludag - Explains basic concepts about IIS Metabase and programmatic administration with a tip about managing IIsWebDirectory and IIsWebFile.
Asp .net Web.config Configuration File by azamsharp - Explains the basics of asp .net web.config file.
Creating a Web User Control in C# - Explains how to create a Web User Control .ascx in asp .net.
Using RSS feeds in asp .net and C# by azamsharp - Explains how to use RSS feeds in an asp .net page.
Exception handling with C# in ASP .Net by oraclequest - Explains how to handle exceptions in C# with small code snippets.
Securing connection strings in ASP .Net by azamsharp - Explains how to secure connection strings using very simple byte conversion methods.
Image generation from string in asp .net by ra00l - Explains how to generate images from strings in ASP .Net using C#.
custom Email control in asp .net using C# by azamsharp - Explains how to create custom web controls in ASP .Net with a sample program for email controls.
Creating user controls in ASP .Net by azamsharp - Explains how to create user controls in asp .net, which can be used for a uniform website layouts.
Creating a Composite Control in Asp .Net - Explains how to create a composite control in Asp .Net using C#.
Derived Custom Controls in ASP .Net using C# - Explains how to create derived custom controls as Web Control Library in Asp .Net using C#.
FlyComet - A Simple Comet Implementation with ActiveMQ bridge - A very simple comet implementation of Comet for IIS with IHttpAsyncHandler getting feeds from ActiveMQ
How to Use FlyComet in a ASP .Net MVC3 project - Explains how to use FlyComet in an asp .net mvc 3 project
FlyComet Client Publisher - IIS Comet, publisher, Live Updater, Server push
FlyComet for Silverlight - Silverlight plugin for receiving updates from flycomet
Display jqGrid using asp .net MVC - Explains how to display a Grid using Asp .Net MVC Table To Grid, Direct Json Call
jqGrid Paging in asp .net mvc - This is a followup article after how to load jqGrid. Paging in jqGrid is infact simple, but a separate article might help in clearing everything for users.
jqGrid Sorting in asp .net mvc - Explains how to implement sorting with jqGrid in asp .net mvc

ASP .Net Miscellaneous -


Application architecture in asp .net by azamsharp - Gives some basic tips on Architecting asp .net applications
Developing a Simple RSS Reader Custom Control in Asp.net by azamsharp - Explains how to develop a custom control for reading RSS feeds using C#.
Asp.net Frequently Asked Questions by azamsharp - Azam answers some of the most frequently asked questions in Asp .net.
Disabling Mouse clicks while processing using Javascript by aliasgar - Explains how to disable Mouse clicks while processing asp .net pages.
Exporting Data Grid to Excel Using C# by azamsharp - In this article Azam show s how you can export your datagrid data to Excel file, Word file and also Text file.
WebPart Framework basics by deepak.gupta - Explains the basics of programming of WebPart Framework using C# .Net

AJAX - AJAX


DHTML ToolTips using AJAX.NET Library by azamsharp - Use the power of DHTML and AJAX to make cool effects with ASP.NET Server Controls.
USING AJAX.NET Library by azamsharp - This article explains how to make asynchronous calls using the AJAX.NET library. The article also briefly discusses the effect of ViewState on the performance of the application.

Application Blocks - Application Blocks


Using Microsoft Data Access Application Block by azamsharp - Explains how to use Microsoft Data Access Application block in C#
Model View Controller Pattern by azamsharp - Explains the basics of MVC Pattern and how to use it with a sample program.
Configuration Application block in the Enterprise Library by azamsharp - This article explains how Configuration Application block can be used to configure the way the application works.
Exception Handling using Enterprise Library by azamsharp - Explains how to use the Exception handling Library in C# and ASP .net programs.
Enterprise Library Caching Block by azamsharp - Explains the Caching Application blocks which is a part of the Enterprise library.

ADO .Net - ADO .Net


Using DataSet in C# - Some ideas - Explains some ideas of how to use DataSet in C#.
Adding DataColumn to a Dataset and DataTable - Explains how to add DataColumn to a DataTable in a Dataset.
DataSet in .Net - Explains the basics of DataSet in .Net
C# and ADO .NET by edlukens - A small tutorial that addresses the basic operations in any forms-based C# applications with MS Access.
Setting Security for .NET Application Deployment by edlukens - Explains how to do the Security Setting while .NET Application Deployment.
Running oracle stored procedures in C# by edlukens - Explains how to use Oracle stored procedures inside C#.
SQL DMO for automated Database Backup and Restore - Explains how to use SQLDMO to automate the repetitive administrative tasks in SQL Server.
Data Access in ASP .Net 2.0 by azamsharp - Explains the basic classes and objects provided by ASP .Net 2.0 Whidbey.
Reading and Writing images from SQL Server by ra00l - Explains how to read and write images to and from sql server database
ViewState Vs Data Caching by azamsharp - Discusses some ideas about when to use View state and when to use Data caching.
Entity Classes by azamsharp - Explains basics of entity classes and how to retrieve data using them.
O/R Mappings Series Articles - Part I by azamsharp - Basics of O/R Mapping & Installation of nhibernate.
NHibernate Part II by azamsharp - Explains the add feature of NHibernate
NHibernate Part III by azamsharp - Among the series of NHibernate articles, this article looks at some of the other cool features of NHibernate.

DirectX - DirectX


DirectX Programming in C# by tomd123 - Tom gives a step by step introduction of DirectX programming.

Web Services - Web Services


A Simple Web Service in C# by gujjar - A simple tutorial explaining how to create a web service using C# and Microsoft Visual Studio .Net
A Simple Web Service in C# by gujjar - A simple tutorial explaining how to create a web service using C# and Microsoft Visual Studio .Net

Elite Authors - .Net - Elite Authors - .Net


Asif Munir by asif - Codersource Author on image processing section.
Mohammad Azam by azamsharp - Codersource Author on ASP .Net.

Silverlight -


Silverlight HtmlHost control Revised - FreSilverlight HtmlHost control with some improvements for cross browser support
GPS Tracking System in Silverlight - Tries to give a good overview of building a GPS Tracking system using C#, Silverlight and ASP .Net
Silverlight Google Map Control - Gives a brief of the silverlight map controls and sample using Google map control
Saving State in Microsoft Silverlight - Explain ways of saving state in a Microsoft Silverlight application
Speech in Silverlight by Anton - Explains how to use Speech API in silverlight
Silverlight Pivot Viewer by Anton - Explains how to use a Pivot Viewer in Silverlight
Microsoft Surface-The Future that you can touch now by Anton - An intro about the Microsoft Touch by Anton
XPath XML data processing in Silverlight by Anton - Explains how to use the added XPATH feature in silverlight
Silverlight code obfuscation by Anton - Explains code obfuscation in silverlight
Easy animation with Artefact Animator by Anton - Explains how to use Artefact animator in Silverlight
Silverlytics and Silverlight Analytics Framework by Anton - Explains the Silverlytics and Silverlight Analytics Framework
Silverlight Spy Overview by Anton - An overview of Silverlight Spy tool
MVVM-style applications with nRoute - by Anton - An article on MVVM-style applications with nRoute
Hash codes generation by Anton - Explains how to use Hash codes in silverlight
Page Navigation Animation in Windows Phone 7 by Anton - Page Navigation Animation in Windows Phone 7
Security notices in Silverlight by Anton - Security notices in Silverlight
Cinch MVVM Framework by Anton - Cinch MVVM Framework for Silverlight
Create Deep Zoom in Code by anton - Explains how to create deepzoom in code
Loading photos from Flickr with LINQ in code by anton - Explains how to load photos from flickr using silverlight
Loading photos from Flickr with LINQ in Silverlight code by anton - Explains how to load photos from flickr using silverlight
Silverlight Right Click on TextBlock by Ant - Explains how to capture the right click event on silverlight textbox
Silverlight Seesmic Desktop Platform by Anton - Explains the concept of Seesmic desktop platform
Data encryption in WP7 by Anton - Data encryption in WP7
Dynamic change of localization by Anton - Dynamic change of localization
WritableBitmap Extension by Anton - WritableBitmap Extension

 

   Minimize

 

   Minimize