Saturday, April 11, 2009

.Net Secrets

Don't use static methods for writing middle tier methods.

You will need to call the GC explicitly if you are writing a .Net 1.1
application.

If you use .net remoting, every class you want to truly run remotely
has to be included in the remoting client & server config files.

The biggest reason to migrate to .Net 3.5 is for using LINQ, but not
for database access.

As of this time silverlight or WPF is not robust enough for a
production application.

Windows 2008 Server does significantly improve your app speed.

No comments:

Post a Comment