Tag Archives: Visual Studio

How to Create a .Net Stored Procedure in SQL Server

One of the most exciting features of SQL Server is its ability to leverage the power of .Net. With .Net, SQL Server can more efficiently perform procedural tasks that are so inefficient in SQL, or perform non-database tasks, such as … Continue Reading

Microsoft Development Track Presentation at TI2011 (Scott Cate & J. Michael Palermo IV)

Below are the links to download the Microsoft Development sessions presented by Scott Cate and Michael Palermo at the Interface Tech Immersion 2011. Scott Cate is the Chief Technology Officer and MVP at eventday.com & Regional Director at Microsoft. J. Michael Palermo … Continue Reading

Using the ASP.NET ListView Control and freezing the header, video by Dan Wahlin

ASP.NET 3.5 introduces a new control called the ListView that allows developers to have 100% control over the HTML markup that is generated while still providing paging, inserting, updating, and deleting support. To me the ListView control is a nice … Continue Reading

Managing Projects in Visual Studio 2005 & 2008 by Michael Palermo – Interface Technical Training

One of the first tasks I tried when I installed Visual Studio 2008 was to open a Visual Studio 2005 project.  I was prompted with the following: This concerned me, because I wanted to open the project in Visual Studio 2005 … Continue Reading

First Look at Visual Studio .NET 2008 and the LinqDataSource

Visual Studio .NET 2008 provides many new features that will definitely enhance developer productivity.  In this video tutorial I provide an introductory look at VS.NET 2008 and show a few features such as multi-targeting, split view, and the LinqDataSource control.  … Continue Reading

Creating Web Services with the .NET Framework, Video – Dan Wahlin

I've had several people email me and ask if I could do a video covering the fundamentals of creating a Web Service using the .NET framework. Since I enjoy working with Web Services I decided to make some time and … Continue Reading