k000der

Stories kicked by k000der

ASP.NET MVC and Accessing Server Controls in CodeBehind (codebetter.com)

submitted by k000derk000der(4765) 4 years, 4 months ago

... and this is done with the help of designer file read more...

1 comment |category: |Views: 34

tags: another

Ajax and json for ASP.NET MVC with jQuery(chrisvandesteeg.nl)

submitted by alleyalley(2840) 4 years, 4 months ago

an example project that uses the jQuery library to create an ajax enabled ASP.NET MVC website. Generally what this project does: * Load views through ajax (with back-button support) * Do ajax-style form-posts and retrieve only the messages, errors and updated content * Do json form-posts and retrieve the errors and messages as a json object read more...

add a comment |category: |Views: 1382

tags: another

How To: Validation Using ASP.NET MVC(blog.danielroot.com)

submitted by boatboyboatboy(195) 4 years, 5 months ago

Validation using ASP.NET MVC. read more...

2 comments |category: |Views: 665

tags: another

Microsoft ASP.NET 3.5 Extensions Preview(asp.net)

submitted by rimsystemsrimsystems(6119) 4 years, 5 months ago

Here it is! Go get some MVC goodness. Official download page. read more...

add a comment |category: |Views: 32

tags: another

ASP.NET MVC Framework (Part 4): Handling Form Edit and Post Scenarios(weblogs.asp.net)

submitted by simonechsimonech(10.1k) 4 years, 5 months ago

ScottGu never sleeps, and write the 4th part of his guide to MVC.NET: this time he addresses handling form postbacks read more...

1 comment |category: |Views: 32

tags: another

TDD and Dependency Injection with ASP.NET MVC(haacked.com)

submitted by simonebsimoneb(5450) 4 years, 5 months ago

Great post from Phil Haack about unit testing, mocking, injecting dependencies using an IoC container with the new MS MVC framework (delayed to the next week). read more...

add a comment |category: |Views: 33

tags: another

ASP.NET MVC (Part 3): Passing ViewData from Controllers to Views(weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 5 months ago

Passing data from Controller to View read more...

add a comment |category: |Views: 80

tags: another

ASP.NET MVC Preview: Using The MVC UI Helpers (blog.wekeroad.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 5 months ago

Rob Conery goes over the new UI Helpers in the asp.net MVC framework. read more...

add a comment |category: |Views: 161

tags: another

TDD Test Driven Development for Beginners pt1(buddylindsey.com)

submitted by percent20percent20(855) 4 years, 5 months ago

Part 1 in a series on Test Driven Development for the extreme beginners to Test Driven Development read more...

3 comments |category: |Views: 114

tags: another

Ajax with the ASP.NET MVC Framework(nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years, 6 months ago

This post presents a few basic Ajax features (similar to partial rendering and behaviors in terms of concepts) running on top of the ASP.NET MVC framework... some early ideas, experimentation and app-building results. read more...

add a comment |category: |Views: 23

tags: another

ASP.Net MVC Framework - Security (weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 6 months ago

Roles to the rescue. read more...

add a comment |category: |Views: 15

tags: another

ASP.Net MVC Framework - Handling Exception by using an Attribute (weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 6 months ago

Using Attribute to decide what View to render when exception occurs. read more...

add a comment |category: |Views: 106

tags: another

An Architectural View of the ASP.NET MVC Framework(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 4 years, 6 months ago

Dino Esposito introduces the ASP.NET MVC framework. read more...

1 comment |category: |Views: 10

tags: another

ASP.Net MVC Framework - Exception Handling (weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 6 months ago

How to handle exceptions with ASP.NET MVC Framework read more...

add a comment |category: |Views: 654

tags: another

In depth: The ASP.NET MVC Pipeline(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years, 6 months ago

Lots of technical details about the new ASP.NET MVC framework, with a comprehensive diagram of the whole pipeline. A great way to get to know the new framework. read more...

2 comments |category: |Views: 452

tags: another

Facebook Development Kit(microsoft.com)

submitted by antibugsantibugs(215) 4 years, 6 months ago

Framework for developing FaceBook apps read more...

1 comment |category: |Views: 82

tags: another