davids

Stories submitted by friends of davids

Herding Code 142 - Scott Guthrie on the open source announcement(herdingcode.com)

submitted by jongallowayjongalloway(4380) 1 month, 3 days ago

The Herding Code guys talk to Scott Guthrie about the recent open source announcement for ASP.NET MVC, Web API, and Razor. read more...

1 comment |category: |Views: 113

tags: another

Phil Haack, Keith Dahlby and Paul Betts on Git for Windows(herdingcode.com)

submitted by jongallowayjongalloway(4380) 4 months, 6 days ago

Herding Code podcast talking to Phil Haack and Paul Betts (both new GitHubbers) and Keith Dahlby (author of posh-git, a set of PowerShell scripts which provide Git/PowerShell integration) about using Git on Windows. read more...

4 comments |category: |Views: 240

tags: another

10 Things ASP.NET Developers Should Know About Web.config Inheritance(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 4 months, 9 days ago

Ten things you should know about Web.config inheritance and overrides that will simplify some configuration challenges and help with debugging. Bet there are some you didn't know about! read more...

5 comments |category: |Views: 1282

tags: another

Herding Code 130: Dave Weaver on Loggr – a realtime analytics service (herdingcode.com)

submitted by jongallowayjongalloway(4380) 4 months, 22 days ago

Herding Code podcast with Dave Weaver about Loggr, a complete logging, analytics and notification service built with ASP.NET MVC, SignalR, and MongoDB. read more...

3 comments |category: |Views: 82

tags: another

Using Node.js in an ASP.NET MVC application with iisnode(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 7 months ago

iisnode makes it easy to run Node.js on Windows, and since it's an HTTP Handler you can integrate it directly into an ASP.NET application. Neat, huh? read more...

4 comments |category: |Views: 105

tags: another

Herding Code 124: Anthony van der Hoorn and Nik Molnar on Glimpse(herdingcode.com)

submitted by jongallowayjongalloway(4380) 7 months, 2 days ago

In this podcast, the Herding Code gang talks to Anthony and Nik, the creators of Glimpse. Glimpse is a system which allows you to view server-side information in the browser (think Firebug for server code) read more...

add a comment |category: |Views: 11

tags: another

Using CodeMirror to add C# highlighting to an HTML TextArea(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 11 months, 12 days ago

CodeMirror is a Javascript library that adds live syntax highlighting to a text area. This post shows how to use it in your applications. read more...

add a comment |category: |Views: 32

tags: another

Migrating to IIS7(johnnycoder.com)

submitted by jongallowayjongalloway(4380) 3 years, 1 month ago

Some good information on upgrading an ASP.NET site from IIS6 to IIS7 - example from Subtext on GoDaddy. read more...

add a comment |category: |Views: 17

tags: another

Web Deployment with VS 2010 and IIS(blogs.msdn.com)

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

The MSDeploy tool which will be included in Visual Studio 2010 includes some fixes for key painpoints like database deployment and managing different web.config settings in development, test, and production. read more...

add a comment |category: |Views: 255

tags: another

Prevent Cross-Site Request Forgery (CSRF) using ASP.NET MVC's AntiForg(blog.codeville.net)

submitted by HaackedHaacked(5105) 3 years, 8 months ago

Steve Sanderson covers an attack that is not as well known as cross-site scripting (XSS) attacks called Cross-Site Request Forgery (CSRF) and some helpers in ASP.NET MVC CodePlex Preview 5 that can help mitigate the risk. read more...

add a comment |category: |Views: 290

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

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

Getting Started with Inno Setup(johnnycoder.com)

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

Very nice overviewo of Inno Setup read more...

add a comment |category: |Views: 27

tags: another

StackOverflow.com - First Impressions(hsidev.wordpress.com)

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

A good, balanced review of StackOverflow, a new developer community site that Jeff Atwood's been working on. read more...

add a comment |category: |Views: 12

tags: another

Herding Code Podcast: Episode 9 with Rob Conery(herdingcode.com)

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

The Herding Code crew (K. Scott Allen, Kevin Dente, Scott "LazyCoder" Koon, and Jon Galloway) catch up with Rob Conery on SubSonic 2.1, Where SubSonic fits in the Microsoft data access tools explosion, Why LINQ to SubSonic is so durn tricky, MVC Storefront - has it made Rob a TDD believer, and What else is Rob up to at Microsoft. read more...

1 comment |category: |Views: 128

tags: another

Custom Templates with SubSonic(johnnycoder.com)

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

A quick walkthrough on using SubSonic's custom templates for code generation - for instance, a data transfer object. read more...

add a comment |category: |Views: 104

tags: another