Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

asp.net » Feeds » Stefan Sedich's Blog

Yearly Archives: 2008

Latest news from Stefan Sedich's Blog

  1. Lazy Loaded One-To-One With NHibernate

    Nov 13, 2008

    G'day, I am working on something at the moment and I am storing BLOB data for documents in the database, I am storing things like name and data which is a binary field. | Now I wan't to load the binary data as loading

    Tagged: c, net 3 5, nhibernate

  2. Day Of Frustration

    Nov 8, 2008

    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

    Tagged: asp net, c, iis, net 3 5

  3. Avoid Memory Leaks When Using Windsor And Not Releasing Objects

    Nov 4, 2008

    I just had this issue in a project I am working on, ran a load test and watched my memory climb rapidly. I am using Castle Windsor for my IOC and mostly transient instances are registered so I did not expect any issues

    Tagged: asp net, c, castle, windsor, net 3 5

  4. Bug with Latest Google Chrome and ASP.NET Validation

    Nov 4, 2008

    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

    Tagged: asp net, javascript, validation, net 3 5

  5. Extension Method Competition

    Oct 22, 2008

    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

    Tagged: net, asp net, c, net 3 5, extension methods