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
  • 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
  • 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
  • WCF Client Calling ASMX Service with Soap Headers

    Need to send soap headers from WCF (Service Reference) clients to older ASMX services? The ASMX service not handling the header properly? It may have to do with namespaces being set in the soap header XML in a way differently from what the ASMX service is expecting. So, how do you create and add the...
    Posted to Johan Danforth's Blog (Weblog) by jdanforth on 10-27-2008, 12:00 AM
    Filed under: SoapExtension, Interop, WCF, .NET 3.5
  • 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
  • LINQ to XML in VB.NET and Using the Right Language for the Job

    I'm almost always using C# in my .NET projects, unless I'm doing Office automation where the VB-way of dealing with optional parameters helps out making the code a bit cleaner. The last week we've been upgrading ASMX-clients to become WCF-clients for a number of old .NET 1.1 and 2.0 projects, and we...
    Posted to Johan Danforth's Blog (Weblog) by jdanforth on 10-15-2008, 12:00 AM
    Filed under: .NET 3.5, XML, LINQ
  • 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
Page 1 of 16 (151 items) 1 2 3 4 5 Next > ... Last »