charlesj

Stories kicked by charlesj

Using the IronRuby Console in an ASP.NET MVC Context - Part 1(joshuamcharles.com)

submitted by charlesjcharlesj(135) 3 years, 9 months ago

Though this is called a console for an ASP.NET MVC application, the author shows how to compile the Ruby.Console project to interact with any Class Library. read more...

add a comment |category: |Views: 5

tags: another

Rails Console-Like Behavior for ASP.NET MVC(joshuamcharles.com)

submitted by charlesjcharlesj(135) 3 years, 9 months ago

I’ve been experimenting today with getting a .NET application, similar to rails’ console program, running for my ASP.NET MVC application. I used IronRuby, and based my work off of that projects Ruby.Console project. The results have been spectacular! read more...

add a comment |category: |Views: 14

tags: another

A Practical Review of ASP.NET MVC(joshuamcharles.com)

submitted by charlesjcharlesj(135) 3 years, 9 months ago

My big project for the summer has been the creation of a content management system for my job. Due to deployment restrictions, I was forced to use the .NET platform for development. After hearing rumors of .NET running Rails via IronRuby, I jumped at the chance to write a Rails application that could be deployed to IIS on Windows. However, after getting a prototype running, I discovered that this would be infeasible for the time table I was looking at. IronRuby simply would not be ready on time. My second choice, then, was the new ASP.NET MVC framework. read more...

add a comment |category: |Views: 1355

tags: another