Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Debugging .NET Framework Source Code

    I am not sure how many people are familiar with the .NET Reference Source project, but if you do a lot of debugging of .NET code, chances are that you have had a situation where you wanted to be able to step into the .NET Source from within Visual Studio Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 05-13-2008, 12:00 AM
    Filed under: IIS, ASP.NET, Debugging, .NET, Visual Studio, Code
  • Visual Studio Designer not Respecting Assembly Binding Redirection

    So we recently came across an issue where Visual Studio 2005 and 2008 Designers were not respecting assembly binding redirection. Scenario We have a file which is now version 2 and stored in the GAC .  So the assembly version is 2.0.0.0.  We Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 04-24-2008, 12:00 AM
    Filed under: IIS, ASP.NET, Microsoft, Visual Studio, Code
  • Common Web.Config transformations with Visual Studio 2010

    I’ve been playing with Visual Studio 2010 Beta a little and one of my favorite new features (and there are many) is the new web.config transformation feature. Web.config transformations are setup so there is one configuration “delta” for each build configuration that you have (default are Debug and Release...
    Posted to Scott's Blog (Weblog) by srkirkland on 10-13-2009, 12:00 AM
    Filed under: Code, Tips, ASP.NET, Visual Studio
  • Simple MSBuild Configuration: Updating Assemblies With A Version Number

    When distributing a library you often run up against versioning problems, once facet of which is simply determining which version of that library your client is running.  Of course, each project in your solution has an AssemblyInfo.cs file which provides, among other things, the ability to set the...
    Posted to Scott's Blog (Weblog) by srkirkland on 12-07-2010, 12:00 AM
    Filed under: Code, ASP.NET, Visual Studio, TFS, MSBuild
  • Adding Client Validation To DataAnnotations DataType Attribute

    The System.ComponentModel.DataAnnotations namespace contains a validation attribute called DataTypeAttribute, which takes an enum specifying what data type the given property conforms to.  Here are a few quick examples: public class DataTypeEntity { [DataType(DataType.Date)] public DateTime DateTime...
    Posted to Scott's Blog (Weblog) by srkirkland on 02-15-2011, 12:00 AM
    Filed under: Code, ASP.NET, Visual Studio, Validation, ASP.NET MVC, MVC, jQuery
  • Introducing Data Annotations Extensions

    Validation of user input is integral to building a modern web application, and ASP.NET MVC offers us a way to enforce business rules on both the client and server using Model Validation.  The recent release of ASP.NET MVC 3 has improved these offerings on the client side by introducing an unobtrusive...
    Posted to Scott's Blog (Weblog) by srkirkland on 02-23-2011, 12:00 AM
    Filed under: ASP.NET, ASP.NET MVC, Code, Data Annotations, jQuery, MVC, Tips, Validation, Visual Studio
  • Inflector for .NET

    I was writing conventions for FluentNHibernate the other day and I ran into the need to pluralize a given string and immediately thought of the ruby on rails Inflector.  It turns out there is a .NET library out there also capable of doing word inflection, originally written (I believe) by Andrew...
    Posted to Scott's Blog (Weblog) by srkirkland on 03-15-2011, 12:00 AM
    Filed under: ASP.NET, Code, Tips, Visual Studio
Page 1 of 1 (7 items)