January 2007 - Posts

0
Comments

Distributing data to other systems and in this instance I used MSMQ by shahed

I remember last year I designed a asp.net application where I had couple of Webforms to collect data and I was storing in the database. Ie. Webform facilitates insert, Update and Delete of Person and allow to set reminders for the person, which is later...
0
Comments

Links to Microsoft Visual Studio Documentation and Related Resources.... by shahed

Source MSDN Blogs: http://blogs.msdn.com/vsdocs/archive/2007/01/22/links-to-microsoft-visual-studio-documentation-and-related-resources.aspx Links to Microsoft Visual Studio Documentation and Related Resources Note: These links are subject to change at...
0
Comments

Improving Reflection Performance by shahed

Some tips to keep in mind when using reflection.... Source MSDN: http://msdn.microsoft.com/msdnmag/issues/05/07/Reflection/default.aspx?loc=&side=true#a Improving Reflection Performance There are various reasons why an application can't define a static...
0
Comments

Use Reflection wisely and be aware of the list Costly functions vs the fast ones by shahed

Here is the list of Fast and Light Functions and Costly Functions. So when you write your next piece of codes be more careful to choose the right methods. Fast and Light Functions typeof Object.GetType typeof == Object.GetType Type equivalence APIs (including...
0
Comments

CLS - Common Language Specification, consider making your code CLS compliant. by shahed

Making your code CLS compliant is important, as this confirms that the classes should only expose features that are common to the CLS. So anyone using your classes and writing in a different programming language do not face any issues. To make sure, CLS...
0
Comments

Pageflakes take away feature by shahed

Like I took this sudoku flake here in this blog: Choose your flake at www.pageflakes.com and go to edit and press Export button and this will give you a html similiar to this: <script type="text/javascript" src=" http://www.pageflakes.com/CFFlakeManager...
Powered by Community Server (Commercial Edition), by Telligent Systems