Congratulations to all the winners of April 2013, they have won INR 3400 cash and INR 20147 worth prizes !
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 19578 |  Welcome, Guest!   Register  Login
 Home > Articles > ASP.NET Articles

ASP.NET Articles (442)

Latest ASP.NET related Articles

Articles

3-Tier Architecture in ASP.NET with C#

3-Tier architecture is a very well know buzz word in the world of software development whether it web based or desktop based. In this article I am going to show how to design a web application based on 3-tier architecture.

Views: 572018 | Posted by: SheoNarayan | Votes: 21 | Rating: 4.71 out of 5

Calling methods of different classes into same Transaction Scope using System.Transactions

We must have came across a situation where we have to call methods of different classes under same transaction scope and rollback the operations if any error occurs during execution of any methods. For eg. If we have Debit and Credit class and DebitAmount method of Debit class executed successfully but an error occurred while calling CreditAmount method of Credit class, we should be able to rollback all operations done by DebitAmount method. In scenario like this we can use System.Transactions.TransactionScope to rollback all operations done by DebitAmount method.

Views: 9655 | Posted by: SheoNarayan | Votes: 1 | Rating: 4 out of 5

Modification of IIS Metabase in C#

System.DirectoryServices namespace can be used to access Internet Information Service(IIS). You can create, delete and change the properties of web servers, virtual directories, directories and files. Also you can invoke IIS methods.

Views: 6305 | Posted by: Suhailnabi | Votes: 1 | Rating: 5 out of 5

Boxing and Unboxing in C# .Net

In this article I will explain the concepts of Boxing and UnBoxing. C# provides us with Value types and Reference Types. Value Types are stored on the stack and Reference types are stored on the heap. The conversion of value type to reference type is known as boxing and converting reference type back to the value type is known as unboxing.

Views: 12832 | Posted by: Suhailnabi | Votes: 4 | Rating: 4 out of 5

ASP.Net Tips and Tricks

I'm Going to explain now on some Control tip and tricks which will help and increase the speed of the webpages

Views: 4153 | Posted by: Suhailnabi | Votes: 1 | Rating: 5 out of 5

ASP.NET - Sorting a GridView Bound to a Custom Data Object

This article presents a technique for sorting a GridView populated from a list of custom data objects. It relies on the view state and does not require additional calls to the database.

Views: 13652 | Posted by: Suhailnabi |

Dynamically generating thumbnail images in ASP.NET with C# without affecting initial page load time

Creating thumbnail with ASP.NET with C#. There are several ways to do that but this way I feel much better and efficient and also this doesn't affect initial page load time.

Views: 23272 | Posted by: SheoNarayan | Votes: 2 | Rating: 5 out of 5

State management in ASP.NET

Web pages rarely be stand alone. Web applications almost always need to track users who visits multiple pages, whether to provide personalization, store information about a user or to track usage for reporting purposes.

Views: 260287 | Posted by: Dsvramana | Votes: 11 | Rating: 4.36 out of 5

Transferring data from SQL Server database to MySql database

Hi, The other day I was facing problem while migrating my Sql Server database tables into MySql database. I tried to google it but couldn't find any great solution that can do it through code easily. Thought to share this simple code to all of you.

Views: 8044 | Posted by: SheoNarayan |

Retrieving values of all server environment variables

To list values of all sever environment variables in one go.

Views: 4803 | Posted by: Chinnu21 |

Character Set used for HTML, XSLT, XML

Following is the table containing entities or characters used for referencing in HTML, XSLT, and XML as a complete reference.

Views: 8323 | Posted by: Chinnu21 |

Convert HTML tables to a DataSet

Summary: An example of how we can extract data from HTML tables and create a DataSet object containing this data.

Views: 19174 | Posted by: Suhailnabi | Votes: 1 | Rating: 5 out of 5

Type Fundamentals

Type Fundamentals

Views: 2414 | Posted by: Suhailnabi |

An Overview of ASP.NET 3.5 and Visual Studio 2008

On November 19, 2007, Microsoft officially released the ASP.NET version 3.5 and Visual Studio 2008. Like with the progression from ASP.NET 2.0 to 3.0, the features in ASP.NET 3.5 are additive, meaning that the core assemblies installed from the .NET Framework version 2.0 are still used by the 3.0 and 3.5 versions. The In short, ASP.NET 3.5 doesn't change or take away or break any functionality, concepts, or code present in 2.0 - it simply adds new types and features and capabilities to the framework.

Views: 5582 | Posted by: Suhailnabi |

Overview of Oracle Providers for ASP.NET

Oracle Providers for ASP.NET is a collection of ASP.NET 2.0 providers that follow the ASP.NET 2.0 provider model and uses Oracle Database as the data source. Microsoft ASP.NET 2.0 includes a number of services and providers that store application state in databases and other storage media. Oracle offers the following providers: ¦ Membership Provider ¦ Role Provider ¦ Site Map Provider ¦ Session State Provider ¦ Profile Provider ¦ Web Events Provide r¦ Web Parts Personalization Provider ¦ Cache Dependency Provider

Views: 7552 | Posted by: Suhailnabi |

Navigate to Page: 1 | ... | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/19/2013 4:06:11 PM