Visual Studio 2008 Web Development Hot Fix Available

Microsoft has released a hot fix for Visual Studio 2008 and Visual Web Developer Express 2008 that fixes several issues with the HTML Editor within Visual Studio. This fixes some of the following issues: Source editor freezes for a few seconds when typing in a page with a custom control that ha... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted on 2/10/2008 7:23:21 PM by admin

Permalink | Comments (0) | Post RSSRSS comment feed |

Categories: Visual Studio

Tags:

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

How to sort a DataTable

While working on one of my modules I had a request to be able to sort the items in my DataList alphabetically. This seemed to be a trivial thing as far as I was concerned so off I went.  I was using a DataTable to bind to the DataList control for viewing the links I was building.  So with ... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted on 2/8/2008 4:50:12 PM by admin

Permalink | Comments (2) | Post RSSRSS comment feed |

Categories: ASP.NET | C# | Visual Studio | VB.NET

Tags: , , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Using ASP.NET Validation for comparison to today's date

While working on a ski reservation system for one of my clients, Ski Broker.  I ran across the issue of needing to make sure that when a client registered they didn't set their registration into the past. I took a look through Google to see what I could find and found a few different samples of... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted on 1/9/2008 8:36:04 AM by admin

Permalink | Comments (0) | Post RSSRSS comment feed |

Categories: ASP.NET | Programming | Software | Visual Studio

Tags: , , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

ASP.NET Dynamic Data Support in ASP.NET 3.5 CTP

With the release of the first CTP preview of the "ASP.NET 3.5 Extensions" which included the following features: ASP.NET AJAX improvements New additions include support for managing browser history. ADO.NET Entity Framework New modeling framework to better model r... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted on 1/6/2008 12:17:25 PM by admin

Permalink | Comments (0) | Post RSSRSS comment feed |

Categories: ASP.NET | C# | Software | Visual Studio

Tags: , , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Switching to BlogEngine.net

Having played with several blogging engines over the last few years and having experience in .NET programming since 2000.  I decided to take a look at BlogEngine.net.  I've previously worked with blogs based on .Text, dasBlog and Community Server and they all were interesting and worked w... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted on 1/6/2008 11:24:58 AM by admin

Permalink | Comments (0) | Post RSSRSS comment feed |

Categories: ASP.NET | BlogEngine.NET | C# | Personal | Software | Visual Studio

Tags: , , , , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Under the Hood: ASP.NET 3.5's Web.config file

Scott Mitchell has written an excellent article on the differences between the 3.5 and 2.0 versions of ASP.NET's Web.config file.  The information he describes is great and gives a much better understanding of what is going on in the configuration of the application in the initial creation of a... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted on 1/1/2008 8:47:02 PM by admin

Permalink | Comments (0) | Post RSSRSS comment feed |

Categories: ASP.NET | C# | Software | Visual Studio

Tags: , , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Spell Checker Add-in for Visual Studio 2008 & 2005

Found this great looking add-in from a Microsoft employee Mikhail Arkhipov that allows you to do Spell Check within your code in Visual Studio 2008.  For anyone that does a lot of web development or just wanting to be able to do a spell check of your comments this would be a great add-in to hav... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted on 1/1/2008 7:37:38 PM by admin

Permalink | Comments (0) | Post RSSRSS comment feed |

Categories: Software | Visual Studio

Tags: ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Visual Studio 2008 and .NET 3.5 Training Kit available

While looking through my RSS Feed I ran across Randy Walker's blog post about the Visual Studio 2008 and .NET 3.5 Training Kit being available. I thought it would be a good link to provide to everyone who reads my blog as well as placing it here as a reminder for me to download and take a good look ... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted on 1/1/2008 1:18:27 PM by admin

Permalink | Comments (0) | Post RSSRSS comment feed |

Categories: ASP.NET | C# | Software | Visual Studio

Tags: , , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Free E-Book from Microsoft Press: Introducing Microsoft LINQ

Microsoft has released one full E-book on LINQ from Microsoft Press called Introducing Microsoft LINQ as well as providing a couple of chapters from two other books that they are publishing.  The other two are Introducing Microsoft ASP.NET AJAX and Introducing Microsoft SILVERLIGHT 1.0. Intro... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted on 12/28/2007 11:22:44 PM by admin

Permalink | Comments (0) | Post RSSRSS comment feed |

Categories: ASP.NET | C# | Software | Visual Studio

Tags: , , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Code-Behind vs Inline Code

This article first appeared in LearnMSNET.com on June 25, 2003 Many of the web developers that are currently moving to ASP.NET were previously ASP developers, which made them used to developing their script code inline with the HTML. This coding style of using inline code is still availa... [More]
Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted on 12/16/2007 12:39:00 PM by admin

Permalink | Comments (0) | Post RSSRSS comment feed |

Categories: Software | Visual Studio | ASP.NET

Tags: , , ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5