April 2005 - Posts
Hi all Since .NET framework is purely built on objects (i.e. data types, methods, delegates, events are all objects) its relatively easy to identify the polymorphic objects and calling their methods dynamically as compared to the COM's IDispatch Interface
Read More...
What is Isolated Storage? Isolated storage is, essentially, a special spot on the hard drive that only your application can find. The .NET Framework takes care of managing the actual disk storage. Once you've opened your isolated storage, you can create
Read More...
Adding Dynamic Child Forms from Other Threads Occurrence of unexpected errors and technical problems during the software development is very common and their solution takes lots of efforts and research. During the development of my academic project, I
Read More...
Disposable objects in C# Modern programming is all about objects and their manipulation, most of the platform and languages are now fully object oriented. Every object has its well define responsibilities and attributes and provides some services to the
Read More...