News

This is only the beginning many other VB.NET functions can make your life easier in C#. One of my favorites is the one that provides late-bound access to COM objects.
I'm using sqlite-net in a VB.net solution. So I compile SQLite.cs and SQLiteAsync.cs into a sqlite-net assembly which I reference in my solution. When I use the TableQuery.Where-Function with a string ...
This is only the beginning many other VB.NET functions can make your life easier in C#. One of my favorites is the one that provides late-bound access to COM objects.
MyVisualBasic is a function library for Windows application development, it extends the "My" namespace of VB.NET.
I have two classes each with a function. At any rate, that works for this application in VB.NET. When I create the equiv in C#, while the connection is made in FunctionB, it is not passed back to ...
What do you get when you cross VB code and Outlook 2000? A slick enterprise app. Check out these examples and see how to send e-mails with attachments, create message drafts, and manipulate folders.