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
-
How to write the category attribut in a class dynamically in Zurich
yesterday by converter2009 (1 replies)
-
VB.NET: Hide and show table using radio buttons in Los Angeles
yesterday by converter2009 (1 replies)
-
VB.Net Button Problem in Klang
2 days ago by pysdex (0 replies)
-
Unable to access AxInterop.AcoPdflib.dll on 64 bit OS
4 days ago by Shaila14041981 (0 replies)
-
Very Urgent regarding deleting the images from a folder
10 days ago by Nanosteps (6 replies)
-
How to write a query set to excel using vb.net
14 days ago by BarbaMariolino (1 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 8 months 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
-
DevEvening
Woking, United Kingdom
A very informal evening held at a Surrey hotel with presentations given by .net developers on any topic they wish to talk about followed by a pint & tasty meal. -
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. -
NxtGenUG
Nationwide, United Kingdom
NxtGenUG is about bridging the gap between Microsoft and the developer. The waves of technology emerging from Microsoft is relentless, developers are under more pressure to deliver software and also understand these new technologies. We want to enlighten developers, and get them enthusiatic about these new technologies, by providing quality meetings, with the top speakers in Europe.
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...