ASP.NET Articles (487) - Page 31

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

487 records found.
 
SheoNarayan
3-Tier Architecture in ASP.NET with C# 
Last updated on: 18 Jul 2008 07:29:30 AM by SheoNarayan | Views: 1891358 | Category: ASP.NET |
Votes: 24 | Rating: 4.75 out of 5
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.
SheoNarayan
Calling methods of different classes into same Transaction Scope using System.Transactions 
Last updated on: 24 Jun 2011 04:28:43 AM by SheoNarayan | Views: 25725 | Category: ASP.NET |
Votes: 1 | Rating: 4 out of 5
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.
Suhailnabi
Modification of IIS Metabase in C# 
Last updated on: 01 May 2008 02:43:33 AM by Suhailnabi | Views: 18461 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
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.
Suhailnabi
Boxing and Unboxing in C# .Net 
Last updated on: 01 May 2008 09:09:38 AM by Suhailnabi | Views: 21398 | Category: ASP.NET |
Votes: 4 | Rating: 4 out of 5
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.
Suhailnabi
ASP.Net Tips and Tricks 
Last updated on: 01 May 2008 09:14:25 AM by Suhailnabi | Views: 10484 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
I'm Going to explain now on some Control tip and tricks which will help and increase the speed of the webpages
Suhailnabi
ASP.NET - Sorting a GridView Bound to a Custom Data Object 
Last updated on: 30 Apr 2008 03:59:07 AM by Suhailnabi | Views: 21590 | Category: ASP.NET |
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.
SheoNarayan
Dynamically generating thumbnail images in ASP.NET with C# without affecting initial page load time 
Last updated on: 29 Apr 2008 07:21:06 PM by SheoNarayan | Views: 43025 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
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.
  • Dsvramana
    State management in ASP.NET 
    Last updated on: 20 Jun 2008 01:14:14 AM by Dsvramana | Views: 563144 | Category: ASP.NET |
    Votes: 11 | Rating: 4.36 out of 5
    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.
    SheoNarayan
    Transferring data from SQL Server database to MySql database 
    Last updated on: 27 Apr 2008 07:52:45 PM by SheoNarayan | Views: 18262 | Category: ASP.NET |
    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.
    Chinnu21
    Retrieving values of all server environment variables 
    Last updated on: 23 Apr 2008 02:02:47 AM by Chinnu21 | Views: 10179 | Category: ASP.NET |
    To list values of all sever environment variables in one go.
    Chinnu21
    Character Set used for HTML, XSLT, XML 
    Last updated on: 01 Apr 2008 12:05:57 AM by Chinnu21 | Views: 74250 | Category: ASP.NET |
    Following is the table containing entities or characters used for referencing in HTML, XSLT, and XML as a complete reference.
    Suhailnabi
    Convert HTML tables to a DataSet 
    Last updated on: 09 Mar 2008 03:30:50 AM by Suhailnabi | Views: 43180 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    Summary: An example of how we can extract data from HTML tables and create a DataSet object containing this data.
    Suhailnabi
    Type Fundamentals 
    Last updated on: 09 Mar 2008 03:33:44 AM by Suhailnabi | Views: 6744 | Category: ASP.NET |
    Type Fundamentals
    Suhailnabi
    An Overview of ASP.NET 3.5 and Visual Studio 2008 
    Last updated on: 09 Mar 2008 03:40:04 AM by Suhailnabi | Views: 10474 | Category: ASP.NET |
    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.
    Suhailnabi
    Overview of Oracle Providers for ASP.NET 
    Last updated on: 09 Mar 2008 03:41:19 AM by Suhailnabi | Views: 12562 | Category: 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