Browse by Tags

All Tags » ASP.NET (RSS)

Previewing Websites in Multiple Browsers with Expression Web 3’s SuperPreview by dwahlin

Expression Studio 3 has a great new feature that was announced and demonstrated back at the Mix 09 conference called SuperPreview.  It allows you to compare how a page looks across multiple browsers including IE6, IE7, IE8 and FireFox (with more...
Filed under: ,

Control-Oriented Vs. Data-Oriented Programming in Silverlight by dwahlin

If you build ASP.NET applications then you’re used to working with controls a lot.  Nearly everything you do requires accessing control IDs.  If you need to retrieve data entered by an end user you need to reference the controls that contain...
Filed under: , ,

Using jQuery with Client-Side Data Binding Templates by dwahlin

A few weeks back I posted about a JavaScript data binding template solution that I’ve been using that makes it easy to bind JSON data to a client-side template without having to write a lot of JavaScript code.  One of the people that commented on...
Filed under: , , ,

Scott Guthrie, Jaime Rodriguez and Glenn Block Speaking in Phoenix on May 26th, 2009 by dwahlin

Once a year the Phoenix, AZ area .NET developers get a special treat as Scott Guthrie (one of the creators of ASP.NET and a corporate Vice President at Microsoft for those who may not know him) comes to Phoenix to speak on the latest and greatest technologies...
Filed under: , ,

DevConnections Orlando Talks on Silverlight and LINQ/Entity Framework by dwahlin

I had a great time speaking at DevConnections in Orlando this year.  A lot of fun people were there and I had the opportunity to talk with several of them about some of the applications they were building.  As promised, here’s the code and slides...

My Latest Silverlight Articles by dwahlin

Over the past few months I've been writing articles for the .NET Insight insight newsletter covering various ASP.NET AJAX concepts. You can read those article here . I've wrapped up that series and have started writing about Silverlight 1.0 and 2. Each...
Filed under: , , ,

404 Error Page…with some Comedy by dwahlin

I came across the following 404 error page link on Twitter.com so I of course had to stop everything I was doing and check it out (so much for following my productivity rules!).  I can honestly say that I’ve never, ever laughed at a 404 page. ...
Filed under: ,

Custom ASP.NET Server Controls and Language Localization by dwahlin

One of the products my company sells is an ASP.NET server control called SmartChart that generates OrgCharts from hierarchical data sources.  Up until recently the vast majority of our sales were to companies in the US so we never worried much about...
Filed under: ,

Handling Dynamic Storyboards and Animations in Silverlight 2 by dwahlin

Animations are a key part of Silverlight 2 that allow your applications to stand out from all of the boring and dull applications floating around on the Web. In previous articles I’ve written about storyboards and animations but as a quick review, Silverlight...

Getting Started with the ASP.NET 3.5 Chart Control by dwahlin

I think it’s safe to say that charting is a key part of many applications run on company Intranets. People like to see data visually as opposed to viewing it in rows and columns sometimes (especially higher level managers). While there are many 3rd party...
Filed under: ,
More Posts Next page »