A Developers Guide to Microsoft Azure
Learn to leverage the power of the cloud with your existing web applications.
Learn to leverage the power of the cloud with your existing web applications.
In this article we ensure smooth animation and eliminate any flicker.
Paul Kimmel writes about his favorite top ten new features that are being rolled out with this recent Microsoft update of Visual Basic.
Learn to use the basic parallel operations--multithreading--incorporated into .NET framework 4.0.
Microsoft-sponsored open source foundation names a new permanent board of directors as the effort aims to grow beyond its roots.
Leverage the features of cloud computing and Microsoft Azure to build applications that can reside in the cloud.
In preparation for the official release of Visual Studio 2010, the software giant is brewing up deals for loyal users that let them buy the new package at a discount as well as to get a new subscription for MSDN.
Learn to use CodeRush in Microsoft Visual Studio to write code faster and easier than ever before.
This article compares the performance of using a Web Service proxy class created by Visual Studio vs. a custom created class.
Say your goodbyes to line continuation characters, with a brief look back at Basic.
In this article you'll explore the notable features of Microsoft Visual Studio 2010 Professional Edition.
Learn how to dynamically build and explore Lambda expressions from expression trees.
Learn how to use SQL Modeling Services to hunt for interdependencies without having to access source code.
Tetris turned 25 and is still going strong. To honor that landmark we'll create our own version of this legendary video game using VB.NET.
In today's column we'll demonstrate how and when to use the new TSQL MERGE statement and how this can be a helpful addition to your toolbox.
After delaying rollout plans for March, Microsoft reschedules.
"White list" certain programs to "Run As Administrator", all the time. See how it enters a "secure desktop" with a classic Vista/7 prompt.
Developer feedback extends beta for quality reasons.
Learn about the history of debugging and evolutionary improvements in Intellisense in Visual Studio 2010.
How to create an object using the Singleton pattern in VB.NET
Latest development in antitrust settlement may let Microsoft resume charging licensing fees.
Add ultimate flexibility and power to your programs with function parameters and Lambda Expressions.
Use Visual Basic .NET to create an Autorun menu, through the use of HTA, JavaScript and VBScript.
Need your server and your site up and running quick? Let Greg Larsen show you what you need to know to get SQL Server running and configured.
This article was written mainly for developers who use Firebird Embedded SQL Server in .Net framework applications and want to speed up or optimize DB queries. We will describe how to create your own native Firebird extension and show some approaches how to use it in managed code applications.
The Windows "Turn off" buttons are three or more steps away from the desktop work area, depending on your personal settings. This can be not only inconvenient, but downright bothersome at times. These programs can power down the computer, in just one or two steps.
Explore an Undo/Redo framework for editing controls in a Windows application.
This tool will help user to capture selected area of screen. It provides user to set his/her own HotKey to capture screen. It runs in system tray. Source code is included with this article.
Do the verbs of a file, like Run as administrator, and Pin to Taskbar.
The new Windows 7 user interface features can offer Web developers significant productivity gains in terms of organizing, finding, and navigating to commonly used resources. This article introduces you to the improvements which can cut significant time from otherwise mundane daily workflow tasks.
Discover how to make an on-screen keyboard.
Follow these simple steps to let users upload image files and display them as thumbnails in ASP.NET.
Sometimes when you have all kinds of data what you really need is XML. LINQ to XML let's you employ functional construction to convert your data into XML.
Learn three industry trends that are influencing the next releases of C# and Visual Basic.
What order should the OK and Cancel buttons appear? Should it be like Windows or like the Mac? Are there any "rule of thumb" as to when certain standard should be followed or is it just a matter of taste?
Easily retrieve the subitem index and change the text from a ListView control.
With this article, I will try my best to assist you in protecting valuable information such as Passwords, account numbers and so on.
Programming is hard,debugging is hard. Doing both well is critical to being a good programmer. To make things easier for us Paul Kimmel demonstrates how to run custom Tracepoint with macros.
Providing a drop down list in your ASP.NET Web applications help users avoid wasting time with bad data and it's a kinder, gentler thing to do.
Discover how to render an image directly from a database using an IHttpHandler and how to modify the image on its way to the client using GDI+.
Respond to every HTTP request. Just implement event handlers or an IHttpModule (which is a cool way to write a re-deployable solution for multiple projects).
Take a look at the various features of Visual Studio for working with WPF.
How do I hide the unneeded features? Don't cut corners just because people are cutting budgets and staff.
Elevate your SQL game (a little bit) with CROSS APPLY and OUTER APPLY.
Devexpress has a commitment to providing amazing ASP.NET (and other controls), such as their latest revision of their ASPxGridView, version 8.3, which supports filtering, grouping, sorting, and much more, with little or no coding on your part.
Do you know what your variable's type is? If not, then VB "10" might! Visual Basic "10" is adding Type Inference.
Visual Basic developers will be happy with the new simple feature coming to Visual Basic - a feature languages like C# have had all along....
Learn how to change all the mouse settings through the use of your Visual Basic program and the Registry.
Round those corners and make your user interfaces a little jazzier with a rounded rectangle Panel control; a fun chunk of code to incorporate into your application.
Learn to create an application that can set and apply most TaskBar settings.