monty

Stories submitted by friends of monty

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: 241

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, 13 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

Has Visual Studio caused the end of The World yet?(stevenharman.net)

submitted by usshermussherm(5285) 2 years, 3 months ago

If this error dialog is any indication... read more...

add a comment |category: |Views: 12

tags: another

Context and Best Practices(www.lostechies.com)

submitted by usshermussherm(5285) 2 years, 4 months ago

The Right Way versus the Better Way; Default Architectures; Starting Small read more...

add a comment |category: |Views: 505

tags: another

OMG, Better Rake (for .net)!(stevenharman.net)

submitted by usshermussherm(5285) 2 years, 6 months ago

If you ask me, when it comes tools for writing automated build scripts nothing packs more bang for the buck than Rake. Until recently, using Rake to build .net solutions required a magic concoction of hacked together scripts which rarely exhibited Ruby’s appreciation for beauty nor Rake’s spirit of simplicity. ... and then came Albacore... read more...

add a comment |category: |Views: 288

tags: another

Reading Code is Key to Writing Good Code(stevenharman.net)

submitted by usshermussherm(5285) 2 years, 6 months ago

Software product development is a creative activity taking place in the midst of that complex and adaptive world. So let's take a page from other creative professions (musicians, artists, etc.) and study the work of others, both within and outside our field, to help improve our own work. read more...

1 comment |category: |Views: 541

tags: another

Use Google's Closure Compiler in C#(madskristensen.net)

submitted by madskristensenmadskristensen(8565) 2 years, 6 months ago

A very simple and small C# class for utilizing the Google Closure Compiler API for minifying JavaScript. read more...

add a comment |category: |Views: 432

tags: another

Being Lazy with Rake(stevenharman.net)

submitted by usshermussherm(5285) 2 years, 11 months ago

Stop working so hard. Let Rake do the menial stuff for you! read more...

add a comment |category: |Views: 15

tags: another

Toward a Better Use of Context/Specification(stevenharman.net)

submitted by usshermussherm(5285) 2 years, 11 months ago

have you hand-rolled your own base class for your Context/Specification style specs? Curious whats different between a Context/Specification base class and a typical unit testing base class? read on... read more...

add a comment |category: |Views: 40

tags: another

Visualising Sorting Algorithms(hatfulofhollow.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 1 month ago

Beautiful visualisations of sorting algorithms. read more...

add a comment |category: |Views: 31

tags: another

SubSonic 2.2 Released(blog.wekeroad.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 1 month ago

It happened a few days ago but it is worth a post. SubSonic 2.2 has been released! read more...

add a comment |category: |Views: 86

tags: another