Hi Friends, This application shows how to create application with COM component enabled. This application contains one C# project and one C# class liberary and one VB project. The HelloCom C# project accesses both C# and VB dlls. Read the rest of this entry »
July 2nd, 2009 | Posted in ASP/C#/.Net | No Comments
This windows application is the example of Gridview, SQL query and XML file integration which will give you the details how all these things workd together. Enjoy!!! Read the rest of this entry »
July 2nd, 2009 | Posted in ASP/C#/.Net | No Comments
This application is an example of threads in C# and how to run the application on website by adding web references. On clicking prodcons it will start Producer consumer threads and the value that is being processed will be displayed in TextBox. When you click the start Threads button, it will start threads with and without parameters. Read the rest of this entry »
July 2nd, 2009 | Posted in ASP/C#/.Net | No Comments
System.IO is the namespace where all the file as well as directory handling classes resides. Directory and DirectoryInfo are the 2 classes provided by .NET to handle directories. Read the rest of this entry »
July 2nd, 2009 | Posted in ASP/C#/.Net | No Comments
You could store the default language/culture information in a session and set it to a current webpage. This change could be triggered through any control.
Read on for the code snippet. Read the rest of this entry »
July 2nd, 2009 | Posted in ASP/C#/.Net | No Comments
This article performs operations related to Images. Currently I have written it so that it can encrypt and decrypt image, can generate thumbnail image and can generate grayscal image. I have also given the main form and outputs. I will include much more operations as I got the time. Read the rest of this entry »
July 2nd, 2009 | Posted in ASP/C#/.Net | No Comments
Project Templates in Visual Studio make our life a lot easier, letting go our fear and repetitive work of developing same project containers for the very same purpose. Read the rest of this entry »
July 2nd, 2009 | Posted in ASP/C#/.Net | No Comments
You can quickly learn how to draw shapes in WPF. In the following article, let’s see how we can generate random shapes along with random colors and use Mouse Events to draw them on the XAML. Read the rest of this entry »
July 2nd, 2009 | Posted in ASP/C#/.Net | No Comments
Lot of us need logging as a necessary integral part of our Projects. We use logging components from Microsoft, or any third party as and when we discuss them. But when we find that we have to switch between them we find it so tough, because they are so wildly integrated into our Module code which makes use of them. Read the rest of this entry »
July 2nd, 2009 | Posted in ASP/C#/.Net | No Comments
Currently, the LogEntry cannot be serialized because it contains a Dictionary object. This class file removes that hindrance and allows to transport the LogEntry Read the rest of this entry »
July 2nd, 2009 | Posted in ASP/C#/.Net | No Comments