|
|
dwahlin
dwahlin
 |
|
Stories kicked by dwahlin
|
|
submitted by
bradygaster
7 months, 23 days ago
weblogs.asp.net — Silverlight 2 has built-in support for sockets which creates some interesting possibilities. If you've ever worked on a client-side application that needed to receive up-to-date data then you're probably used to solving the problem by polling. With polling the client contacts the server on a consistent, timed basis to see if any updates are available. ASP.NET AJAX provides a Timer control that makes this process easy and straightforward. read more...
add a comment
|
category: Silverlight | Views: 3
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dwahlin
1 year, 2 months ago
weblogs.asp.net — 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 into a single file that can be shared across mutliple applications. It also shows how connection strings can be loaded dynamically based upon a URL which can greatly simplify getting correct connection strings for dev, staging, and production databases. read more...
add a comment
|
category: ASP.NET | Views: 6
|
|
tags:
DanWahlin, web.config, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
dwahlin
1 year, 3 months ago
weblogs.asp.net — This article provides a step by step guide to creating a custom ASP.NET AJAX extender control based upon functionality in the ASP.NET AJAX Toolkit. The tutorial covers creating the JavaScript file, embedding it in an assembly, and referencing it from a server-side control. The end result is an extender control that can freeze a GridView header and allow for scrolling of rows. read more...
add a comment
|
category: AJAX | Views: 20
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 1 year, 3 months ago, submitted by
rstrahl
1 year, 3 months ago
west-wind.com — A quick walkthrough of setting up and configuring SubVersion with Tortoise SVN and getting started creating repositories, adding files and folders, creating local copies and working with SVN. read more...
1 comment
|
category: Open Source | Views: 42
|
|
tags:
TortoiseSVN, SVN, SourceControl | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 4 months ago, submitted by
dwahlin
1 year, 4 months ago
weblogs.asp.net — This video tutorial provides an introductory look at VS.NET 2008 and shows a few new features such as multi-targeting, split view, and the LinqDataSource control. read more...
|
|
tags:
2008, .net3.5, Video, VisualStudio, LinqDataSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 7 months ago, submitted by
dwahlin
1 year, 7 months ago
weblogs.asp.net — The Amazon.com AlbumViewer application originally written using WPF/E has been updated to use Microsoft's latest Silverlight release along with ASP.NET AJAX. The application can be viewed live online and all of the source code is available. read more...
add a comment
|
category: AJAX | Views: 4
|
|
tags:
Silverlight, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 7 months ago, submitted by
dwahlin
1 year, 7 months ago
weblogs.asp.net — Anonymous methods are a new feature in C# 2.0 that allow you to hook an action directly to an event as opposed to having a separate event handler. They can also be used anytime a method accepts a delegate as a parameter. This article provides a glimpse into how anonymous methods can be used in C#. read more...
add a comment
|
category: C# | Views: 2
|
|
tags:
C#2.0, AnonymousMethods, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 7 months ago, submitted by
dwahlin
1 year, 7 months ago
weblogs.asp.net — 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. read more...
2 comments
|
category: ASP.NET | Views: 3
|
|
tags:
VB.NET, ASP.NET, .net2.0, DanWahlin, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 8 months ago, submitted by
dwahlin
1 year, 8 months ago
weblogs.asp.net — 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 templates. read more...
add a comment
|
category: ASP.NET | Views: 1
|
|
tags:
DanWahlin, ServerControls, Video, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dwahlin
1 year, 8 months ago
weblogs.asp.net — This video tutorial walks you through the fundamentals of calling Web Services asynchronously from an ASP.NET page using the .NET 2.0 event driven model exposed by Web Service proxy objects. There are several different options for calling Web Services asynchronously including polling, callbacks and wait handles, but the event driven model is quite easy to use and does not put as much pressure on the ASP.NET thread pool as the other options.
read more...
|
|
tags:
.net2.0, WebServices, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 8 months ago, submitted by
dwahlin
1 year, 8 months ago
weblogs.asp.net — 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. read more...
|
|
tags:
DanWahlin, WebService, Video, WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 9 months ago, submitted by
dwahlin
1 year, 9 months ago
weblogs.asp.net — Back in December I released a sample application that demonstrated how WPF/E and ASP.NET AJAX could be integrated to view albums returned from an Amazon.com Web Service in a simulated 3D type view. I finally made some time to get the application running live so feel free to take it for a spin. read more...
add a comment
|
category: AJAX | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 1 year, 9 months ago, submitted by
dwahlin
1 year, 9 months ago
weblogs.asp.net — In this video tutorial Dan Wahlin walks you through the fundamentals of creating an N-Layer ASP.NET application. This includes creating presentation, business, data and model layers. read more...
|
|
tags:
nLayer, ASP.NET, Video | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|