hbaxamoosa

Stories kicked by hbaxamoosa

jQuery Mobile alpha and jQuery 1.4.3 released(www.devcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 7 months ago

A quick preview of the releases by the jQuery Team read more...

add a comment |category: |Views: 168

tags: another

ASP.NET MVC 2 Fundamentals(www.charlieblog.net)

submitted by mattatsallysmattatsallys(130) 1 year, 7 months ago

I did a presentation at work today on ASP.NET MVC 2 fundamentals. I covered the basics of creating an ASP.NET MVC 2 website. Here is what I covered: 1.) Entity Framework for our data access layer 2.) POCO entities 3.) Repository pattern with abstract and concrete classes 4.) Creating our first controller 5.) Creating our first view (modifying to use partials) 6.) Altering the default route 7.) Discussing differences between GET and POST 8.) Creating our own controller factory utilizing Unity read more...

2 comments |category: |Views: 350

tags: another

Five Must Have Tools for MVC Developers(www.codecapers.com)

submitted by threenine39threenine39(329) 1 year, 7 months ago

5 Must have tools for MVC developers read more...

1 comment |category: |Views: 936

tags: another

12 Things Every Programmer Should Know(tech.wowkhmer.com)

submitted by samnang.chhunsamnang.chhun(60) 1 year, 8 months ago

The presentation was a kind of motivation to programmers for career development. From my experience in doing programming about 5 years, I was so happy with this presentation because I hope the talk will help to explain about techniques, best practices, and attitudes of a good programmer/developer should has when he/she decided his/her career to stay in software development. read more...

add a comment |category: |Views: 733

tags: another

ASP.NET MVC 3 Preview 1 - Razor View Engine(www.dotnetcurry.com)

submitted by flyingkickflyingkick(331) 1 year, 9 months ago

The following article demonstrates how to use the new Razor view engine in ASP.NET MVC 3 Preview 1 release. read more...

1 comment |category: |Views: 334

tags: another

The New Web App Architecture: ASP.NET MVC 3, jQuery Templating with PU(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 1 year, 9 months ago

Good overview of using JSON bindings in MVC 3 preview with jQuery template rendering using PURE read more...

add a comment |category: |Views: 603

tags: another

What’s new in ASP.NET 4.0: Core Features(www.west-wind.com)

submitted by clinsemanclinseman(90) 1 year, 10 months ago

A nice overview with examples of the new features in ASP.NET 4.0 read more...

add a comment |category: |Views: 574

tags: another

Scott Guthrie on creating the .NET Framework (www.developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 1 year, 10 months ago

A behind the scenes look at Microsoft, interviewing Scott Guthrie and other key figures at Microsoft on the initial steps towards what became the .NET Framework. Scott Guthrie describes how he prototyped the first version of ASP.NET over one weekend in the Christmas of '97, and how Microsoft took the risky decision (at least at the time) to build almost all of it in C#. read more...

1 comment |category: |Views: 737

tags: another

Thoughts On Razor, Microsoft’s New ASP.NET MVC View Engine(gurustop.net)

submitted by mohammedmmohammedm(225) 1 year, 10 months ago

Thoughts on different blog posts and twitter conversations surrounding the new Microsoft View engine for ASP.NET MVC, called Razor, with some notes on Microsoft's relation with existing Open source .NET projects in general... read more...

add a comment |category: |Views: 730

tags: another

IIS Express(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 10 months ago

If like me you are sick to death of Cassini (whats that then? its the built in web server that visual studio uses) and also sick to death of playing around with IIS 7 then relief is at hand. read more...

3 comments |category: |Views: 860

tags: another

Yahoo YUI Compressor vs. MS AJAX Minifier vs. Google Closure Compiler(www.coderjournal.com)

submitted by atifazizatifaziz(1000) 2 years, 4 months ago

A while back, YUI Compressor was king of the hill, and for the most part the only game in town that was really designed for production use. Since then a number of new competitors have been released by Google and Microsoft, and Nick Berardi checks out how they stacked up against the YUI Compressor. read more...

add a comment |category: |Views: 691

tags: another

jQuery 1.4 Released!(jquery14.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

In celebration of jQuery’s 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone into this release, and we’re really quite proud of it. read more...

4 comments |category: |Views: 494

tags: another

12 ASP.NET MVC Best Practices(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 2 years, 6 months ago

In this post Simone Chiaretta outlines a list of 12 best practices to use with ASP.NET MVC. read more...

add a comment |category: |Views: 848

tags: another

Do you know about this undocumented Google CDN feature?(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 7 months ago

Information on an undocumented feature of the Google AJAX APIs CDN (jQuery UI themes hosted on the CDN, including images). read more...

add a comment |category: |Views: 450

tags: another

ASP.NET MVC Cheat Sheets(elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 years, 7 months ago

Most of you have seen many jQuery Cheat Sheets out in the wild, but as of recently there are now also many ASP.NET MVC Cheat Sheets to chose from. If you know of any other ASP.NET MVC Cheat Sheets, please let me know and I’ll add it to the above list. I hope these prove to be helpful for you. You might consider printing them out and posting them on your cubical walls ;) read more...

add a comment |category: |Views: 585

tags: another

REST for ASP.NET MVC SDK(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 9 months ago

Earlier this week, Phil Haack did a post on the newly released REST for ASP.NET MVC SDK. I had the feeling though that this post did not really get the attention it deserved. I do not have the idea my blog gets more visitors than Phil’s, but I’ll try to give the SDK some more attention by blogging an example read more...

add a comment |category: |Views: 411

tags: another