Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » Visual Basic   (RSS)

Trends in Programming Languages

Al Pascual wrote about some trends he noticed using Google Trend , with regard to different programming languages. It's an interesting tool, since it can be used to gauge general interest in particular keywords and search terms, as well as news, going
Posted by ssmith | 3 Comments
Filed under: , , ,

Code Query Language

http://www.practicaldot.net/en2/main.htm Have you ever wanted to run some metrics on your code base, to try and gauge its quality or to try and find bad practices? There are some tools out there for such static analysis, such as FxCop and the built in
Posted by ssmith | 1 Comments
Filed under: , , ,

Generics FAQs on MSDN

Juval Lowy has recently published a series of FAQs on Generics on MSDN. Find them here: · Fundamentals · .NET Framework · Tool Support · Best Practices There's over 100 pages of content there with code samples in C#, VB, and MC++ (not just translations,
Posted by ssmith | 0 Comments
Filed under: , ,

New Site: DotNetSlackers

A new site I'm using to push me updates of interesting blogs is DotNetSlackers.com . Sign up for their mail service, and you'll get a single daily email with that day's posts arranged by keyword category. I've been pretty lax in firing up my RSS aggregator
Posted by ssmith | 4 Comments

Cool Features in VBNext

I was a VB developer for several years (VB5/6) before .NET came on the scene, and I started doing most of my work in C# (though I still can do VB in a pinch, and often need to translate to/from it for articles, etc.). I've been learning all about LINQ
Posted by ssmith | 1 Comments
Filed under: , ,