Micah

Stories submitted by Micah

Wikipedia Maze - Open Source(unknowndev.com)

submitted by MicahMicah(220) 1 year ago

I upgraded Wikipedia Maze to MVC 3 and decided to publish the source. If anyone has any suggestions or would like to contribute let me know. read more...

add a comment |category: |Views: 3

tags: another

SQLite Session State Provider(unknowndev.com)

submitted by MicahMicah(220) 1 year ago

An ASP.NET Session State Provider for SQLite read more...

add a comment |category: |Views: 25

tags: another

Changing an image color at runtime(unknowndev.com)

submitted by MicahMicah(220) 1 year, 3 months ago

I spent some time this weekend trying to figure out how to change the color of an image at runtime on my Windows Phone 7 app that I’m building. read more...

add a comment |category: |Views: 9

tags: another

Including related entities in your domain service calls(codingcontext.com)

submitted by MicahMicah(220) 2 years, 2 months ago

A quick tutorial on how to return related entities using RIA services and either Entity Framework or Linq-To-Sql. read more...

add a comment |category: |Views: 15

tags: another

Creating Recurring Services in .Net(codingcontext.com)

submitted by MicahMicah(220) 2 years, 5 months ago

How to create Recurring Services or Scheduled tasks in any .Net application without using Windows Services. read more...

add a comment |category: |Views: 15

tags: another

A Passion For Your Craft(codingcontext.com)

submitted by MicahMicah(220) 2 years, 8 months ago

Creating realiable, scalable, and useable software takes skill that is developed over many years of practice, study, and most importantly: failure. When you move on, where does all this experience go? read more...

add a comment |category: |Views: 10

tags: another

Why Joel Spolskey and Jeff Atwood are Brilliant A-Holes(codingcontext.com)

submitted by MicahMicah(220) 2 years, 8 months ago

So have you seen the latest from the FogBugz/StackOverflow partnership floating around? Yep I'm talking about StackOverflow Dev Days (crowd ooh's and ahh's). read more...

add a comment |category: |Views: 34

tags: another

Wikipedia Maze(codingcontext.com)

submitted by MicahMicah(220) 2 years, 9 months ago

The last few months have been crazy. My wife had our first baby girl in March, I spent a lot of time preparing for our user conference at the end of April, spent a lot of sleepless nights building a dental charting tool in WPF, and cranking out code on my latest invention....Wikipedia Maze. read more...

add a comment |category: |Views: 17

tags: another

First Official Alt.Net Meeting(codingcontext.com)

submitted by MicahMicah(220) 2 years, 9 months ago

We had a great first meeting for the Charlotte Alt.Net user group. We had a pretty good turnout and fairly interactive group which I think is key to having a successful meeting. Of course an interactive group also means extra long meetings, but it's well worth it. (Sorry I was so late getting home Honey. I'll make it up to you). read more...

add a comment |category: |Views: 1

tags: another

Why I switched from WordPress to BlogEngine.Net(codingcontext.com)

submitted by MicahMicah(220) 2 years, 9 months ago

So sick of running WordPress on IIS I finally gave up and switched to BlogEngine.Net. read more...

add a comment |category: |Views: 24

tags: another

ControllerType is null when creating a Custom ControllerFactory(codingcontext.com)

submitted by MicahMicah(220) 2 years, 10 months ago

Fixing a common error when setting up a custom ControllerFactory in asp.net Mvc. Example shows setting up dependency injection with Structure Map. read more...

add a comment |category: |Views: 16

tags: another

Top 4 reasons to join or start a local Alt.Net group(codingcontext.com)

submitted by MicahMicah(220) 2 years, 10 months ago

Last night I went to the first Charlotte Alt.Net User Group meeting. Everything went really well thanks to Matt Lefevre and Brady Gaster. Kudos to those guys for getting this thing off the ground. Also thanks to Brian Hitney from Microsoft for his on-going support. Here are my top 4 reasons to join or start a local Alt.Net group read more...

add a comment |category: |Views: 6

tags: another

Saving Changes Is Not Permitted - Management Studio 2008(codingcontext.com)

submitted by MicahMicah(220) 2 years, 10 months ago

Annoying little "feature" in Management Studio 2008 read more...

add a comment |category: |Views: 8

tags: another

Implementing OpenId with ASP.Net Mvc(codingcontext.wordpress.com)

submitted by MicahMicah(220) 3 years ago

A tutorial on how to get started using OpenId with your ASP.Net Mvc site. read more...

add a comment |category: |Views: 55

tags: another

Model-View-ModelController- My Take On MVVM - Introduction(codingcontext.wordpress.com)

submitted by MicahMicah(220) 3 years, 1 month ago

I'm currently in development on a very large application and I will be writing a series of articles on the structure in which it is built including what I am calling Model-View-ModelController; a cross between MVVM and MVC. read more...

add a comment |category: |Views: 151

tags: another

Solution: Styling a large amount of controls(codingcontext.wordpress.com)

submitted by MicahMicah(220) 3 years, 2 months ago

Using Attached Properties to apply styles to a large amount of controls. read more...

add a comment |category: |Views: 37

tags: another