https://www.developerfusion.com/t/vb.net/tutorials/sort/popularity/ VB.NET Tutorials & Articles from Developer Fusion 2009-11-17T14:30:00.00Z http://www.developerfusion.com/article/9789/c-40-goes-dynamic-a-step-too-far/ C# 4.0 goes dynamic - a step too far? 2009-02-12T13:54:00.00Z Is C# in danger of too much change? Mike James ponders the implications of dynamic types in C Mike James http://www.developerfusion.com/article/7633/introducing-visual-studio-net-2008-top-10-features/ Introducing Visual Studio .NET 2008 - Top 10 Features 2008-03-26T20:59:00.00Z 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. Mark Smith http://www.developerfusion.com/article/70531/enhancing-your-applications-for-windows-7/ Enhancing your applications for Windows 7 2009-11-17T14:30:00.00Z 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. Kevin Griffin http://www.developerfusion.com/article/4704/implementing-ajax-in-aspnet/ Implementing AJAX in ASP.NET 2005-06-27T10:29:00.00Z Asynchronous JavaScript and XML (AJAX) has recently become the craze thanks, in no small part, to Google’s usage of it in Google Suggest as well as Google Maps. Karl looks at how it works, and how we can implement it in ASP.NET using a free AJAX.NET wrapper. Karl Seguin http://www.developerfusion.com/article/7609/why-patterns/ Why Patterns 2008-03-19T20:42:00.00Z We look at the rise of 'patterns' in the developer community, and how they've evolved to help communication between developers and understanding more clearly the intent of a given piece of code. Andy Clymer http://www.developerfusion.com/article/4683/net-applets/ .NET Applets 2005-03-30T22:16:00.00Z Mark walks you through how you go about creating a ".NET Applet" - a Windows Forms control hosted within a web page. M Kenyon http://www.developerfusion.com/article/4411/introduction-to-designers/ Introduction to Designers 2004-02-09T09:19:00.00Z Designers are essential in creating professional controls with polished design time behaviour. This article serves as an introduction to writing your own. Tim Dawson http://www.developerfusion.com/article/7112/common-intermediate-language/ Common Intermediate Language 2007-09-27T20:17:00.00Z Granville gets down with the CLR, and takes a look at CIL/MSIL - the intermediate language that every .NET language gets compiled to, and has full access to the capabilities of the CLR. Granville Barnettt http://www.developerfusion.com/article/4665/collection-controls-with-rich-design-time-support/ Collection Controls with Rich Design Time Support 2005-02-09T17:41:00.00Z This extensive article details the process of creating complex list-based controls with rich design time support similar to my DotNetWidgets and OutlookBar controls. Tim Dawson http://www.developerfusion.com/article/4415/creating-a-generic-sitetorss-tool/ Creating a Generic Site-To-Rss Tool 2004-02-10T07:21:00.00Z I’ll show how to use regular expressions to parse a Web page’s HTML text into manageable chunks of data. That data will be converted and written as an RSS feed for the whole world to consume. Finally, I’ll show how to create a generic tool that enables you to automatically generate an RSS feed from any website, given a small group of parameters. Roy Osherove http://www.developerfusion.com/article/4369/windows-form-designer-generated-code/ Windows Form Designer generated code 2004-02-01T18:50:00.00Z Taking a closer look at the code generated by the Windows Forms Designer and understanding some of the important implications. Palo Mraz http://www.developerfusion.com/article/4134/net-threading-part-i/ C# Threading in .NET 2003-10-29T13:06:00.00Z The first in a two part series on C# threads, introducing how to create and manipulate threads with the .NET framework, including creating a thread, thread pools, syncronization, race conditions and timers. Randy Charles Morin http://www.developerfusion.com/article/4099/xml-transformations-in-net-part-i/ XML transformations in .NET - Part I 2003-10-12T14:46:00.00Z An introduction to using XSL transformations on XML documents, and how to perform these in VB .NET using the XslTransform class. JLogic http://www.developerfusion.com/article/3684/introduction-to-microsofts-net-platform/ Introduction to Microsoft's .NET Platform 2003-07-01T00:00:00.00Z ASP.NET is not just another upgrade or the next version of ASP. It is a unified web development platform that provides necessary services for developers to build Enterprise Web based Applications. ASP.NET allows you to use a full featured programming language such as C# or VB.NET to build web applications easily. Nakul Goyal http://www.developerfusion.com/article/4491/winforms-data-binding-lessons-learned/ Winforms Data Binding Lessons Learned 2004-02-27T10:57:00.00Z I’ve been dabbling with Winforms data binding and the DataGrid control for the past week, and here are some lessons I’ve learned. Roy Osherove http://www.developerfusion.com/article/2161/leverage-the-net-framework-with-visual-basicnet/ Leverage the .NET Framework with Visual Basic.NET 2002-03-20T10:23:00.00Z Using the .NET Framework, Microsoft Visual Basic developers can build robust applications. Arun Ganesh introduces the new features of VB.net for VB programmers. G.Gnana Arun Ganesh http://www.developerfusion.com/article/4584/richtextlabel-winforms-control/ RichTextLabel WinForms Control 2004-03-26T06:56:00.00Z Embedding and displaying RTF resources to tweak the UI of an application easily and efficiently. Palo Mraz http://www.developerfusion.com/article/4341/the-quick-dirty-net-guide-to-cvb-oop/ The Quick & Dirty .NET Guide to C#/VB OOP 2004-01-26T12:16:00.00Z Although this article won't be an exhaustive OOP treatise, its objective nevertheless is to present in a quick and dirty manner C#/VB Object-Oriented Programming. Moreover, even though this article may be slightly geared more towards C#, all important VB assessments or similarities are addressed and demonstrated. By the way, keep in mind C# is very case sensitive. Incidentally, don't be put off at the length of this article, a lot of it is simply repeated code examples for both languages. Dimitrios Markatos http://www.developerfusion.com/article/4045/objectoriented-aspnet/ Object-Oriented ASP.NET 2003-09-19T08:19:00.00Z Learn how to use the powerful object-oriented features of C# and VB.NET to build re-usable classes in ASP.NET Greg Ennis http://www.developerfusion.com/article/6678/top-10-application-security-vulnerabilities-in-webconfig-files-part-one/ Top 10 Application Security Vulnerabilities in Web.config Files - Part One 2007-05-14T21:05:00.00Z In part one of this two part article, you will learn about five of the top ten “worst offenders” of misconfigurations of application security that can cause overall problems for ASP.NET Web-based applications. Learn more about how to secure the Web.config files of an ASP.NET application. Bryan Sullivan