Convert between C# and VB.NET?
I just saw this blog entry -- it lists a couple of tools for converting between C# and VB.NET. I personally don't have much use for such tools; I work almost exclusively in C# and most of the sample code...
![]()
|
||
|
|
.NET and Other AppsAugust 17, 2009
Monday, August 17, 2009 9:36 AM/EST
Convert between C# and VB.NET?I just saw this blog entry -- it lists a couple of tools for converting between C# and VB.NET. I personally don't have much use for such tools; I work almost exclusively in C# and most of the sample code... January 27, 2009
Tuesday, January 27, 2009 4:37 PM/EST
The C# lock statement(Follow me on twitter where I give out software development tips throughout the day: http://twitter.com/jeffcogswell ) (Check out my other blog: http://programmingbootcamp.blogspot.com/ ) Here's something that's vital to understanding with ASP.NET programming. Whenever you're programming for ASP.NET, you need to... January 21, 2009
Wednesday, January 21, 2009 11:21 PM/EST
New whitehouse.gov site uses ASP.NETI saw some discussion on Twitter and other places that the new whitehouse.gov site uses ASP.NET. Of course, I wasn't going to just accept it without finding out for sure. So I checked, and sure enough it does. There are... January 14, 2009
Wednesday, January 14, 2009 10:11 AM/EST
Creating add-ins for Outlook 2007If you have Visual Studio 2008, it's incredibly easy to create an add-in for Outlook 2007. August 10, 2007
Friday, August 10, 2007 10:53 AM/EST
Compiling the C# samples at the command lineIf you want to try out some of the Visual Studio 2008 code (such as the ones in my recent LINQ article) without starting up Visual Studio, you can do so at the command prompt. Visual Studio always includes a... August 3, 2007
Friday, August 03, 2007 12:08 PM/EST
Where to find Visual Studio and .NET 3.5 betasIn one of our recent news articles, we mentioned the latest betas for Visual Studio 2008 (previously called Orcas) and .NET 3.5 are available. (If you want to try out anything with LINQ you'll need these; LINQ isn't available with... April 27, 2007
Friday, April 27, 2007 10:49 AM/EST
Communicating with Outlook in a .NET programHi everyone! I thought I'd share with you a quick tip that demonstrates how your .NET programs can interact with Microsoft Office programs. In this example, I'll use Outlook. Start up Visual Studio and create a new Windows Application. Here... March 23, 2007
Friday, March 23, 2007 10:08 AM/EST
What are Generic Collections?When Microsoft released .NET 2.0, they introduced a new concept called generics. This concept, in my opinion, has been made out to be far more complex and difficult than it really is. Let's get right to it: A generic collection,... March 21, 2007
Wednesday, March 21, 2007 3:43 PM/EST
To use .NET or not...Welcome to my new blog! This is the MSDev blog, and the focus is going to be on Microsoft development. For this first blog, I'm wondering, should we require our users to install .NET? Read on......
|
|
|
|
||