/Home /Archive /Syndicate /Blog /Support /About /Contact  
All Visual Basic Feeds in one place!





We have had lots of interest in the White Screen of Darn from VS 2005. No one likes dealing with errors in their applications, especially those that are hard to diagnose. We have spent a bunch of time listening to feedback on the VS2005 WSOD and have made some improvements.. If you have ever come face to face with this screen, the experience has probably given you an opinion or two on how it could better help you debug your app. Now is your chance to share that opinion, because Scott Morri ... [ read more ]
     A co-worker of mine sent me this presentation Joshua Block ( Effective Java )… Joshua was a key API designer for Java at Sun and is now working at some small search engine company. It is so great to learn from your competitors and Josh really is a smart guy with clear, crisp ideas that resonate well in the .NET world. How to Design a Good API & Why it Matters A few takes aways for me: If the names are nasty, you likely have bad design Agility tr ... [ read more ]
If you are using a WCF client make sure you either Close() or Dispose() the client when you are done. I failed to do so and got bitten by a big memory leak I was using a NetMsmqBinding and forgot to close the client when done. By itself the code worked just fine, no leaks or nothing. But then the same piece of code got called from inside another NetMsmqBinding server during the reception of a message and it generated a memory leak big time. Of course I should have Disposed() the client but th ... [ read more ]


© 2005 Serge Baranovsky. All rights reserved.
All feed content is property of original publisher. Designated trademarks and brands are the property of their respective owners.

This site is maintained by SubMain(), a division of vbCity.com, LLC