VB.NET Source Code Samples
VB.NET Source Code Samples This is a library of VB.NET Source Code Samples that you can use to accelerate your learning curve. This is a work in progress that is just beginning. VB.NET Code Samples ADO.NET SQLConnection Connection String SQL Insert Statement SQL Parameters SQL Stored Procedure SQL Select Sql Command Delete Sql Command Update SqlDataReader DataTable loaded from SqlDataReader Coming Soon Coming Soon Coming Soon Coming... [Read More...]
Intro SQL Server Reporting Services – SRSS (9 Videos)
Here is a collection of video tutorials on SQL Server Reporting Services (SSRS). SQL Server Reporting Services (SSRS) is from Microsoft abd it is a server-based report generation software system. It can be used to create a variety of interactive and printed reports. It is administered via a web interface. Reporting services features a web services interface to support the development of custom reporting applications. SSRS competes with Crystal Reports... [Read More...]
.NET Framework MasterClass Videos
.NET Framework Versions by Soumyasch Here is a collection of 8 video tutorials on some of the new components in .NET Framework versions 3.0 and 3.5. The presenter is Microsoft’s Mike Benkovich. The videos focus on LINQ and WCF. Version 3.5 of the .NET Framework was released on November 19, 2007. Version 3.5 uses version 2.0 of the CLR, and it installs numerous service packs on top of the CLR. New Features of NET 3.5 Framework New language... [Read More...]
SharePoint Products and Technologies for Developers – 16-Part Video Series
photo credit: Wonderlane Here is a collection of free video tutorials on SharePoint for Developers. The 16-part video series is presented by Microsoft’s Mike Benkovich and Lynn Langit. Microsoft SharePoint is also called Microsoft SharePoint Products and Technologies. SharePoint is a collection of products and software elements that includes: web browser based collaboration functions process management modules search modules and a document-management... [Read More...]
Windows 7 (21 Video Tutorials for Developers)
Here is a collection of 21 free video tutorials on Windows 7 for developers. Windows 7 is Microsoft’s current operating system for use on personal computers, including home and business desktops, laptops, netbooks, tablet PCs and media center PCs. Where Did Windows 7 Get Its Name? The name for Windows 7 is perfectly in line with previous releases of MS-Windows. Here is the chronology: One. The very first release of Microsoft Windows: Windows... [Read More...]
ASP.NET Web Site Security Vulnerability Cheat Sheet
ASP.NET Web Site Security Vulnerability Cheat Sheet: 1. To avoid SQL Injection, replace all SQL Commands with parameterized queries or stored procedures (using LINQ to SQL exclusively will also totally eliminate SQL Injection). 2. To avoid packet-sniffing and session hijacking, always use https when sending cookies 3. To avoid Cross-Site Scripting problems, use httpOnly when setting cookies Here is a summary of the information in the articles... [Read More...]
Visual Studio, Visual Basic.NET, C# Database, SQL Server, and ASP.NET Video Tutorials – October 2, 2009
Scott Hanselman's 2009 Ultimate Developer and Power Users Tool List for Windows September 25, 2009 – Holy Cow! Scott Hanselman’s list of Developer Tools – I was totally blown away by www.linqpad.net – a replacement for SQL Server Management Studio that executes C#, VB.NET, SQL and LINQ (click on view samples in help for linqpad – then you will need a few hours to pick your jaw back up off the floor!) Read More →
Microsoft Robotics Developer Studio (15 Free Video Tutorials)
Here is a collection of 15 free video tutorials on Microsoft Robotics Developer Studio (MRDS). The Microsoft Robotics Developer Studio is a Windows-based environment for robot control and simulation. You can download Microsoft Robotics Developer Studio here. The Albert Einstein robot in this video was not developed with Microsoft Robotics Developer Studio, but it does serve to point the direction robotics is heading. (All the other videos in... [Read More...]
Visual Studio, Visual Basic.NET, C# Database, SQL Server, and ASP.NET Video Tutorials – September 25, 2009
Announcing the WebsiteSpark Program September 25, 2009 – Scott Gu discusses WebsiteSpark program that allows you to get copies of Visual Studio 2022, SQL Server 2008, and more for 3 years for a $100 fee. Read More →
Visual Studio, Visual Basic.NET, C# Database, SQL Server, and ASP.NET Video Tutorials – September 6, 2009
ASP.NET, HTML, JavaScript Snippet Support (VS 2010 and .NET 4.0 Series) September 6, 2009 – Scott Gu discusses another useful improvement in VS 2010 – HTML/ASP.NET/JavaScript snippet support. The Weekly Source Code 45 – Kicking Butt on Windows 7 *and* Windows XP September 6, 2009 – Scott Hanselman reviews Windows 7 applications that are participating in the Windows 7 source code contest that is called Code7 Scott Hanselman's... [Read More...]
C# Video Tutorials (139 Hours of Premium Videos)
Here is a collection of over 139 hours of premium video tutorials on C# by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. Background: C# is a simple, modern, general-purpose, object-oriented programming language. Anders Hejlsberg is the chief architect for C#. It has an object-oriented syntax that evolved out of C++. The most recent version of the language is 3.0, and it was released in conjunction with the .NET... [Read More...]
