The ASP.NET MVC Framework is a new option for web development from Microsoft. ASP.NET MVC takes advantage of the Model-View-Controller organization pattern adapted by so many other frameworks for web development such as Ruby on Rails and CakePHP.
After using the ASP.NET MVC Framework I am quite pleased with the direction it is heading in. I really applaud the MVC team and their frequent code releases on CodePlex and their responsiveness to community feedback.
Recently I was able to give an Introduction talk to the Black Hole .Net User Group in Marshfield. A few questions were brought up that I will have to do some research into to answer. I will try to get that information together and get another blog post up soon.
As promised to the Black Hole .Net Group, I would post the materials from the presentation.
Introduction to ASP.NET MVC
— October 15, 2009 at 08:52 CDT || By: Johnson, Chris
Working with SQL Databases in Rails
— March 2, 2009 at 11:08 CST || By: Johnson, Chris
While working on a presentation for the upcoming Twin Cities Code Camp. For the presentation I am using the Northwind database provided from Microsoft. I have found a unique situation where they are using a 5 character string as the primary key. Since the goal of this presentation is to develop a rails site around an existing database I took on this challenge to overcome rails standards.
Madison Meetup Advanced CSS
— February 27, 2009 at 11:48 CST || By: Jon Kinney
Recently Inacom had the privelage of hosting the . The topic for this meeting was Advanced CSS. I put together a slideshow to try to keep the presentaiton more guided, but because of the depth of the topic we wound up going quite a bit over our loose 1 hour timeslot. I just wanted to thank everyone for sticking around and seeming quite interested! I had a great time presenting and I hope that you all enjoyed our discussions. If you're looking for the demo files and the presentation check them out in the full article.
Merb Merged Into Rails3!
— December 24, 2008 at 14:28 CST || By: Jon Kinney
Some very shocking and awesome news has recently hit the ruby community. Merb is being merged into Rails and will culminate with a release of rails sometime around February next year. Sporting the name Rails3, this marks only the 2nd time any 2 major web frameworks have put down the gloves and hugged it out. I'm excited to get some of the performance optimizations promised by the merb core, and am looking forward to a unified community. This merge should push rails even closer to being the de-facto standard for building a web application. See posts at http://weblog.rubyonrails.org/ and http://rubyonrails.org/merb, and http://loudthinking.com/posts/36-work-on-what-you-use-and-share-the-rest for more details.
JQuery adopted by microsoft for VS 08
— September 29, 2008 at 09:19 CDT || By: Jon Kinney
Javascript libraries like prototype, it's friend scriptaculous, and the newcomer jQuery have been making web developer's lives easier for a few years now. With a javascript library you can turn a verbose DOM selection like:
document.getElementById('products')
into something a little shorter and sweeter:
$('products')
They allow for so much more including animations, but that is the subject of another blog post entirely.
Archives
- October 2009
- Introduction to ASP.NET MVC
- March 2009
- Working with SQL Databases in Rails
- February 2009
- Madison Meetup Advanced CSS
- December 2008
- Merb Merged Into Rails3!
- September 2008
- JQuery adopted by microsoft for VS 08
- Rails Bossman Gem
- Active Directory in rails with the restful_authentication plugin
- Rails in the enterprise
- Welcome
blog