Pages tagged asp_net:

ASP.NET MVC on IIS 6 Walkthrough
http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx

Includes how to set up global handler for using extensionless URLs, can be used in Webforms as well
ASP.NET MVC 1.0 Release Candidate Now Available - ScottGu's Blog
http://weblogs.asp.net/scottgu/archive/2009/01/27/asp-net-mvc-1-0-release-candidate-now-available.aspx
Scott Hanselman's Computer Zen - Hanselman List of Podcasts for .NET Programmers
http://www.hanselman.com/blog/HanselmanListOfPodcastsForNETProgrammers.aspx
A comprehensive list of podcasts (mostly .Net specific)
xVal - a validation framework for ASP.NET MVC « Steve Sanderson’s blog
http://blog.codeville.net/2009/01/10/xval-a-validation-framework-for-aspnet-mvc/
I’ve written about validation in ASP.NET MVC more than once already. So have others (Stephen Walther, Emad Ibrahim). It’s an ongoing subject of discussion because the MVC Framework comes with great support for server-side validation (though it isn’t obvious if you come from a WebForms background), but at least as of version 1.0, it won’t ship with any built-in support for client-side validation. I managed to get a few spare days this last week, so I decided to try and formalize lots of these ideas into something solid that you can actually use in real production code - something more than just another throwaway blog post. So here it is: xVal, an open-source project hosted on CodePlex.
your choice of client-side v
A Guide to Learning ASP.NET MVC Release Candidate 1
http://stephenwalther.com/blog/archive/2009/01/27/a-guide-to-learning-asp.net-mvc-release-candidate-1.aspx
Learn about the differences between ASP.NET MVC application and ASP.NET Web Forms applications. Learn how to decide when to build an ASP.NET MVC application.
I bet this'll come in handy
Free ASP.NET MVC eBook Tutorial - ScottGu's Blog
http://weblogs.asp.net/scottgu/archive/2009/03/10/free-asp-net-mvc-ebook-tutorial.aspx
Microsoft Web Platform - Home
http://www.microsoft.com/web/default.aspx
Unresolvable
Microsoft Web Platform - Home
ASP.NET MVC Best Practices (Part 1) - Kazi Manzur Rashid's Blog
http://weblogs.asp.net/rashid/archive/2009/04/01/asp-net-mvc-best-practices-part-1.aspx
ASP.NET MVC Best Practices (Part 1) - Kazi Manzur Rashid's Blog
13 ASP.NET MVC extensibility points you have to know
http://codeclimber.net.nz/archive/2009/04/08/13-asp.net-mvc-extensibility-points-you-have-to-know.aspx
Scott Hanselman's Computer Zen - ELMAH: Error Logging Modules and Handlers for ASP.NET (and MVC too!)
http://www.hanselman.com/blog/ELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx
A cool tool for reporting errors on ASP.NET web sites
via Scott Hanselman's Computer Zen
Client Templating with jQuery - Rick Strahl's Web Log
http://www.west-wind.com/weblog/posts/509108.aspx
Howto use templating with Jquery.
Client templating in Javascript can be a great tool to reduce the amount of code you have to write to create markup content on the client. There are a number of different ways that templating can be accomplished from a purely manual approach.
A guide to Silverlight 3 new features
http://timheuer.com/blog/archive/2009/03/18/silverlight-3-whats-new-a-guide.aspx
NerdDinner Tutorial
http://nerddinnerbook.s3.amazonaws.com/Intro.htm
visual studio needed
An excellent introduction to ASP.NET MVC by means of implementing an actual application.
IIS Search Engine Optimization Toolkit - ScottGu's Blog
http://weblogs.asp.net/scottgu/archive/2009/06/03/iis-search-engine-optimization-toolkit.aspx
ke a look at how we can use the Site Analysis tool to quickly
SEO (search engine optimization) is one of the important considerations that any Internet web-site needs to design with in mind. A non-trivial percentage of Internet traffic to sites is driven by search engines, and good SEO techniques can help increase site traffic even further. Likewise, small mistakes can significantly impact the search relevance of your site’s content and cause you to miss out on the traffic that you should be receiving. Some of these mistakes include: multiple URLs on a site leading to the same content, broken links from a page, poorly chosen titles, descriptions, and keywords, large amounts of viewstate, invalid markup, etc. These mistakes are often easy to fix - the challenge is how to discover and pinpoint them within a site.
Tool to optimize searches of your site.
How we do MVC - Jimmy Bogard -
http://www.lostechies.com/blogs/jimmy_bogard/archive/2009/04/24/how-we-do-mvc.aspx
How we do MVC
using the ASP.NET MVC framework on a production application for about 9 months now, and in that time, we’ve crafted a number of opinions on how we want to design MVC applications.
ASP.NET MVC Best Practices (Part 2) - Kazi Manzur Rashid's Blog
http://weblogs.asp.net/rashid/archive/2009/04/03/asp-net-mvc-best-practices-part-2.aspx
Kazi Manzur Rashid's Blog
This is the second part of the series and may be the last, till I find some thing new. My plan was to start with routing, controller, controller to model, controller to view and last of all the view, but some how I missed one important thing in routing, so I will begin with that in this post.
a
Kazi Manzur Rashid's Blog - Sharing Thoughts and Learning on Microsoft .NET Technology
Search Engine Optimization Toolkit : The Official Microsoft IIS Site
http://www.iis.net/extensions/SEOToolkit
SEO outils optimisation fournit par IIS
ASP.NET MVC 1.0 - ScottGu's Blog
http://weblogs.asp.net/scottgu/archive/2009/04/01/asp-net-mvc-1-0.aspx
scott guthrie, pub 4/1/2009
ScottGu's Blog
Doloto
http://msdn.microsoft.com/en-us/devlabs/ee423534.aspx
Loads javascript in parts - gains up to 40% in page load speed (nice to have)
An AJAX application optimization tool from Microsoft.
Doloto is an AJAX application optimization tool, especially useful for large and complex Web 2.0 applications that contain a lot of code, such as Bing Maps, Hotmail, etc. Doloto analyzes AJAX application workloads and automatically performs code splitting of existing large Web 2.0 applications. After being processed by Doloto, an application will initially transfer only the portion of code necessary for application initialization.
Announcing the Microsoft AJAX CDN - ScottGu's Blog
http://weblogs.asp.net/scottgu/archive/2009/09/15/announcing-the-microsoft-ajax-cdn.aspx
This is amazing - MS is providing a Content-Distrib-Network for us to use for free, to distribute the jQuery and ASP.NET-AJAX files.
WebsiteSpark - Home
http://www.microsoft.com/web/websitespark/
K. Scott Allen : 6 Tips for ASP.NET MVC Model Binding
http://odetocode.com/Blogs/scott/archive/2009/04/27/12788.aspx
ASP.NET MVC Cheat Sheets
http://elijahmanor.com/webdevdotnet/post/ASPNET-MVC-Cheat-Sheets.aspx
Getting Started with ASP.NET MVC 1.0 ASP.NET MVC: The Request-Handling Pipeline ASP.NET MVC: View Cheat Sheet ASP.NET MVC: Controller Cheat Sheet ASP.NET MVC: Framework Cheat Sheet ASP.NET MVC: Proven Practices Cheat Sheet
Using ASP.NET MVC with Different Versions of IIS : The Official Microsoft ASP.NET Site
http://www.asp.net/LEARN/mvc/tutorial-08-cs.aspx
Microsoft portal site for the ASP.NET development community. Download Visual Web Developer, post to the forums, read ASP.net blogs and learn about ASP.net.
In this tutorial, you learn how to use ASP.NET MVC, and URL Routing, with different versions of Internet Information Services. You learn different strategies for using ASP.NET MVC with IIS 7.0 (classic mode), IIS 6.0, and earlier versions of IIS.
קינפוגים שונים לשרת או לטבלת הכתובות
Facebook SDK Overview
http://msdn.microsoft.com/en-us/windows/ee388574.aspx
微軟釋出Facebook SDK
Microsoft Toolkit to enable .NET developers to quickly and easily leverage the various features of the Facebook Platform.
This toolkit is provided as a Facebook Client Library similar to Facebook's PHP Client Library or Facebook's JavaScript library. The goal is to enable .NET developers to quickly and easily leverage the various features of the Facebook Platform. This toolkit has evolved over time with input from the community and from Microsoft. The latest release (v3.0) includes new architectural improvements and provides an asynchronous interface for using the toolkit from Silverlight and from WPF. The main entry point is the API (Facebook.Rest.Api) class in the Facebook.dll assembly. This class wraps the Facebook REST API and provides an easy to use interface for calling the different methods currently available in the Facebook API. We've also provided samples and tools for helping develop Facebook applications in the various .NET platforms including: ASP.NET, Silverlight, WPF and WinForms. Additionally, we've provided all the source code for the API, components, controls, and samples for you to exp
JSON Hijacking
http://haacked.com/archive/2009/06/25/json-hijacking.aspx
Integration Testing Your ASP.NET MVC Application « Steve Sanderson’s blog
http://blog.codeville.net/2009/06/11/integration-testing-your-aspnet-mvc-application/
Search Engine Optimization (SEO) Toolkit - ScottGu's Blog
http://weblogs.asp.net/scottgu/archive/2009/12/15/search-engine-optimization-seo-toolkit.aspx
ASP.NET, Visual Studio, ASP.NET 2.0, .NET
DotNetSurfers Blog - My Dot Net Developer’s tools list, and more…
http://www.dotnetsurfers.com/Blog/2009/05/23/MyDotNetDeveloperrsquosToolsListAndMorehellip.aspx
bitquabit - Zombie Operating Systems and ASP.NET MVC
http://blog.bitquabit.com/2009/06/12/zombie-operating-systems-and-aspnet-mvc/
That is M$ backwards compatibility for you! LOL.
Funny, and sad... "And that is why, in 2009, when developing in Microsoft .NET 3.5 for ASP.NET MVC 1.0 on a Windows 7 system, you cannot include /com\d(\..*)?, /lpt\d(\..*)?, /con(\..*)?, /aux(\..*)?, /prn(\..*)?, or /nul(\..*)? in any of your routes."
Hotma
Use jQuery to catch and display ASP.NET AJAX service errors | Encosia
http://encosia.com/2009/03/04/use-jquery-to-catch-and-display-aspnet-ajax-service-errors/
showing .net webservice errors asp.net webservices
ASP.NET for web designers: Introduction
http://www.jankoatwarpspeed.com/post/2009/04/27/ASPNET-for-web-designers-Introduction.aspx
How do we write test automation for ASP.NET? - Asp.Net QA Team
http://weblogs.asp.net/asptest/archive/2008/09/25/how-do-we-write-test-automation-for-asp-net.aspx
Test automation for ASP.NET
David Ebbo's blog : A new and improved ASP.NET MVC T4 template
http://blogs.msdn.com/davidebb/archive/2009/06/17/a-new-and-improved-asp-net-mvc-t4-template.aspx
jQuery Templates and Data Linking (and Microsoft contributing to jQuery) - ScottGu's Blog
http://weblogs.asp.net/scottgu/archive/2010/05/07/jquery-templates-and-data-linking-and-microsoft-contributing-to-jquery.aspx
jQuery Templates and Data Linking
Collection of .NET Framework and Visual Studio Posters
http://www.devcurry.com/2010/06/collection-of-net-framework-and-visual.html
Introducing IIS Express - ScottGu's Blog
http://weblogs.asp.net/scottgu/archive/2010/06/28/introducing-iis-express.aspx
Replace ASP.Net development server with IIS Express
Net developers: Another option for local web development: IIS Express
Introducing “Razor” – a new view engine for ASP.NET - ScottGu's Blog
http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx
"Introducing Razor – a new view engine for ASP.NET" by @scottgu #tech #aspnetmvc http://bit.ly/biXgKC – Elijah Manor (elijahmanor) http://twitter.com/elijahmanor/statuses/17865462148
Code-First Development with Entity Framework 4 - ScottGu's Blog
http://weblogs.asp.net/scottgu/archive/2010/07/16/code-first-development-with-entity-framework-4.aspx
Introducing WebMatrix - ScottGu's Blog
http://weblogs.asp.net/scottgu/archive/2010/07/06/introducing-webmatrix.aspx
WebMatrix is a 15MB download (50MB if you don’t have .NET 4 installed) and is quick to install. The 15MB download includes a lightweight development tool, IIS Express, SQL Compact Edition, and a set of ASP.NET extensions that enable you to build standalone ASP.NET Pages using the new Razor syntax, as well as a set of easy to use database and HTML helpers for performing common web-tasks. WebMatrix can be installed side-by-side with Visual Studio 2010 and Visual Web Developer 2010 Express.
Introducing WebMatrix - ScottGu's Blog
http://weblogs.asp.net/scottgu/archive/2010/07/06/introducing-webmatrix.aspx
Introducing WebMatrix - ScottGu's Blog
http://weblogs.asp.net/scottgu/archive/2010/07/06/introducing-webmatrix.aspx