|
|
TroyMG
Stories kicked by friends of TroyMG
|
|
published 14 days, 16 hours ago, submitted by
mosessaur
14 days, 17 hours ago
weblogs.asp.net — ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...
1 comment
|
category: ASP.NET | Views: 295
|
|
tags:
Microsoft, news, ASP.NET, jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mosessaur
24 days, 18 hours ago
weblogs.asp.net — This tip demonstrate how you can create a custom HTML Helper that you can use to generate a user interface for paging through a set of database records. Stephen built on the work of Troy Goode and Martijn Boland. Also demonstrate how you can build unit tests for HTML Helpers by faking the HtmlHelper class. read more...
add a comment
|
category: ASP.NET | Views: 21
|
|
tags:
asp.netmvc, Tips, ASPNETMVC, ASP.NET, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 3 days ago, submitted by
TroyMG
1 month, 6 days ago
squaredroot.com — Last weekend I posted a release of the MVC Membership Starter Kit that targets Preview 5 of the ASP.Net MVC framework. There was no packaged release targeting Preview 4 (though if you downloaded the latest source, it worked), so this release essentially packages the changes from both previews. read more...
1 comment
|
category: ASP.NET | Views: 208
|
|
tags:
ASPNETMVC, Membership, Preview5, asp.netmvc, mvc.net | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 20 days ago, submitted by
jamesewelch
1 month, 20 days ago
weblogs.asp.net — 15 new ASP.NET MVC videos were just published at the http://www.ASP.net/mvc website. The first 10 videos are basic tutorials on the ASP.NET MVC framework. If you haven’t had a chance to play with ASP.NET MVC yet, these tutorials are a great introduction.
The second set of 5 videos is part of an ongoing video series: ASP.NET MVC Pair Programming. In these videos, I pair with a prominent community expert to build an entire ASP.NET MVC application from start to finish (because of time constraints – a very, very simple application). The goal is to emphasize the process of building a web application instead of the product.
read more...
add a comment
|
category: ASP.NET | Views: 186
|
|
tags:
MVC, NUnit, Videos, ASP.NET, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
swalther
2 months, 14 days ago
weblogs.asp.net — In this tip, Stephen Walther shows you how to create a custom ASP.NET MVC view engine that supports lightweight, declarative controls. He shows you how to create both simple controls and controls that display database data. He also shows you how to test the rendered output of the lightweight controls. read more...
add a comment
|
category: ASP.NET | Views: 5
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
swalther
2 months, 16 days ago
weblogs.asp.net — In this tip, Stephen Walther demonstrates how you can unit test ASP.NET MVC views without running a Web server. He shows you how to unit test views by creating a custom MVC View Engine and a fake Controller Context. read more...
add a comment
|
category: ASP.NET | Views: 5
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 21 days ago, submitted by
alley
2 months, 21 days ago
chrisvandesteeg.nl — Working on jQuery4mvc preview 4, one of the first things I ofcourse wanted to do was to replace the ASP.NET Ajax library that’s used by the AjaxHelper.
Unfortunately the AjaxHelper itself is sealed, so atm we can’t (easily) change how the AjaxHelper generates its links. So what I did is create a javascript library that uses the same methodnames as the MicrosoftMvcAjax version. read more...
1 comment
|
category: ASP.NET | Views: 248
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
swalther
2 months, 23 days ago
weblogs.asp.net — In this tip, Stephen Walther shows you how to unit test your data access code by faking the DataContext with an in-memory DataContext.
read more...
add a comment
|
category: ASP.NET | Views: 7
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
swalther
2 months, 27 days ago
weblogs.asp.net — In this tip, Stephen Walther demonstrates how you can write unit tests for MVC controller actions that access a database. He shows you how to create a base unit test class that you can use to unit test your LINQ to SQL controller action code. read more...
add a comment
|
category: ASP.NET | Views: 7
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 27 days ago, submitted by
DannyDouglass
2 months, 27 days ago
dannydouglass.com — My apologies for the delay, but I have (finally) put together the release of my Flickr Gallery for BlogEngine.NET, or any other website for that matter. BlogEngine.NET users should understand this is not a typical "extension" where you drop a .cs file into the App_Code directory. It is a stand-alone section that can be dropped into your BlogEngine.NET instance. You can see an example implementation live on my blog at http://DannyDouglass.com/Photos/. read more...
add a comment
|
category: Open Source | Views: 114
|
|
tags:
FlickrNet, BlogEngine.NET, BlogEngine, OpenSource, Flickr | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
swalther
2 months, 28 days ago
weblogs.asp.net — In this tip, Stephen Walther demonstrates how you can use the nVelocity view engine, instead of the normal Web Forms view engine, when displaying views from an ASP.NET MVC application. read more...
add a comment
|
category: ASP.NET | Views: 32
|
|
tags:
ASPNETMVC, NVelocity, ASP.NET, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
swalther
2 months, 28 days ago
weblogs.asp.net — Context is the enemy of testability. In this tip, Stephen Walther demonstrates how you can eliminate, once and for all, the HTTP Context from an ASP.NET MVC application by creating a custom Action Invoker and Controller Factory. read more...
add a comment
|
category: ASP.NET | Views: 7
|
|
tags:
ASP.NET, Tips, ASPNETMVC, MVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 29 days ago, submitted by
maartenba
2 months, 29 days ago
weblogs.asp.net — The ASP.NET MVC team is in the final stages of finishing up a new "Preview 4" release that they hope to ship later this week. The Preview 3 release focused on finishing up a lot of the underlying core APIs and extensibility points in ASP.NET MVC. Starting with Preview 4 this week you'll start to see more and more higher level features begin to appear that build on top of the core foundation and add nice productivity.
There are a bunch of new features and capabilities in this new build - so much in fact that I decided I needed two posts to cover them all. This first post will cover the new Caching, Error Handling and Security features in Preview 4, as well as some testing improvements it brings. My next post will cover the new AJAX features being added with this release as well.
read more...
2 comments
|
category: ASP.NET | Views: 243
|
|
tags:
ScottGuthrie, MVC, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|