AssemblyVersion – BuildNo Limitation
I was trying to compile a new build of our project today morning. We used to give the build no of our project’s assembly in YYMMDD format. (Build No “70112″ for 12th January,2007). So, I changed the version no of…
FREE Online Course for .NET 3.0
Collection 5134 : Developing Rich Experiences with Microsoft® .NET Framework 3.0 and Visual Studio® 2005 This collection of 3 2-hour premium clinics teaches about the new capabilities provided by the .NET Framework 3.0. These clinics are for experienced Developers and…
Open Source Web Server
Today, One of my freind told me that she wants to read through some coding for WebServer. So, Im just sharing some links that I have in my fav-link of my browser. C#: ASP.NET Cassini Sample Web Server http://asp.net/Projects/Cassini/Download/ Introducing…
Framework 3.0
The Microsoft .NET Framework 3.0 (formerly known as WinFX), is the new managed code programming model for Windows. It combines the power of the .NET Framework 2.0 with new technologies for building applications that have visually compelling user experiences, seamless…
Adding and Removing Events.
Yeah. Small thing.. but I didn’t notice about that.. I think I might never notice about that if my friend “Lu taw lay” didn’t tell me… Actually, when I was working on automation team, we needed to write the automation…
Getting the properties, attrs and evts of the control.
There is another good way to get all properties, methods and events from assembly by using System.Reflection.I’ll post this coding as soon as possible. Please feel free to let me know if you have any problem with this coding. Thanks….
