Articles (2414) - Page 137

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.

2414 records found.
 
Mouli
Background Processes in ASP .Net Web Applications 
Last updated on: 23 Sep 2009 08:44:08 AM by Mouli | Views: 128428 | Category: ASP.NET |
This article talks about various approaches in creating background processing in web application using C#.
Mouli
Asynchronous Message Router in C# 
Last updated on: 23 Sep 2009 03:53:38 AM by Mouli | Views: 21288 | Category: Design Pattern & Practices |
GOF Patterns Series in C# Unleashed – Part 2
Initiotech
Using the FileSystem Watcher Class in Winforms 
Last updated on: 22 Sep 2009 05:08:32 PM by Initiotech | Views: 14249 | Category: Windows Forms |
The Article explains the usage of FileSystemWatcher class in winforms for logging Deleting,Renaming,Modifications of files.
Initiotech
Minimizing Other Windows From DotNet Application 
Last updated on: 22 Sep 2009 12:25:58 PM by Initiotech | Views: 13795 | Category: Windows Forms |
The article will make use of the API " ShowWindow " from the user32 Dll and allow users to Minimise,Maximize and manuplate other windows from your DotNet Application
Initiotech
Runtime Adding and Removing of Controls in Winforms 
Last updated on: 22 Sep 2009 12:14:38 PM by Initiotech | Views: 23220 | Category: Windows Forms |
Votes: 1 | Rating: 5 out of 5
The Article will explain how to Add and remove controls from the Windows Forms during the Runtime.
Bubbly
Add Group Count in Crystal Report - Using Summary Field 
Last updated on: 22 Sep 2009 10:06:30 AM by Bubbly | Views: 44769 | Category: ASP.NET |
Here in this section we are calculating the count of the records in group.
Bubbly
Alt+ Shortcut keys 
Last updated on: 22 Sep 2009 10:05:10 AM by Bubbly | Views: 26708 | Category: ASP.NET |
This article will help you in getting a brief overlook about the commonly used Alt + Shortcut keys
  • Mouli
    Checking Object State before Updating Database 
    Last updated on: 22 Sep 2009 02:44:25 AM by Mouli | Views: 9760 | Category: C# |
    This article provides different approaches to check whether the object state is changed before updating the information in the data store. Examples and concepts are all related C# .Net.
    Initiotech
    Working with the FlowLayout Panel 
    Last updated on: 21 Sep 2009 12:38:55 PM by Initiotech | Views: 35217 | Category: Windows Forms |
    This Article will explain how to work with the FlowLayoutPanel control which is new in the DotNet Framework 2.0
    Mouli
    Custom CacheManager Implementation for Windows/Console applications 
    Last updated on: 20 Sep 2009 09:11:18 PM by Mouli | Views: 11558 | Category: C# |
    This article discusses few techniques in maintaining data in memory for quick access. A sample CacheManager implementation is shown with this article for C# Console/Windows applications usage.
    Mouli
    Programming and Performance Tips for ADO .NET applications using Sql Server 
    Last updated on: 20 Sep 2009 05:45:33 AM by Mouli | Views: 8081 | Category: Sql Server |
    This articles shares the better programming standards and practices in database application programming using C# and Sql Server.
    Mouli
    GOF Patterns Series in C# Unleashed 
    Last updated on: 20 Sep 2009 03:25:42 AM by Mouli | Views: 10418 | Category: Design Pattern & Practices |
    This article introduces some basic object oriented concepts and explains the various strategies in C# .Net to design Singleton pattern.
    Mouli
    Data Transfer between Business and Data Access Components in Enterprise Applications using .Net 
    Last updated on: 19 Sep 2009 07:04:28 PM by Mouli | Views: 12008 | Category: Design Pattern & Practices |
    Data Transfer between Business and Data Access Components in Enterprise Applications using .Net
    Initiotech
    Customising the Calendar Control in ASP.NET 
    Last updated on: 17 Sep 2009 01:20:23 PM by Initiotech | Views: 19177 | Category: ASP.NET |
    This Article will allow you to customise the Calendar Control in ASP.NET according to your requirements. Disabling Dates,Formating how dates Appears etc...
    Gurumatrix2004
    Access Modifiers in C# 
    Last updated on: 16 Sep 2009 11:38:18 PM by Gurumatrix2004 | Views: 13730 | Category: C# |
    This article will discuss about Access Modifier.