Dusty

Stories kicked by Dusty

RenderPartial to String and Rails-like RJS for ASP.NET MVC Beta(brightmix.com)

submitted by zinknationzinknation(30) 3 years, 6 months ago

This is an article about how you can go about Rendering a View (or usercontrol) to a string in your controller methods. Something you cannot do out of the box in MVC Beta. It also provides a framework, similar to Rails RJS, that allows you to build up dynamic javascript from the server-side in a very elegant fashion! read more...

add a comment |category: |Views: 30

tags: another

Why change-tracking has to be part of an entity object(weblogs.asp.net)

submitted by gosergoser(140) 5 years, 1 month ago

Frans Bouma raises some valid concerns on the Entity Frameworks entity state management. read more...

1 comment |category: |Views: 19

tags: another

The launch of BlogEngine.NET(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 1 month ago

BlogEngine.NET is a full featured blog engine targeted at .NET developers. It is light weight and very simple to modify and extend. read more...

add a comment |category: |Views: 5

tags: another

Intro to JSON with .NET(msdn2.microsoft.com)

submitted by superghostsuperghost(2260) 5 years, 1 month ago

JavaScript Object Notation (JSON) read more...

add a comment |category: |Views: 47

tags: another

Adding nodes to ASP.NET sitemap files at runtime(harriyott.com)

submitted by ifitistodosoifitistodoso(75) 5 years, 1 month ago

Adding dynamic nodes to existing ASP.NET sitemap files at runtime by deriving from StaticSiteMapProvider. read more...

add a comment |category: |Views: 133

tags: another

Asp.net (is) for Dummies...(intrepidnoodle.com)

submitted by inoodleinoodle(305) 5 years, 2 months ago

Oh never mind how it works - just drag it on. That'll do it! read more...

1 comment |category: |Views: 2

tags: another

ASP.NET precompiled sites & validateRequest(dustyd.net)

submitted by DustyDusty(110) 5 years, 4 months ago

A gotchya when pre-compiling websites.. certain sections of the web.config get compiled into the assemblies and cannot be changed! read more...

add a comment |category: |Views: 14

tags: another

The World of Crazy URLs .. Digg.com = 1086311198(geekzilla.co.uk)

submitted by phaymanphayman(3550) 5 years, 4 months ago

Digg.com can be accessed by simply typing 1086311198 in the Internet Explorer address bar.. this is a technique used by phishers when sending out fake HSBC emails... Have a look how it's done. read more...

2 comments |category: |Views: 5

tags: another

Remove "WWW." from URLs in ASP.NET(nayyeri.net)

submitted by keyvankeyvan(4086) 5 years, 5 months ago

Keyvan Nayyeri writes about his HTTPModule, WWWLess, which removes "www." from URLs in ASP.NET to make them shorter and unique. read more...

add a comment |category: |Views: 23

tags: another

Retrieving Embedded Resources in ASP.NET 1.1(zinknation.net)

submitted by zinknationzinknation(30) 5 years, 5 months ago

The article describes my method for retrieving Embedded Resources in old school ASP.NET 1.1 projects. It loosely mimics the functionlity of ASP.NET 2.0's WebResource.axd! read more...

add a comment |category: |Views: 209

tags: another

ASP.NET 2.0 Mismatched Tag & aspnet_compiler(dustyd.net)

submitted by DustyDusty(110) 5 years, 5 months ago

Mismatched ASP.NET server tags can cause Visual Studio to report that your solution has built successfully! read more...

add a comment |category: |Views: 2

tags: another