developerFusion vb.net
Related vb.net tutorials
-
Improving Application Quality Using Test-Driven Development (TDD)
by Craig Murphy
What is the one activity or phase that improves the quality of your application? The answer is an easy one: Testing, and plenty of it. Traditionally, testing is a phase somewhere towards the expected end of the project - when the cost of any code or requirement changes is known to be much higher. Craig looks at how TDD can address this by adopting a more agile approach.
-
Introducing Visual Studio .NET 2008 - Top 10 Features
by Mark Smith
After a long beta period, Visual Studio .NET 2008 is finally on general release. There are a ton of new features and enhancements in this release that make it almost a no-brainer to upgrade - I thought I’d take a moment and list my top ten favorites in no particular order.
-
Enhancing your applications for Windows 7
by Kevin Griffin
Windows 7 brings new salvation for .NET developers, and it comes in the form of the Windows 7 API Code Pack for the.NET Framework.
Related vb.net discussion
-
It's Urgent! How to hide applications on my vb.net application run in Kallur
3 days ago by diana_ser (2 replies)
-
RowHeader column with 2 columns in Winform DatagridView
26 days ago by santosh_kumar (3 replies)
-
VB.NET Restoring a minimized form which has not got focus in Reading
26 days ago by legolas123 (1 replies)
-
Why choose c# when there is Java in Spanish Town
1 month ago by Thaj06 (0 replies)
-
Change color while typing in rich text box
1 month ago by Akhtar Hussain (0 replies)
-
Third party components to enhance User Interface of Windows based application
1 month ago by Shaila14041981 (0 replies)
Related vb.net code samples
-
Making a .NET app run on Vista with Administrator priviledges
by James Crowley
If you're targeting Windows Vista and your application requires administrator priviledges (such as accessing the program files directory), then it will fail unless you include a manifest so Windows knows. Here's how.
-
How to empty a recycle bin
by Peter Rekdal Sunde
Here is a little snippet that allows you to clean your recycle bin without any confirmation from the user, no progress ui and the sound is removed.
-
VB Express Color Object to Hex String
by Chris Buske
This function takes one color type variable and returns the hex code in a string.
Related vb.net podcasts
-
GoingDeep: xpert to Expert: Inside Concurrent Basic (CB)
Published 1 year ago, running time 0h58m
"Concurrent Basic extends Visual Basic with stylish asynchronous concurrency constructs derived from the join calculus. Our design advances earlier MSRC work on Polyphonic C#, Comega and the Joins Library. Unlike its C# based predecessors, CB adopts a simple event-like syntax familiar to VB progr...
-
python411: Language Comparisons
Published 4 years ago, running time 0h31m
Comparing Python to Ruby, Perl, Java, C#, VB.Net, C, C++, JavaScript, PHP etc.
Featured vb.net user groups
-
The .NET Developer Network
Bristol, United Kingdom
The .NET Developer Network is a user group for .NET developers and IT Pros in Bristol and the South West -
VBUG
UK-wide, United Kingdom
The UK's number one developer group for Microsoft Products. VBUG is dedicated to supplying IT professionals with the skills and knowledge they need to keep up with constant change in development technology. -
Edge User Group
London and Surrounds, United Kingdom
Vista Squad is a usergroup that brings IT Pros and Developers together. Harnessing Vista and the .NET framework we hope to show the power of the Microsoft technologies.
Related book
-
Beginning ASP.NET Using VB.NET
ASP.NET is the latest incarnation of Microsoft's Active Server Pages (ASP) - a powerful server-based technology, designed to create dynamic and interactive HTML pages for your Web site, or corporate intranet. ASP.NET also constitutes a core element i...