aaronlerch

Stories submitted 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

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

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

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

Testing TempData, and Mocking SessionState(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 2 months ago

About a month and a half ago Ben Scheirman wrote about testing TempData in ASP.NET MVC. While I can easily understand what Ben’s code is doing, what I couldn’t figure out is why it worked. ... So, while Ben’s code will definitely work, here’s an extension method that can help with mocking out the session a little more “correctly”: read more...

add a comment |category: |Views: 38

tags: another

Indy Code Camp Announced(aaronlerch.com)

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

The Indy (Indianapolis, IN) Code Camp will be held on April 26th, 2008. Sign up to attend, and present! read more...

add a comment |category: |Views: 1

tags: another

Download all the .NET Reference Source at once(wintellect.com)

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

John Robbins talks about the tool he and Kerem Kusmezer created to pre-fetch *all* the .NET reference source. read more...

add a comment |category: |Views: 64

tags: another

Confessions of a Software Developer(aaronlerch.com)

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

Has anybody else ever felt overwhelmed with the sheer mass of "stuff" involved with software development? read more...

add a comment |category: |Views: 5

tags: another

Side-wide user controls in ASP.NET MVC(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 4 months ago

3 ways to handle "global" user controls in ASP.NET MVC. read more...

1 comment |category: |Views: 62

tags: another

Windows Forms Globalization(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 4 months ago

Some hints on what to look out for when performing "localizability" on a windows forms application (the process of making your application localizable). read more...

add a comment |category: |Views: 76

tags: another

Call for help with the Code Camp server written using ASP.NET MVC(codebetter.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 4 months ago

Jeffrey Palermo has announced a call for participation in the open source "code camp" server project. If anybody has been involved with code camps before, they know there's limited resources out there for organizing one - this promises to be a great resource. But it'll only be as great as you want it to be! Contribute! read more...

add a comment |category: |Views: 55

tags: another

Creating RESTful Web Services with Windows Communication Foundation(developer.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 4 months ago

An article covering using "web programming" with WCF - including an example blog service implementation. read more...

add a comment |category: |Views: 50

tags: another

Create Web Sites+Services with ASP.NET MVC(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 4 months ago

An example library that shows how, with one line of code and a few conventions, your ASP.NET web site can instantly serve up HTML, POX, or JSON. Very cool! read more...

add a comment |category: |Views: 8

tags: another

Watermarked, or Cue Edit Controls(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 5 months ago

3 versions of the .NET winforms edit controls - TextBox, ComboBox, ToolStripTextBox that support a "watermark", or "cue" (or "prompt"). read more...

add a comment |category: |Views: 94

tags: another

Indy Code Camp(aaronlerch.com)

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

Support (i.e. attend) a local grassroots effort to organize an Indianapolis-based midwest code camp! .NET, Rails, whatever you like, we need to get the word out. read more...

add a comment |category: |Views: 1

tags: another

64bit Optimizations and C# Method Inlining in Release Build CallStacks(hanselman.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 7 months ago

Important information about method inlining, JIT optimizations, and how to solve your actual problem. read more...

add a comment |category: |Views: 16

tags: another