|
|
Reman
Stories kicked by Reman
|
|
published 2 days, 22 hours ago, submitted by
dwhittaker
3 days, 2 hours ago
dimecasts.net — A short screencast on adding IoC support (w/StructureMap) to ASP.Net MVC for controllers. read more...
add a comment
|
category: ASP.NET | Views: 146
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 9 hours ago, submitted by
aloker
3 days, 17 hours ago
blog.andreloker.de — I uninstalled Google Chrome after considering the potential threads for privacy read more...
7 comments
|
category: Other | Views: 757
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 4 days, 3 hours ago, submitted by
amrelgarhy
5 days, 1 hour ago
amrelgarhytech.blogspot.com — You will find in the following links list of countries, cities, and their languages in CSV format, you can import into any database: read more...
6 comments
|
category: Database | Views: 398
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 days, 23 hours ago, submitted by
dwhittaker
5 days, 2 hours ago
dimecasts.net — A short screencasts on Windosor Castle that is meant to get you up to speed with what Windsor can do and how you can use it. read more...
add a comment
|
category: Architecture | Views: 156
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 days, 21 hours ago, submitted by
maartenba
6 days, 2 hours ago
blog.maartenballiauw.be — The new ASP.NET MVC preview 5 featured a number of new HtmlHelper methods. One of these methods is the HtmlHelper.AntiForgeryToken. read more...
add a comment
|
category: ASP.NET | Views: 182
|
|
tags:
ASP.NET, MVC, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 days, 15 hours ago, submitted by
maartenba
6 days, 6 hours ago
blog.maartenballiauw.be — ASP.NET MVC action methods can be developed using regular method parameters. In earlier versions of the ASP.NET MVC framework, these parameters were all simple types like integers, strings, booleans, … When required, a method parameter can be a complex type like a Contact with Name, Email and Message properties.
This blog post shows you how to use the ModelBinder attribute which allows ASP.NET MVC action methods to accept complex types. read more...
add a comment
|
category: ASP.NET | Views: 162
|
|
tags:
Model, Binding, MVC, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 days, 20 hours ago, submitted by
vivekamar
6 days, 10 hours ago
dotnetcurry.com — If you have missed on some top articles of Visual Studio Team System (VSTS) and Team Foundation Server (TFS) on dotnetcurry.com, then this is a must read for you. The Top 10 articles have been decided by our editorial panel based on the popularity of the article, user rating and top views of the articles.
read more...
add a comment
|
category: Team System | Views: 261
|
|
tags:
TeamSystem, dotnetcurry.com | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
adminjew
6 days, 21 hours ago
blog.wekeroad.com — I've been working a lot with LINQ over the last few months, trying to approach it sanely with respect to SubSonic. It's not that it's terribly difficult to understand - it can simply be overwhelming at times with how much is in there. And whenever you think you know it, you realize that not only were you wrong, you weren't even in the same universe. read more...
add a comment
|
category: Linq | Views: 10
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 days, 3 hours ago, submitted by
beckelmw
7 days, 10 hours ago
beckelman.net — I recently had a requirement to allow users to select a group of files and then dynamically create a zip file on the server of the selected files that they could then download. read more...
add a comment
|
category: ASP.NET | Views: 276
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 days, 4 hours ago, submitted by
crpietschmann
8 days, 11 hours ago
bradwilson.typepad.com — The ASP.NET MVC team just dropped CodePlex Preview 5. It contains a whole raft of new stuff, but there are two highly related features that I worked on. Since I have one foot in the "Dynamic Data" space and one foot into the "MVC" space (being the guy working on "Dynamic Data for MVC"), it means I get to have conversations like this: read more...
add a comment
|
category: ASP.NET | Views: 235
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 days, 21 hours ago, submitted by
maartenba
8 days, 23 hours ago
blog.maartenballiauw.be — In earlier ASP.NET MVC previews, form validation was something that should be implemented "by hand". Since the new ASP.NET MVC preview 5, form validation has become more handy. Let me show you how you can add validation in such a ridiculously easy manner. read more...
1 comment
|
category: ASP.NET | Views: 281
|
|
tags:
ASPNETMVC, Validation, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 days, 21 hours ago, submitted by
mjeaton
9 days ago
blog.theaccidentalgeek.com — I am responsible for every website I create. If I create a site or application that is unmaintainable or that has poorly formed HTML or doesn’t render well in all browsers, that is my fault. I chose my development tools/framework, or my employer, who I choose to work for, chose the development tools/framework. Either way, it is my responsibility, as a professional, to do my utmost to create the best possible application that is within my capability to create.
read more...
add a comment
|
category: ASP.NET | Views: 336
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 days, 18 hours ago, submitted by
maartenba
9 days, 2 hours ago
blog.maartenballiauw.be — If you have been using the ASP.NET MVC framework, you possibly have been searching for something like the classic ASP.NET sitemap. After you've played with it, you even found it useful! But not really flexible and easy to map to routes and controllers.
In this post, Maarten describes how to build a custom sitemap provider which uses ASP.NET MVC route data and AuthorizeAttribute to render MCS sitemap data with security trimming enabled! read more...
add a comment
|
category: ASP.NET | Views: 127
|
|
tags:
SiteMap, Security, MVC, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 days, 2 hours ago, submitted by
faisal
9 days, 6 hours ago
dotnetslackers.com — It’s been quite a while since Microsoft has introduced the Beta 2 release of Silverlight. There are plenty of Silverlight enthusiasts who are passionate about this cross-platform browser application programming. They’ve already given us some useful and eye catching applications. Some applications have given us the feel that this is the future of web programming. I’m a great follower of WPF. In fact I’ve always been and will be. Silverlight has many things in common with WPF but also many different things missing, being a subset of WPF. For the last couple of days I was thinking about creating some eye-catching, innovative user interface but something common, something people have already seen. The idea was converting an existing user interface which was written using another platform, and of course using WPF. read more...
add a comment
|
category: Silverlight | Views: 371
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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