Welcome to MSDN Blogs Sign in | Join | Help

December 2004 - Posts

Scott Holden on GC.Collect

I just discovered that Scott Holden (NetCF Development Manager) is up and posting! Be sure to check out " The perils of GC.Collect (or when to use GC.Collect) ". In it, Scott talks about when not to call GC.Collect, recommendations on GC.Collect usage
Posted by DavidKlineMS | 1 Comments

The old days...

Ben " Virtual PC Guy " Armstrong's recent post sent me back to my early days at Microsoft. Back then (early 1990s) I was a member of the MS-DOS product support team. His link to the Microsoft Knowledge Base article was one I remember fondly. Many times
Posted by DavidKlineMS | 1 Comments
Filed under:

Can I debug a NetCF application without being an administrator?

Everyone knows that it is safer to run as a limited user rather than as the administrator. Because of that, I am often asked if it is possible to debug NetCF applications without being an administrator. The answer? One word. Yes! Typically, I build to
Posted by DavidKlineMS | 3 Comments
Filed under:

Please welcome Mike Zintel and read about NetCF memory management

Today, our team's (NetCF) group manager, Mike Zintel , has joined the blogs.msdn.com community! Please take time to visit his site and be sure to read his post on .Net Compact Framework Advanced Memory Mangaement . It may be a long read, but it is well

Determining the type of data pointed to by a Url - VB.NET version

Earlier today, I posted an example of some Visual C# code that checks the type of the data pointed to by a Url . I was thinking that it might be nice to post a Visual Basic .NET equivalent... This version is a direct port of the Visual C# code and comes

Determining the type of data pointed to by a Url

Have you ever wanted to know what type of file was being pointed to by a given url before clicking the link? Maybe you are writing an application that needs to filter out certain types of links. A web crawler is a good example of an application which
 
Page view tracker