AspAlliance.com - Vishal Patil http://aspalliance.com/author.aspx?uId=48564 AspAlliance articles by Vishal Patil Building Dynamic .NET Controls with Windows Forms This article demonstrates how to load Controls dynamically, as well as position and align them according to their text length. http://aspalliance.com/1385_Building_Dynamic_NET_Controls_with_Windows_Forms Vishal Patil Fri, 07 Sep 2007 00:00:00 GMT CodeSnip: Generating Word Reports in WinForms Using Microsoft Office Library In this article I will demonstrate how to use Visual Basic 2005 and the Microsoft Office object library to generate custom Word reports from a Win forms application. http://aspalliance.com/1124_CodeSnip_Generating_Word_Reports_in_WinForms_Using_Microsoft_Office_Library Vishal Patil Wed, 31 Jan 2007 00:00:00 GMT CodeSnip: Reading CSV Files Using Dataset This article demonstrates how to read CSV files using Dataset with the help of Microsoft.Jet.OLEDB.4.0 Provider. http://aspalliance.com/1107_CodeSnip_Reading_CSV_Files_Using_Dataset Vishal Patil Tue, 23 Jan 2007 00:00:00 GMT Facade Design Pattern This article demonstrates the Facade design pattern with the help of Non-Software and Software examples such as the Web Service Facade. http://aspalliance.com/970_Facade_Design_Pattern Vishal Patil Mon, 04 Sep 2006 00:00:00 GMT Observer Design Pattern In this article, Vishal demonstrates the Observer Design pattern with the help of non-software and .NET Framework examples. http://aspalliance.com/885_Observer_Design_Pattern Vishal Patil Thu, 22 Jun 2006 00:00:00 GMT Working with Windows Scheduled Tasks In this code snippet, Vishal demonstrates how to activate a C# console application using Windows Scheduled Tasks. http://aspalliance.com/799_Working_with_Windows_Scheduled_Tasks Vishal Patil Tue, 25 Apr 2006 00:00:00 GMT Working with Factory Design Pattern using C# In this article, Vishal demonstrates the concept of Factory Design Pattern using C#. http://aspalliance.com/809_Working_with_Factory_Design_Pattern_using_C Vishal Patil Thu, 20 Apr 2006 00:00:00 GMT Soap Headers Authentication in Web Services In this article, Vishal demonstrates how to secure Web Methods in XML Web Services using Soap Headers. http://aspalliance.com/805_Soap_Headers_Authentication_in_Web_Services Vishal Patil Wed, 19 Apr 2006 00:00:00 GMT Dynamic Generation of Word Document Report in ASP.NET with HTML In this article, Vishal demonstrates how simple it is to use ASP.NET to generate MS Word reports as HTML dynamically in a visually rich and appealing format. http://aspalliance.com/794_Dynamic_Generation_of_Word_Document_Report_in_ASPNET_with_HTML Vishal Patil Fri, 31 Mar 2006 00:00:00 GMT CodeSnip: Working with Singleton Design Pattern using C# The singleton pattern is one of the best-known patterns in software engineering. Often, this pattern is used to represent parts of the system that there can only be one of, like the MSN messenger or Yahoo messenger can be instantiated, or run, only once at a time for a given account. In this code snippet, Vishal will demonstrate the Singleton Design Pattern using C#. http://aspalliance.com/793_CodeSnip_Working_with_Singleton_Design_Pattern_using_C Vishal Patil Wed, 29 Mar 2006 00:00:00 GMT