rimsystems

Stories kicked by rimsystems

JSON.NET DataTable Serializer(west-wind.com)

submitted by rimsystemsrimsystems(6119) 3 years, 8 months ago

I've been thinking about replacing the JSON serializer in my internal codebase for some time and finally put a little effort into allowing JSON.NET from James Newton King to be plugged into my Ajax framework as a replaceable engine. read more...

add a comment |category: |Views: 507

tags: another

Google Chrome is here(google.com)

submitted by nachojammersnachojammers(100) 3 years, 8 months ago

not much to say except download it. read more...

12 comments |category: |Views: 322

tags: another

NVelocity Server Control(simpable.com)

submitted by jaymedavisjaymedavis(85) 3 years, 8 months ago

A light weight server control which wraps the NVelocity implementation. read more...

add a comment |category: |Views: 190

tags: another

How to respond with code 404 (Not Found) in ASP.NET(dotnettipoftheday.org)

submitted by rimsystemsrimsystems(6119) 3 years, 9 months ago

Quick tip on using HttpException read more...

1 comment |category: |Views: 297

tags: another

Firebug 1.2 Released(ejohn.org)

submitted by offwhiteoffwhite(975) 3 years, 9 months ago

Firebug 1.2 which works in Firefox 3 has been released. If you are doing any AJAX development (JavaScript, jQuery, etc) this tool is invaluable. Updating Firebug to work in FF3 took quite a bit of effort and now it it works again with many new improvements and features planned to for the next release. read more...

add a comment |category: |Views: 13

tags: another

Lutz Reflector now owned by Red Gate(simple-talk.com)

submitted by JudahGabrielJudahGabriel(814) 3 years, 9 months ago

Lutz Reflector, the free .NET disassembler every developer developer should have, has been purchased by Red Gate software. Red Gate has stated they will continue to provide the tool for free. read more...

4 comments |category: |Views: 451

tags: another

Clone Detective for Visual Studio(codeplex.com)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 9 months ago

Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code. read more...

add a comment |category: |Views: 546

tags: another

SubSonic Scaling(blog.wekeroad.com)

submitted by jongallowayjongalloway(4380) 3 years, 9 months ago

Rob runs some tests with millions of records to see how SubSonic holds up with respect to speed and memory use. read more...

3 comments |category: |Views: 321

tags: another

Blunt Architecture(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 9 months ago

A new open source lightweight web application framework built on the ASP.NET MVC framework showcasing ALT.NET best practices such as: Domain driven design Test driven development Inversion of control / dependency injection Model view controller read more...

add a comment |category: |Views: 13

tags: another

New SQL Server Date DataTypes: Date, Time, DateTime2 & DateTimeOffset(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 9 months ago

Great video on the new Date DataTypes in in Sql read more...

add a comment |category: |Views: 34

tags: another

New feature in ASP.NET 3.5 SP1: Form.Action now writable(john-sheehan.com)

submitted by rimsystemsrimsystems(6119) 3 years, 9 months ago

URL Rewriters everywhere rejoice read more...

3 comments |category: |Views: 60

tags: another

Stopping ASP.NET web.config inheritance(kowitz.net)

submitted by wisemxwisemx(8074) 3 years, 9 months ago

If you are only ever running one ASP.NET application on a website this is not an issue. However, if you are running a site which may have an application at the root and other separate applications running in sub or virtual directories, then Settings inheritance could be a problem. read more...

add a comment |category: |Views: 36

tags: another

Debugging A Web Site With A Host Header-VS2008 SP1 Issue with IIS 5/6(blogs.msdn.com)

submitted by rimsystemsrimsystems(6119) 3 years, 9 months ago

If you have downloaded the RTM version of SP1 for Visual Studio 2008, you may get an error when trying to debug a Web Site with a host header on IIS 6 or IIS 5.1. The error message reads: "Unable to start debugging on the web server. An authentication error occurred while communicating with the web server. Please see Help for assistance." read more...

add a comment |category: |Views: 100

tags: another

Visual Studio 2008 Service Pack Preparation Tool(microsoft.com)

submitted by jongallowayjongalloway(4380) 3 years, 9 months ago

If you've installed SP1 Beta, run this tool before installing SP1. The SP1 beta manual uninstall process is tedious and error prone, this does it automatically. read more...

add a comment |category: |Views: 46

tags: another

Visual Studio 2008 Service Pack 1(microsoft.com)

submitted by johnrummelljohnrummell(1321) 3 years, 9 months ago

It's finally here! I haven't seen an official announcement yet, but I did a search for "Visual Studio 2008 Service Pack 1" on Microsoft's Download Center and found the following downloads added today: Microsoft Visual Studio 2008 Service Pack 1 (exe) http://www.microsoft.com/downloads/details.aspx?FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e&DisplayLang=en Microsoft Visual Studio 2008 Service Pack 1 (iso) http://www.microsoft.com/downloads/details.aspx?FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61&DisplayLang=en read more...

6 comments |category: |Views: 773

tags: another

ASP.NET Themes Don’t Like IE8’s X-UA-Compatible header; Neither Do I(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 9 months ago

"I ran into an interesting issue a few months ago with IE8 support on sites which use ASP.NET Themes. I’ll talk about the issue and how to fix it. More important, though, I’ll talk about how this small example fits into the whole IE8 / X-UA-Compatible thing, and why I think the way that turned out was bad for everyone." read more...

add a comment |category: |Views: 144

tags: another