mikeg79

Stories kicked by mikeg79

Mobilize! Adapting the ASP.NET MVC Project Template for jQuery Mobile(yobriefcase.posterous.com)

submitted by kouphaxkouphax(345) 1 year, 7 months ago

Without modifying any server side code and only tweaking the views I found I was able to create a fully jquery-mobilified version of the ASP.NET MVC project template. This is how I did it. read more...

add a comment |category: |Views: 240

tags: another

Practical jQuery Mobile with ASP.NET MVC(yobriefcase.posterous.com)

submitted by kouphaxkouphax(345) 1 year, 7 months ago

I wanted to write a post about creating a basic jQuery Mobile app but as I started putting the code together MVC became more and more involved so I combined the 2. read more...

add a comment |category: |Views: 576

tags: another

IronRuby and IronPython to run by the Community, IR Tools for VS ++(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 7 months ago

So much going on in the DLR world - IronRuby and IronPython are officially handed over to the community, IronRuby 1.1.1 is released including IronRuby tools for Visual Studio and compatibility with Ruby 1.9.2. Good times! read more...

add a comment |category: |Views: 96

tags: another

A few thoughts on jQuery templating with jQuery.tmpl(encosia.com)

submitted by gt1329agt1329a(7849) 2 years ago

Some thoughts on the current state of the jQuery.tmpl plugin, and suggestions for making it better. read more...

add a comment |category: |Views: 413

tags: another

MVC 2 Client Side Model Validation with ExtJS(community.codesmithtools.com)

submitted by tduponttdupont(1259) 2 years ago

One of the most exciting new features in MVC 2 is "Enhanced Model Validation support across both server and client"; this new enhanced support allows for client side validation to be dynamically generated into a view from DataAnnotations attributes on models. One minor problem: Out of the box, it only uses the Microsoft AJAX libraries. Good news, we fixed that: Ext.ux.MvcFormValidator read more...

add a comment |category: |Views: 467

tags: another

Creating RSS feeds in ASP.NET MVC(damieng.com)

submitted by DamienGDamienG(1405) 2 years ago

Simple and easy way to leverage .NET's built-in classes to provide RSS feeds from ASP.NET MVC. read more...

add a comment |category: |Views: 263

tags: another

Say Goodbye to NAnt and MSBuild With IronRuby(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 1 month ago

Tired of writing tons of XML in order to create automated .NET builds? Well, look no further... IronRuby, Rake, and Albacore are here to rescue you! read more...

add a comment |category: |Views: 651

tags: another

Download Free ebook - Introducing Microsoft SQL Server 2008 R2(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years, 1 month ago

Introducing Microsoft SQL Server 2008 R2 is a 10 chapter, 216 page book writtenby Ross Mistry and Stacia Misner. Microsoft has made it available as a free ebook read more...

3 comments |category: |Views: 450

tags: another

How to run, ON THE CHEAP, an IIS7 hosted website on Amazon EC2(learn.iis.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 2 years, 1 month ago

Its beautiful.... This article shows step by step, with clear instructions and lots of images, how to host your asp.net website on Amazon's EC2. I'm shocked at how easy it is. 1) Create account 2) Select image 3) do a little dance 4) publish your website to the cloud read more...

3 comments |category: |Views: 677

tags: another

Bundler Now Supports Css And .less(www.codethinked.com)

submitted by drmohundrodrmohundro(374) 2 years, 2 months ago

New version of (recently renamed) Bundler combines your javascript or CSS to save on server requests. Also adds support for .less! read more...

add a comment |category: |Views: 224

tags: another

A Visual Look At The LINQ SelectMany Operator(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 2 months ago

An inside look at how SelectMany works, along with visuals to help you more easily understand it. read more...

add a comment |category: |Views: 468

tags: another

Setting Up Fluent NHibernate for your project(www.dimecasts.net)

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

Taking a look at how to use setup and configure Fluent NHibernate for usage. We will focus on how to setup your database settings as well as how to get your Fluent NHibernate mappings registered into the system. read more...

add a comment |category: |Views: 461

tags: another

Tekpub: Mercurial with Codeplex(tekpub.com)

submitted by javeryjavery(5523) 2 years, 2 months ago

A free TekPub episode about working with Codeplex and Mercurial. read more...

add a comment |category: |Views: 158

tags: another

Goodbye Http Handler, Hello FileResult(www.codecapers.com)

submitted by mceranskimceranski(345) 2 years, 2 months ago

If you have been developing applications in ASP.NET MVC then you are probably familiar with the ActionResult class. The ActionResult is the most common type of object returned from an action. When building MVC apps, most of time you will use the ActionResult class. Last week while I was working on my open source project WeBlog, I built an HTTP Handler to serve up images. I started using an HTTP Handler for images because I needed a mechanism to prevent bandwidth leeching. The only bad thing about using an HTTP handler for images is that you end up with some pretty ugly URLS. By using a FileResult object with MVC you not only get a pretty URL but you also get a lot of flexibility on where you want your images to reside. You can store images anywhere you want and the URL will never need to change! read more...

add a comment |category: |Views: 109

tags: another

Working with WCF: Part One: Introduction and Your First Service(jamescbender.com)

submitted by JamesCBenderJamesCBender(749) 2 years, 2 months ago

I’ve been playing with WCF since .NET 3 came out. Sometimes I have to be reminded that not everybody is as familiar with all it’s “cob-webby corners” as I am. And that’s OK. Often (too often) I encounter someone who has NEVER used WCF and doesn’t even know where to begin.That’s not so OK. read more...

add a comment |category: |Views: 576

tags: another

Behavior Driven Development (BDD) with SpecFlow and ASP.NET MVC(blog.stevensanderson.com)

submitted by desmonddesmond(2014) 2 years, 2 months ago

How does BDD compare with TDD, and how can you use BDD-style tools such as Cucumber and SpecFlow with ASP.NET MVC? Steve Sanderson considers the options, and provides an example of combining ASP.NET MVC 2, SpecFlow, and WatiN. read more...

1 comment |category: |Views: 556

tags: another