https://www.developerfusion.com/t/vbscript/ Latest VBScript developer content from Developer Fusion 2011-02-23T00:07:22.00Z http://www.developerfusion.com/media/11482/inside-scripting-vbscript-wmi-and-adsi-unleashed-part-2/ Inside Scripting - VBScript, WMI and ADSI Unleashed- Part 2 2011-02-23T00:07:22.00Z Join host Ted Neward as he discusses the SQL server 2005 database administration with "VB Script, WMI, and ADSI" author Don Jones, in part two of this video series. James Crowley 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 2011-02-22T23:56:26.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 http://www.developerfusion.com/article/4675/vsa-scripting-in-net/ VSA Scripting in .NET 2011-02-22T23:56:26.00Z Using Visual Studio for Applications to add scripting capabilities to your .NET apps. Mark Belles http://www.developerfusion.com/code/4590/executing-a-cs-file/ Executing a .CS file 2011-02-22T23:56:25.00Z Demonstrates how to write a C# program that can "launch" a .cs file and execute it. David Cumps http://www.developerfusion.com/article/4566/replicating-getrows-in-net/ Replicating GetRows in .NET 2011-02-22T23:56:25.00Z Dimitrios explains how replicating GetRows in .NET is easy and shows how it offers precise control of the details of the data and its display. Dimitrios Markatos http://www.developerfusion.com/article/4549/extracting-the-country-from-the-ip-address-how-to/ Extracting the Country from the IP Address:- How To? 2011-02-22T23:56:24.00Z Get to know from where the visitors to your website are coming. Amit shows you how you can know the Country of a visitor through his IP Address without using COM. Amit Gupta http://www.developerfusion.com/article/4403/make-your-classic-asp-code-work-like-in-aspnet/ Make your Classic ASP code work like in ASP.NET 2011-02-22T23:56:24.00Z Developing in Classic ASP using the same technics as in ASP.NET?. If you have to work in Classic ASP, why don't do it the right way? By using a similar framework not only your code will be more organized and efficient, but it will take you a fraction of the time to port to ASP.NET! Christian Calderon http://www.developerfusion.com/article/4341/the-quick-dirty-net-guide-to-cvb-oop/ The Quick & Dirty .NET Guide to C#/VB OOP 2011-02-22T23:56:24.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/code/4232/enabling-browser-caching-of-asp-pages/ Enabling Browser Caching of ASP Pages 2011-02-22T23:56:24.00Z How to speed up your website by allowing browsers to cache web pages. Amit Gupta http://www.developerfusion.com/code/2891/ms-agent-in-a-web-site/ MS Agent in a web site 2011-02-18T16:31:41.00Z Ever wondered how to use the MS Agent characters from your website? This example demonstrates how, using JavaScript and VB Script Warren http://www.developerfusion.com/code/1980/array-functions/ Array Functions 2011-02-18T16:31:40.00Z 4 array functions search, append, remove, and dimensions Nick Avery http://www.developerfusion.com/article/1683/using-optional-parameters-in-vbscript/ Using Optional Parameters in VBScript 2011-02-18T16:31:40.00Z A nifty way to use optional parameters in VBScript, getting around the lack of an 'Optional' keyword. Michael Balloni