aaronlerch

Stories kicked by aaronlerch

The Developer's Almanac(developersalmanac.com)

submitted by aaronlerchaaronlerch(1670) 1 year, 8 months ago

A developer's parody of the NPR (national public radio) show The Writer's Almanac. read more...

add a comment |category: |Views: 2

tags: another

Introduction to NDepend, adding NDepend to your Nant Script(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 6 months ago

Taking a quick look at NDepend and how to do a simple fly-by of how to setup and run NDepend. Once we have our simple project up and running we are going to turn our focus at takig a look at how to run NDepend from our NAnt scripts. Running NDepend as part of our builds will allow us to have a clear picture of the state of our code with each build. read more...

add a comment |category: |Views: 169

tags: another

How to run ASP.NET MVC on Windows Azure(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 3 years, 6 months ago

A quick how-to on getting ASP.NET MVC up and running on Windows Azure. read more...

add a comment |category: |Views: 505

tags: another

Boy Scout Check-ins(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 6 months ago

How to leave your code campground cleaner than you found it. read more...

2 comments |category: |Views: 366

tags: another

OMeta#: Who? What? When? Where? Why?(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 11 months ago

Introducing a new open source project whose aim is to bring the OMeta language to .net. read more...

add a comment |category: |Views: 176

tags: another

Rock the iPhone with ASP.NET MVC and iUI(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 3 years, 11 months ago

An intro to using iUI and ASP.NET MVC to write web applications for the iPhone. read more...

add a comment |category: |Views: 804

tags: another

My "Better Know a Framework" Talk at IndyCodeCamp(moserware.com)

submitted by moserwaremoserware(1665) 4 years ago

Today at the IndyCodeCamp I gave a talk in much of the same spirit as the "Better Know a Framework" series on ".NET Rocks!" The talk had no slides, but featured me in the debugger highlighting a few of my favorite (but lesser known classes). This code is included. As part of my preparation, I researched every topic covered on each show and included a brief summary as part. read more...

add a comment |category: |Views: 16

tags: another

47 ASP.NET MVC Resources(weblogs.asp.net)

submitted by jonasjonas(2215) 4 years, 1 month ago

Craig Shoemaker highlights some of the best ASP.NET MVC resources available. read more...

add a comment |category: |Views: 17

tags: another

From Developer to Technical Manager(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 1 month ago

Organizations with an outdated organizational structure have got to wake up and change before it’s too late. They will either lose or ruin their people. Either way, the company loses because people are the company. read more...

add a comment |category: |Views: 7

tags: another

A C# fluent repeater(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

A fully-featured fluent class used for repeating method calls, handle exceptions, callbacks and more... Just plug-and-play and start repeating stuff! read more...

1 comment |category: |Views: 51

tags: another

Do You Really Want to Be a Development Team Leader?(andrewtokeley.net)

submitted by tokestokes(1085) 4 years, 1 month ago

Ask any up and coming developer what they would like to do in the next year or so and you'll invariably hear, "I'd like to become a Development Team Leader". Hopefully most will have actually considered the change of role and be looking for new challenges and ways to contribute more to their chosen profession. However, for some this is an automatic response to a question that is particularly difficult to answer in an industry with no clear career path. For others it's simply a way to move up the pay scale. read more...

add a comment |category: |Views: 29

tags: another

How to open a project file in Visual Studio 2008 for editing(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 4 years, 1 month ago

Shows how to use PowerCommands to open a csproj file in VisualStudio for editing purposes instead of actually "opening" the project. This gives you the visual studio xml editor as well as the built in intellisense for the msbuild schema. Its a great set of tools to install. read more...

add a comment |category: |Views: 9

tags: another

This Is Why We Can't Have Nice Things, People(kohari.org)

submitted by nkoharinkohari(1310) 4 years, 1 month ago

A brief discussion of the Rob Conery TDD backlash, and what it says about open-source on .NET, and the community at large. read more...

3 comments |category: |Views: 14

tags: another

Pash - cross platform PowerShell(igorshare.wordpress.com)

submitted by jessejesse(100) 4 years, 1 month ago

Pash is a portable PowerShell implementation written using pure .Net 2.0. It compiles on VS 2008 as well as on Mono. Provide a rich shell environment for other OSes, as well as a hostable scripting engine for rich applications. The user experience should be seamless for people who are used to PowerShell on Windows. read more...

add a comment |category: |Views: 26

tags: another

Code Camp 9: Thoughts and Impressions(atalasoft.com)

submitted by tomdogtomdog(3230) 4 years, 1 month ago

Impressions of Code Camp 9 in Waltham, MA with summaries of sessions. read more...

add a comment |category: |Views: 0

tags: another

How to grayout an image in .Net(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 4 years, 1 month ago

This article shows how to gray out an image in .net programmatically. This can be useful for making "Disabled" versions of images, etc. read more...

add a comment |category: |Views: 141

tags: another