Tools & Buttons
Invite
About us & Contact
Login
Sign Up
home
post a link
popular links
upcoming links
spy
Lastest ASP.NET MVC links
2
votes
vote it
voted
MVC ActionFilterAttribute for managing web crawlers (Google, Bing, Yah
rockinthesixstring
3 days, 13 hours ago
dotnetblogger.com —
Allow or Block web crawlers from crawling certain pages (controller actions) on your site. Especially good for either blocking users from viewing your Sitemap.xml (similar to StackOverflow). or block...
more...
add comment
|
ASP.NET MVC
| views: 63
2
votes
vote it
voted
First Look at the Razor CSharp HTML File in MVC 3
kodefuguru
29 days, 7 hours ago
kodefuguru.com —
The day before I left for IEEE ICCSIT 2010, there was a huge announcement about a new view engine for ASP.NET: Razor. It was old news by the time I returned, but I couldn’t help but sit down and play...
more...
add comment
|
ASP.NET MVC
| views: 127
1
votes
vote it
voted
MVC 3 – Supporting Custom View Engines - Jacques Eloff
jMan
1 month, 3 days ago
weblogs.asp.net —
MVC 3 Preview 1 was released earlier this week. It’s packed with new features such as dependency injection, global filters and new tooling to support multiple view engines, including the new Razor v...
more...
add comment
|
ASP.NET MVC
| views: 20
3
votes
vote it
voted
Web 2.0 | Building Twitter Application using TweetSharp
farooq.kaiser
1 month, 21 days ago
fairnet.com —
n this article, i will examined how to build twitter app using TweetSharp. Tweetsharp library is available at codeplex here. Here is a code that searches Twitter using TweetSharp. 1:using TweetSharp....
more...
add comment
|
ASP.NET MVC
| views: 135
1
votes
vote it
voted
Looking for an MVC Grid Control? Try MVC Contrib!
jMan
1 month, 21 days ago
codecapers.com —
Like most .NET Web Developers I was ecstatic when MVC was released. To put it plainly, I hate WebForms. However I do find myself missing some of the great WebForm controls like the DataGridView. The ...
more...
add comment
|
ASP.NET MVC
| views: 148
2
votes
vote it
voted
Separating Concerns with Service and Repository Layers
rockinthesixstring
1 month, 28 days ago
dotnetblogger.com —
In this blog entry I'm going to show you how I've chosen to structure my Modal and why.
more...
add comment
|
ASP.NET MVC
| views: 97
1
votes
vote it
voted
ASP.NET MVC Framework Unleashed
learndotnet
2 months, 3 days ago
advanceddotnettutorial.blogspot.com —
In this book, world-renowned ASP.NET expert and member of the Microsoft ASP.NET team Stephen Walther shows experienced developers how to use Microsoft's new ASP.NET MVC Framework to build web applica...
more...
add comment
|
ASP.NET MVC
| views: 135
1
votes
vote it
voted
Microsoft .NET Framework 2010
learndotnet
2 months, 3 days ago
advanceddotnettutorial.blogspot.com —
The Microsoft .NET Framework is a software framework that can be installed on computers running Microsoft Windows operating systems. It includes a large library of coded solutions to common programmi...
more...
add comment
|
ASP.NET MVC
| views: 96
1
votes
vote it
voted
Pro ASP.NET MVC V2 Framework
learndotnet
2 months, 5 days ago
advanceddotnettutorial.blogspot.com —
Author Steven Sanderson has seen the ASP.NET MVC Framework mature from the start, so his experience, combined with comprehensive coverage of all the new features, including those in the official MVC ...
more...
add comment
|
ASP.NET MVC
| views: 79
2
votes
vote it
voted
Generate Random strong password string using C#
learndotnet
2 months, 5 days ago
advanceddotnettutorial.blogspot.com —
Here is a very useful C# code snippet for generating random strong passwords. The password is generated using upper case and lower case alphabets, numerals and special characters.
more...
add comment
|
ASP.NET MVC
| views: 16
2
votes
vote it
voted
Hands on mocking of ASPNETMVC controller action
jMan
2 months, 5 days ago
weblogs.asp.net —
In this post, i will start with an MVC sample created from the default template project that is bundled with ASPNET MVC2 installation. This template provides not just a dummy project with folder orga...
more...
add comment
|
ASP.NET MVC
| views: 86
2
votes
vote it
voted
Building A Color Picker Using ASP.NET MVC And jQuery
jMan
3 months, 27 days ago
dotnetcurry.com —
If you've used Microsoft's Ajax Control Toolkit, you'll probably have used a control called the ColorPicker. This is where it displays a list of colors that you can select from in a web page, and hav...
more...
add comment
|
ASP.NET MVC
| views: 134
2
votes
vote it
voted
MVC Music Store Tutorial: The Official Microsoft ASP.NET Site
jMan
3 months, 22 days ago
asp.net —
MVC Music Store is a tutorial application built on ASP.NET MVC 2. It's a lightweight sample store implementation which sells albums online, demonstrating ASP.NET MVC 2's productivity features and dat...
more...
add comment
|
ASP.NET MVC
| views: 143
1
votes
vote it
voted
ASP.NET MVC 2: Ninja Black Belt Tips by Scott Hanselman
jMan
4 months, 5 days ago
channel9.msdn.com —
Having the customer on your back to deliver features on time and under budget with thight deadlines can make you feel you're being chased by ninjas on fire. Join Scott Hanselman and he'll walk throug...
more...
add comment
|
ASP.NET MVC
| views: 184
1
votes
vote it
voted
Sending JSON to an ASP.NET MVC Action Method Argument
jMan
4 months, 13 days ago
haacked.com —
Javier “G Money” Lozano, one of the good folks involved with C4MVC, recently wrote a blog post on posting JSON (JavaScript Object Notation) encoded data to an MVC controller action. In his post, he ...
more...
add comment
|
ASP.NET MVC
| views: 262
2
votes
vote it
voted
25+ Best ASP.NET MVC Tutorials and Articles
jMan
4 months, 16 days ago
ajaxline.com —
This is official learning site about Microsoft ASP.NET MVC. Here you can find lots of tutorials and videos that will help you to learn ASP.NET MVC.
more...
add comment
|
ASP.NET MVC
| views: 82
3
votes
vote it
voted
Putting a Bing Search on your Website
farooq.kaiser
5 months, 7 days ago
fairnet.com —
In this article, i will examined how to integrate Microsoft Bing Search engine on your site. First, you would have to get APPID from Microsoft site.
more...
add comment
|
ASP.NET MVC
| views: 868
1
votes
vote it
voted
ASP.NET MVC 2 Released
jMan
5 months, 17 days ago
weblogs.asp.net —
I’m happy to announce that the final release of ASP.NET MVC 2 is now available for VS 2008/Visual Web Developer 2008 Express with ASP.NET 3.5. You can download and install it from the following loca...
more...
add comment
|
ASP.NET MVC
| views: 83
« Prev page
1
2
3
4
5
6
7
Next page »
Top stories
Top Vote
Top View
10
Web Dev .NET: jQuery Flexigrid Using C# 3.0 (.NET 3.5) & LINQ
9
6 Tips for Working with the ASP.NET AJAX Accordion Control
8
Object-Oriented Data Caching for Classic ASP
8
VS 2008 on Vista 64-Bit
7
Access JavaScript variables on PostBack using ASP.NET Code
7
Working With ASP.Net MVC Part 1 | Dev102.com
7
Tips & Tricks when working with jQuery and ASP.NET AJAX
7
HowTo Get Current Online Users Count and Infos with ASP.NET
7
Really Simple Testing for JavaScript - Tales from the Evil Empire
6
Saving a File Directly Into a MySQL Database
1235
Stop Greedy Search Engine Crawlers
1074
Search Engine Optimization (SEO) Toolkit
1072
Loop though each query result or MSSQL for loop
991
ASP.NET MVC DropdownList PostBack
966
How to call a REST Webservice from C#/ASP.NET through HttpWebRequest
868
Putting a Bing Search on your Website
744
.NET - 51 Tips, Tricks and Recipes with jQuery and ASP.NET Controls
738
JQuery Table Filter Plugin
699
Strongly Typed Session Variables in ASP.NET MVC
689
A* pathfinding search in C# - Part 2
Tags:
all tags
-
your tags
Ajax
ApplicationsAndTools
ASP.NET
AspNet
Blog
BlogFlatforms
Blogging
BlogPlatforms
C#
character
css
data
Database
DomainHost
encoding
Free
html
HtmlCss
Java
Javascript
JQuery
language
locale
metadata
methods
MVC
open_source
Oracle
PHP
programming
properties
psd
Reflection
set
Silverlight
template
territory
Tips_And_Tricks
Web
WebDesign
WebSecurity
WebServices
Technorati Profile