By tag: DanWahlin
0
kicks
Managing ASP.NET Dev, Staging and Production Connection Strings
If you work with a large number of applications then you know what a pain it can be to manage multiple web.config files and multiple connection strings for development, staging/test, and production databases. This article discusses an alternative that allows connection strings to be consolidated in...
0
kicks
Video How To: Getting Started with Subversion and Source Control
In this video "how to" you'll see the steps required to install and configure Subversion to control your source code revisions and check code in and out using TortoiseSVN.
0
kicks
Simple ASP.NET 2.0 Tips and Tricks
This article provides a list of some of the most simple (yet cool) things you can do with ASP.NET 2.0 that require little or no C#/VB.NET code.
0
kicks
Video: Binding Data to ASP.NET 2.0 Server Controls
This video tutorial demonstrates how data can be bound to ASP.NET server controls using the SqlDataSource. It covers using control parameters, how stored procedures or inline SQL statements can be used, and how controls can be embedded inside of other controls such as the DetailsView by using templ...
0
kicks
Video: Creating Web Services with the .NET Framework
The video discusses how to create a Web Service from scratch using the .NET framework and also discusses some of the pros and cons that you should know about.
0
kicks
Video: Parsing XML with the XmlDocument Class
In this video tutorial Dan Wahlin walks you through the fundamentals of using the XmlDocument class in .NET to parse an RSS feed and display results.
0
kicks
Video: Using XPath with the XmlDocument Class
In this video tutorial I walk through how to use XPath statements to parse an RSS feed and display results using the XmlDocument class.
0
kicks
Video: Calling Web Services using ASP.NET AJAX and JavaScript
ASP.NET AJAX provides several different ways to call Web Services including JavaScript, XML Script and the AutoCompleteExtender. In this video tutorial Dan Wahlin shows how to call Web Services using JavaScript. Topics covered include creating a Web Service, applying the ScriptService attribute, cre...
0
kicks
Video: First Impressions on the Windows Vista RTM
Interested in Windows Vista but not sure if you'll upgrade right away? Dan Wahlin gives his opinion on installing and running Vista and provides a short video demonstrating how Windows Vista Ultimate looks and acts.
0
kicks
Video: Minimize Code with TableAdapters and Strongly-Typed DataSets
This video of Dan Wahlin's talk at the 2006 ASP.NET Connections conference covers how TableAdapters and Strongly-Typed DataSets can be used to minimize code. Source code and slides from the talk are also available.
0
kicks
Video: ASP.NET AJAX, XML and Web Services
This video shows Dan Wahlin's talk on ASP.NET AJAX at the 2006 ASP.NET Connections conference in Las Vegas. Topics covered include using the UpdatePanel, AutoCompleteExtender, JavaScript Proxies and XML Script. Slides and code from the talk are also available (since it's not always easy to see the...
0
kicks
Getting Started with Windows Communication Framework
Dan Wahlin give a nice introduction to the Windows Communication Foundation
0
kicks
No More DLL Hell (Song by Dan Wahlin)
Here is a song recorded by Dan Wahlin & Spike Xavier.
0
kicks
SQL Server 2005 CLR and XML Demos
SQL Server 2005 provides many new features that can substantially enhance developer productivity and make it easy to perform tasks that used to be difficult in previous versions. Dan Wahlin provides us with a sample VS.NET 2005 database project that demonstrates how CLR functionality can be used in ...