Tools & Buttons
Invite
About us & Contact
Login
Sign Up
home
post a link
popular links
upcoming links
spy
Links recently tagged with 'MVC'
1
votes
vote it
voted
ASP.NET MVC 2 Released
jMan
2 days, 11 hours 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: 20
1
votes
vote it
voted
Extreme ASP.NET - Model Validation and Metadata in ASP.NET MVC 2
jMan
7 days, 11 hours ago
msdn.microsoft.com —
One of the new features added to the ASP.NET MVC 2 release is the ability to validate user input on both the server and client. All you need to do is give the framework some information about the dat...
more...
add comment
|
ASP.NET MVC
| views: 19
1
votes
vote it
voted
Wrting HTML Helpers that 'auto-close' when used in a 'using' statement
rmmason
1 month, 13 days ago
inflecto.co.uk —
How to create your own html helpers that auto close when used in a using statement.
more...
add comment
|
ASP.NET MVC
| views: 113
2
votes
vote it
voted
Sql Server Shared Memory Provider error 233 No process is on the othe
amiT.jaiN
1 month, 24 days ago
csharpdotnetfreak.blogspot.com —
Cannot connect to SQLEXPRESS. A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process...
more...
add comment
|
ASP.NET MVC
| views: 205
1
votes
vote it
voted
ASP.NET MVC Locale User Control (State/Province, Country)
jMan
2 months, 13 days ago
weblogs.asp.net —
A while back I wrote a locale control for ASP.NET that gave you a nice and easy way to plug in a cascading state/province – country control into your ASP.NET websites. Now that I have moved on to usi...
more...
add comment
|
ASP.NET MVC
| views: 76
1
votes
vote it
voted
Introducing Fluent MetadataProvider for ASP.NET MVC
jMan
2 months, 16 days ago
weblogs.asp.net —
I have just included a Fluent Metadata provider in my open source System.Web.Mvc.Extensibility project. Currently it contains all of the features of the Built-in DataAnnotations Metadata provider tha...
more...
add comment
|
ASP.NET MVC
| views: 90
1
votes
vote it
voted
ASP.NET MVC 2 RC – Validating Credit Card Numbers
jMan
3 months ago
weblogs.asp.net —
Today we announced the release candidate of ASP.NET MVC 2. Apart from some bug fixes, client validation has undergone some significant changes, amongst others, making it easier to work with custom va...
more...
add comment
|
ASP.NET MVC
| views: 110
2
votes
vote it
voted
CreateActionInvoker in ASP.NET MVC 2
kodefuguru
3 months, 3 days ago
kodefuguru.com —
The Controller’s ActionInvoker property everything a property could desire: strategy and laziness. It did its job so well that I never even paid attention to it. That one has been around since ASP.NE...
more...
add comment
|
ASP.NET MVC
| views: 195
2
votes
vote it
voted
ASP.NET MVC DropdownList PostBack
kodefuguru
3 months, 14 days ago
kodefuguru.com —
I came across a post in the asp.net forums where someone asked how to do a postback when someone selected an item in a dropdownlist in ASP.NET MVC. I would like to know how to Select a value from ...
more...
add comment
|
ASP.NET MVC
| views: 375
1
votes
vote it
voted
Really Easy Way To Partition an ASP.NET MVC
jMan
3 months, 19 days ago
tobinharris.com —
Like most people, I’m looking forward to the addition of Areas in ASP.NET MVC 2. The main reason is so I can neatly put my admin area in a group like this example:
more...
add comment
|
ASP.NET MVC
| views: 96
1
votes
vote it
voted
Twitter style paging with ASP.NET MVC and jQuery
jMan
4 months, 1 day ago
joelabrahamsson.com —
I really like the simplicity of the AJAX paging at Twitter so I decided to use the same type of paging, including a similar more button, on the start page on this site. It actually surprised me how s...
more...
add comment
|
ASP.NET MVC
| views: 188
2
votes
vote it
voted
Server Side Validation With ASP.NET MVC And Data Annotations
Mary
4 months, 1 day ago
dotnetcurry.com —
When you’re using ASP.NET MVC, there’s no validation controls for you compared to ASP.NET WebForms. It is always important to validate data on the server as well as the client. Back when Dynamic Data...
more...
add comment
|
ASP.NET MVC
| views: 268
2
votes
vote it
voted
ASP.NET MVC: Validating objects using Enterprise Library validation...
gpeipman
4 months, 3 days ago
weblogs.asp.net —
Data validation is important topic in applications. There are many validation frameworks available and there should be one that you are happy with. I am currently playing with Enterprise Library 4.1 ...
more...
add comment
|
ASP.NET MVC
| views: 252
2
votes
vote it
voted
Html Encoding Nuggets With ASP.NET MVC 2
jMan
4 months, 8 days ago
haacked.com —
In a recent blog post, I introduced ASP.NET 4’s new HTML Encoding code block syntax as well as the corresponding IHtmlString interface and HtmlString class. I also mentioned that ASP.NET MVC 2 would ...
more...
add comment
|
ASP.NET MVC
| views: 232
1
votes
vote it
voted
ASP.Net MVC Embedded Resource Helper Class
jMan
4 months, 3 days ago
weblogs.asp.net —
Getting embedded resources such as JavaScript, CSS and image files is a little bit more difficult when using the ASP.Net MVC framework as most of the useful methods for this will not work.
more...
add comment
|
ASP.NET MVC
| views: 252
2
votes
vote it
voted
Introduction to Templates in ASP.NET MVC 2 Screen cast
jMan
4 months, 13 days ago
weblogs.asp.net —
With ASP.NET MVC version 2.0 we can use templates. It will help us rendering forms etc out form the Model we passed to the View. We can easy modify templates to satisfy our needs. The simples way to ...
more...
add comment
|
ASP.NET MVC
| views: 170
3
votes
vote it
voted
Silverlight interactive with database
usagene
4 months, 14 days ago
mypath2us.com —
Due to security reason, Silverlight is not allowed to talk to database directly. There are multiple ways of doing this, here I only listed 3 ways for an silverlight gadget or application to talk to d...
more...
add comment
|
ASP.NET MVC
| views: 207
3
votes
vote it
voted
12 ASP.NET MVC Best Practices
jMan
4 months, 1 day ago
codeclimber.net.nz —
Last week I held two presentations about ASP.NET MVC for the new-born DotNetRomaCeStà user group in Rome. And one of them was about what I consider to be ASP.NET MVC Best Practices. The presentation ...
more...
add comment
|
ASP.NET MVC
| views: 248
« Prev page
1
2
3
4
5
6
Next page »
Top stories
Top Vote
Top View
10
Web Dev .NET: jQuery Flexigrid Using C# 3.0 (.NET 3.5) & LINQ
8
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
2172
jQuery MultiSelect
1943
Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project
1708
jQuery live() and ASP.NET Ajax asynchronous postback
1543
10 Best jQuery Menu Plugins
1315
Building Collapsible Panel Control using jQuery in ASP.Net Page
1276
C#: Convert a Generic List to a DataTable Using Reflection
938
No Character Encoding Declared at Document Level
925
Set Color of GridLines in Gridview
784
Show Images In GridView From DataBase in ASP.NET C# VB.NET
781
Up and Down Toggle slider using JQuery
Technorati Profile