Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Lazy Loaded One-To-One With NHibernate

    UPDATE 20081114 The one-to-one solution I had posted turned out not to work for updates, :(, in the end I had to use a many-to-one map with a unique foreign key association to get this to work, the updated example is below. Sorry for my EPIC FAIL :)... G'day, I am working on something at the moment and...
    Posted to Stefan Sedich's Blog (Weblog) by stefan.sedich on 11-13-2008, 12:00 AM
    Filed under: .NET 3.5, C#, NHibernate
  • 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
  • LINQ Cheat Sheet

    A while ago when I was learning LINQ I searched the web for a 'cheat sheet'. I needed a single document that covered most of the common scenarios w.r.t LINQ so that I would not need to google every time I was writing LINQ queries. I found one very good one : http://aspnetresources.com/blog/linq_sqo__cheat_sheet...
    Posted to BradVin's .Net Blog (Weblog) by bradvin on 11-01-2008, 12:00 AM
    Filed under: C#, .NET 3.5, LINQ
  • 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
  • Bokrecension – LINQ Quickly

    Innehållsförteckning Overview LINQ to Objects LINQ to XML LINQ to SQL LINQ over DataSet LINQ to XSD Standard Query Operators Appendix A: Building an ASP.NET Application Appendix B: LINQ with Outlook I LINQ Quickly från Packt Publishing går N Satheesh Kumar igenom de flesta funktioner som finns i Linq...
    Posted to Mikael Söderström (Weblog) by Vimpyboy on 10-01-2008, 12:00 AM
    Filed under: C#, .NET 3.5, Linq, Bokrecension
  • 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
Page 1 of 8 (71 items) 1 2 3 4 5 Next > ... Last »