Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Day Of Frustration

    <Rant> I am in the process of playing around with the routing library for my current project, and I am playing around with using routing for web forms. I was running in IIS7 Classic mode (Don't ask why integrated works fine but I was seeing how this would work in IIS6 by testing with classic mode...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 11-09-2008, 12:00 AM
    Filed under: ASP.NET, .NET 3.5, C#, IIS
  • Avoid Memory Leaks When Using Windsor And Not Releasing Objects

    I just had this issue in a project I am working on (ASP.NET Webforms Application), yesterday I ran a load test and watched my memory climb rapidly and max out not long after. I am using Castle Windsor for my IOC and mostly transient instances are registered so I did not expect any issues here as I asssumed...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 11-05-2008, 12:00 AM
    Filed under: ASP.NET, .NET 3.5, C#, Castle, Windsor
  • Bug with Latest Google Chrome and ASP.NET Validation

    Hello, This is something that drove me insane today, I have a dropdown control with a required field validator on this control. the dropdown is also set to autopostback. Now up until after lunch today this was working fine in chrome but after lunch it stopped. Turns out my Chrome updated to the latest...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 11-04-2008, 12:00 AM
    Filed under: Javascript, ASP.NET, .NET 3.5, Validation
  • Helper Class : QueryString Builder (chainable)

    If you are a web developer you would definately have worked with the querystring. Most of the time you are just getting values from the querystring or adding querystring values to url's, but in some cases the querystring can really become a hassle to work with. A simple example of this can be seen in...
    Posted to BradVin's .Net Blog (Weblog) by bradvin on 10-27-2008, 12:00 AM
    Filed under: C#, .NET 3.5, ASP.NET
  • Extension Method Competition

    I plan on holding an extension method competition, basically the idea is that you submit your favourite most useful/elegant/sexy extension method and these will be judged by a selection of judges (to be picked) and there will also be some form of reward for the winner. At this stage I am seeing if there...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 10-22-2008, 12:00 AM
    Filed under: ASP.NET, .NET, .NET 3.5, C#, Extension Methods
  • Enhanced Validation Control Which Provides Adding Multiple Validation Rules + NHibernate.Validator Support

    Hello, I am toying with something at the moment which I thought I would briefly share and see if there is any interest, my current sample is very raw and I will not post any code. But the idea is that you would do something like this for validation: First Name: <asp:TextBox ID="FirstNameText" runat...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 10-14-2008, 12:00 AM
    Filed under: ASP.NET, .NET 3.5, C#, NHibernate, Validation
  • Paging with NHibernate using a custom Extension method to make it 'easier' :)...

    Update 20081022: I have updated the articles code to reflect the bug fixes kindly suggested by Paco :). I have now used this in my project and have had no issues with it yet. The fixes included clearing order by's on the count query and also returning the count as an Int64. Cheers Stefan -----------...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 10-03-2008, 12:00 AM
    Filed under: ASP.NET, .NET 3.5, LINQ, C#, NHibernate
  • Windows CardSpace – Kom igång!

    Windows CardSpace är en del av .NET Framework 3.0 och som gör det möjligt att ha inloggning som inte kräver användarnamn och lösenord, utan låter användaren själv tillhandahålla det som krävs. Jag kommer inte att gå in djupare på vad det går ut på, utan refererar till en artikel som jag skrev för att...
    Posted to Mikael Söderström (Weblog) by Vimpyboy on 09-08-2008, 12:00 AM
    Filed under: C#, .NET 3.5, ASP.NET, Windows CardSpace
  • Enhanced XMLSiteMapProvider with support for dynamic nodes.

    Hello All, This might be a long one so bear with me here this might bore you :). I have have had the need to be able to add dynamic nodes to my sitemap, I am using a sitemap xml file. My first solution, was to create a custom sitemap provider, which would parse the XML and if it detected the node I had...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 08-14-2008, 12:00 AM
    Filed under: ASP.NET, MICROSOFT, .NET 3.5, C#, XML, Configuration, Sitemap
  • Nullable ConvertTo Extension Method

    Hello, I have the need to easily convert a string to another type i.e. int. And would like to return null if the string is empty. I created a quick extension method, thought id post it up incase anyone finds it helpful. /// <summary> /// Converts a string value to the given type, if the string...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 08-12-2008, 12:00 AM
    Filed under: ASP.NET, MICROSOFT, .NET 3.5, C#
Page 1 of 6 (58 items) 1 2 3 4 5 Next > ... Last »