Browse by Tags

All Tags » ASP.NET (RSS)

So I Created Another Utils Library by stefan.sedich

Thought it was time I start my own Utils library (why not everyone else seems to have one), I have things like a UnitOfWork implementation, base Repository class, and plan to add more things as I go. This is still a work in progress and I would appreciate...

In Memory SQLite + Unit Test + FluentNHibernate by stefan.sedich

UPDATE: I have forked fluent NH here: http://github.com/stefansedich/fluent-nhibernate, and added a change so we can just use: .Database(SQLiteConfiguration.Standard.InMemory().ShowSql()) By default the InMemory() helper will now add the pooling support...

NHibernate Session Management using FluentNhibernate and Castle Windsor by stefan.sedich

Time for my first post in a while, thought I would post on session management using Castle Windsor. I found this good post, http://blog.stevehorn.cc/2009/03/fluent-nhibernate-configured-via.html and I have basically converted it to use Castle for IoC...
Filed under: , , ,

Mammoth VPS launches Backups, DNS Management and more!!! by stefan.sedich

Yesterday we launched a bunch of new features over at MammothVPS, - All VPS' now have an on-site, off-server backup facility available to them. By default all customers will have 1 free weekly backup made available to them, and should you wish to you...

Mammoth VPS Signup Video by stefan.sedich

We have posted a video showing the process involved in signing up for a VPS at check it out below. As a special offer if you use the voucher code 'VIDEO' you can signup and receive 10% off for the first 12 months of your service. Cheers Stefan

Unit Testing ASP.NET? ASP.NET unit testing has never been this easy by stefan.sedich

Unit Testing ASP.NET? ASP.NET unit testing has never been this easy. Typemock is launching a new product for ASP.NET developers – the ASP.NET Bundle - and for the launch will be giving out FREE licenses to bloggers and their readers. The ASP.NET Bundle...

New Year Means A Change!! by stefan.sedich

Hello All, I am happy that next year is going to be a time of great change for me, I have decided it is time to move on from my home town of Perth, Australia. And am making the 4,000 odd KM journey to Brisbane, as depicted in my map kindly donated from...
Filed under: , , ,

Day Of Frustration by stefan.sedich

<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...
Filed under: , , ,

Avoid Memory Leaks When Using Windsor And Not Releasing Objects by stefan.sedich

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...
Filed under: , , , ,

Bug with Latest Google Chrome and ASP.NET Validation by stefan.sedich

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...
More Posts Next page »