9eFish - 带有 asp.net mvc 标签的文章
1
臭虫

ASP.NET MVC meet SEO; SEO meet ASP.NET MVC « Ian Mercer

adminadmin 发表于 1 天, 16 小时, 48 分钟 之前
Monday, March 08, 2010 4:56:07 PM GMT
« Open-Mesh routers provide an outdoor linkHow SERP rankings changes over time – SEO »ASP.NET MVC meet SEO; SEO meet ASP.NET MVC Whilst ASP.NET is clearly the best thing to hit .NET web development in a long-time it seems like the framework itself is somewhat challenged when it comes to SEO.   For starters the concept of a page has all but disappeared – sure you can have a ViewPage but there’s no code associated with it.  And sure, you have ASP.NET Routing so you can do anything you like with routes but... (more)
类别: Web Form | 点击: 0 | 评论 | | 源: blog.abodit.com
标签: asp.net mvc, SEO
1
臭虫

CodeJunkies | My project setup, Part 1 - Initialization

adminadmin 发表于 3 天, 6 小时, 57 分钟 之前
Monday, March 08, 2010 4:56:21 PM GMT Sunday, March 07, 2010 2:46:56 AM GMT
A while ago I wrote a post about what tools and frameworks I use in my web applications. Now I thought I'd write a small series about how I use those tool. In this first part I'll write about the initial setup and how I use my ioc container. A lot in my applications revolve around my ioc container. I try to make it take the heavy lifts to make my coding easier. I have created a base bootstrapper that doesn't depend on a specific container. That class looks like this:     publicabstractclass Boo... (more)
类别: Foundation | 点击: 0 | 评论 | | 源: codejunkies.se
标签: asp.net mvc, Initialization
1
臭虫

ASP.NET MVC 2 本地化完全指南

adminadmin 发表于 13 天, 3 小时, 56 分钟 之前
Sunday, March 07, 2010 3:56:24 AM GMT Thursday, February 25, 2010 5:48:32 AM GMT
In this article we are going to explore all aspects of localization web application based on ASP.NET MVC framework. The version I'll be using for that purpose will be 2 RC 2 which is last available at the time of writing. Before we start I would like to thank the MVC framework team, great job guys, I really like it :) I really enjoy writing web application with the framework. I was searching for such kind a framework after small experience with Ruby on Rails OK, lets see what issues we'll cover ... (more)
类别: Web Form | 点击: 1 | 评论 | | 源: adamyan.blogspot.com
标签: asp.net mvc, Localization
1
臭虫

ASP.Net MVC Portable Areas via MvcContrib - Eric Hexter - Los Techies : Blogs about software and anything tech!

adminadmin 发表于 13 天, 7 小时, 48 分钟 之前
Thursday, March 04, 2010 3:48:56 PM GMT Thursday, February 25, 2010 1:56:01 AM GMT
Printer Friendly Version This is a multi post series on ASP.Net MVC Portable AreasPart 1 – Introduction Part 2 – Sample Portable AreaPart 3 – Usage of a Portable AreaPart 4 - IoC framework support What is a Portable Area? A Portable Area is a set of reusable multi page functionality can be dropped into an application to provide rich functionality without having to custom build functionality that is literally the same in every application. This could be considered a plug-in or add-in type of functiona... (more)
类别: Web Form | 点击: 1 | 评论 | | 源: www.lostechies.com
标签: area, asp.net mvc, MvcContrib
1
臭虫

Dean Hume -加速asp.net mvc应用

xgluxvxgluxv 发表于 14 天, 3 小时, 47 分钟 之前
Thursday, March 04, 2010 3:48:56 PM GMT Wednesday, February 24, 2010 5:57:15 AM GMT
Improving the performance of your MVC application In the constant quest to deliver faster, slicker websites it is important to try and improve the users experience. This could include improving the page load speed, smooth navigation or page accessibility. While working on this site, I have tried to improve page loading speeds as much as possible. There are a lot of tricks that you can do to improve the speed of your site. I have constantly been learning new things by delving into the worl... (more)
类别: Web Form | 点击: 2 | 评论 | | 源: deanhume.com
标签: asp.net mvc
1
臭虫

.NET - Server Side Validation With ASP.NET MVC And Data Annotations

xgluxvxgluxv 发表于 21 天, 18 小时, 33 分钟 之前
Friday, February 26, 2010 1:28:25 PM GMT Tuesday, February 16, 2010 3:10:48 PM GMT
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 was being developed, a set of attributes was created to help tell the Dynamic Data folks about validation and other metadata so they could create smart scaffolds. What this allows you to do is decorate your classes or properties with validation attributes. A project that is available on CodePlex gives you th... (more)
类别: Web Form | 点击: 1 | 评论 | | 源: www.dotnetcurry.com
标签: asp.net mvc, Data Annotations
1
臭虫

MVC 2 Editor Template with DateTime

adminadmin 发表于 28 天, 6 小时, 3 分钟 之前
Thursday, February 18, 2010 3:13:28 PM GMT Wednesday, February 10, 2010 3:41:30 AM GMT
One of the cool new features of MVC 2 is the ability to automatically pick an editor template based on the meta data of each property. This meta data can be as simple as the data type of the property itself.  Take an example where we have a Contact object that has a DateTime? property for DateOfBirth. 1: publicpartialclass Contact 2: { 3: [DisplayName("First Name")] 4: publicstring FirstName { get; set; } 5: 6: [DisplayName("Last Name")] 7: publicstring LastName { get; set; ... (more)
类别: Foundation | 点击: 2 | 评论 | | 源: geekswithblogs.net
标签: asp.net mvc, Editor template
1
臭虫

Life as a Microsoft Engineer : Quick Tips About ASP.NET MVC - What would you like to see?

adminadmin 发表于 28 天, 6 小时, 20 分钟 之前
Thursday, February 18, 2010 3:13:28 PM GMT Wednesday, February 10, 2010 3:24:38 AM GMT
Quick Tips About ASP.NET MVC - What would you like to see? The "Quick Tips About ASP.NET MVC" series of posts is getting a lot of attention and I've been receiving a lot of feedback about it, which is not only very rewarding, but also surpasses what I could have foreseen. I do have a few more tips coming out soon, but I thought it would be interesting to ask you what you’d like to see. Obviously it has to fit in the Quick Tip category, even though some of my posts are not so “quick” and some are fairly... (more)
类别: Web Form | 点击: 1 | 评论 | | 源: blogs.msdn.com
标签: asp.net mvc, TIPS
1
臭虫

Technical Jargon » Linq to Sql and ASP.NET MVC – DataContext Per Request

xgluxvxgluxv 发表于 36 天, 17 小时, 15 分钟 之前
Wednesday, February 10, 2010 3:20:57 AM GMT Monday, February 01, 2010 4:29:10 PM GMT
This is the first in a series of posts about using Linq to Sql with ASP.NET MVC. Part 1 – DataContext Per RequestPart 2 – AutoCommit and the RoutePreParser When using an ORM tool within a web application, it’s often common to scope a unit of work to the lifetime of an HTTP Request. If you’re using Linq to Sql and ASP.NET MVC, you can achieve this by using an Inversion of Control container in conjunction with an ActionFilter. For this example, I’m going to be using the StructureMap IoC container al... (more)
类别: Foundation | 点击: 1 | 评论 | | 源: www.jeremyskinner.co.uk
标签: asp.net mvc, LINQ to SQL
1
臭虫

View Model pattern and AutoMapper in ASP.NET MVC Applications - Shiju Varghese's Blog

xgluxvxgluxv 发表于 36 天, 17 小时, 18 分钟 之前
Wednesday, February 10, 2010 3:20:57 AM GMT Monday, February 01, 2010 4:25:44 PM GMT
In real world ASP.NET MVC applications, we have to use model objects specially designed for our ASP.NET MVC views. Domain objects are designed for the needs for domain model and it is representing the domain of our applications. On the other hand, View Model objects designed for our needs for views. The below is the domain model of our demo   We have a Contact domain entity that has a association with Contact Group. While we creating a new Contact, we have to specify that in which contact... (more)
类别: Foundation | 点击: 2 | 评论 | | 源: weblogs.asp.net
标签: asp.net mvc, AutoMapper
1
臭虫

Creating a Stock Widget in ASP.NET MVC Application

xgluxvxgluxv 发表于 37 天, 22 小时, 33 分钟 之前
Wednesday, February 03, 2010 3:12:43 PM GMT Sunday, January 31, 2010 11:11:35 AM GMT
Widgets have gained popularity over the years. There are many websites that allows the user to add widgets on their home page. In this article we will create a simple Stock widget for our ASP.NET application using the RenderAction method. (more)
类别: Web Form | 点击: 0 | 评论 | | 源: highoncoding.com
标签: asp.net mvc
1
臭虫

Measuring the Performance of Asynchronous Controllers « Steve Sanderson’s blog

xgluxvxgluxv 发表于 41 天, 8 小时, 16 分钟 之前
Monday, February 01, 2010 4:31:44 PM GMT Thursday, January 28, 2010 1:28:05 AM GMT
Recently I’ve been working with ASP.NET MVC 2.0’s new asynchronous controllers. The idea with these is that you can split the request handling pipeline into two phases:First, your controller begins one or more external I/O calls (e.g., SQL database calls or web service calls). Without waiting for them to complete, it releases the thread back into the ASP.NET worker thread pool so that it can deal with other requests. Later, when all of the external I/O calls have completed, the underlying ASP.NET platfor... (more)
类别: Web Form | 点击: 0 | 评论 | | 源: blog.codeville.net
标签: asp.net mvc, Asynchronous Controllers, performance
1
臭虫

ASP.NET MVC 2: Model Validation - ScottGu's Blog

adminadmin 发表于 47 天, 7 小时, 6 分钟 之前
Wednesday, January 27, 2010 1:13:57 PM GMT Friday, January 22, 2010 2:38:28 AM GMT
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] This is the second in a series of blog posts I’m doing on the upcoming ASP.NET MVC 2 release.  This blog post covers some of the validation improvements coming with ASP.NET MVC 2.ASP.NET MVC 2 Validation Validating user-input and enforcing business rules/logic is a core requirement of most web applications.  ASP.NET MVC 2 includes a bunch of new features that make validating us... (more)
类别: Foundation | 点击: 1 | 评论 | | 源: weblogs.asp.net
标签: asp.net mvc, Model Validation, ScottGu
1
臭虫

Custom IoC Container for Dependency Injection with an Asp.Net Mvc website usage example - Sean McAlinden's Blog

xgluxvxgluxv 发表于 55 天, 7 小时, 50 分钟 之前
Friday, January 22, 2010 3:14:10 PM GMT Thursday, January 14, 2010 1:54:06 AM GMT
I’ve recently been working on some mvc helper controls and wanted to use TDD for both aiding the design and having a test harness for the future. In order to aid the use of tdd and improve the overall design I wanted to utilise dependency injection. There are loads of good IoC containers out there which include facilities for dependency injection for example Structure Map (really like this one), Spring.Net (I use this at my real job), Castle Windsor etc. etc to name but a few. For my controls I wanted... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: asp.net mvc, IoC
1
臭虫

Dive Deep Into MVC - IValueProvider - Mehdi Golchin's blog

adminadmin 发表于 57 天, 7 小时, 42 分钟 之前
Wednesday, January 20, 2010 8:50:21 AM GMT Tuesday, January 12, 2010 2:02:17 AM GMT
Dive Deep Into MVC - IValueProviderOn Saturday, January 09, 2010 In these series of posts, I'll talk about some ASP.NET MVC aspects. You can find the previous post here. Btw, make sure you have a basic knowledge about ASP.NET MVC at least before reading. If so continue.What I want to achive at last? I want to implement a custom value provider that retrieves its value from cookie.What's a value provider? Frankly, a value provider provides values from associated source for an action method. All of value... (more)
类别: Foundation | 点击: 0 | 评论 | | 源: mgolchin.net
标签: asp.net mvc, IValueProvider
1
臭虫

An intuitive Dictionary Model Binder for ASP.NET MVC « Playing on the frontier

adminadmin 发表于 71 天, 4 小时, 21 分钟 之前
Wednesday, January 06, 2010 1:44:07 AM GMT Tuesday, December 29, 2009 5:23:33 AM GMT
The other day I was working on an ASP.NET MVC website and came across a need to post an array from the browser into the web app. The framework comes with something called a Model Binder that automagically converts submitted form data into action parameters of the controller. For example, if we have form submitted data such as person.FirstName=John&person.LastName=smith for a theoretical model class ‘Person’, andpublic ActionResult SavePerson(Person person) as the action method signature, SavePer... (more)
类别: Web Form | 点击: 0 | 评论 | | 源: siphon9.net
标签: asp.net mvc
1
臭虫

Sending and Receiving JSON between jQuery and ASP.NET MVC using Ajax. « Philip Hendry's Blog

adminadmin 发表于 71 天, 4 小时, 21 分钟 之前
Wednesday, January 06, 2010 1:44:07 AM GMT Tuesday, December 29, 2009 5:22:41 AM GMT
December 22, 2009Sending and Receiving JSON between jQuery and ASP.NET MVC using Ajax.Filed under: ASP.NET MVC, jQuery — philiphendry @ 9:17 pm It’s taken me a while to get this working without any problems so it’s worth jotting down how it all works. I don’t think I was trying to do anything particularly difficult – just receive Json from an ASP.NET MVC application using jQuery then submitted but the APIs had to be coerced into just the correct way to get it functional.Receiving Json from ASP.NET MV... (more)
类别: Web Form | 点击: 1 | 评论 | | 源: philiphendry.wordpress.com
标签: asp.net mvc, JQuery
1
臭虫

ASP.NET MVC - Prevent Image Leeching with a Custom RouteHandler

xgluxvxgluxv 发表于 73 天, 2 小时, 17 分钟 之前
Wednesday, January 06, 2010 1:44:07 AM GMT Sunday, December 27, 2009 7:27:35 AM GMT
ASP.NET MVC - Prevent Image Leeching with a Custom RouteHandler   Have you ever noticed an unusually high number of requests in your web server log files for image files? It may well be that someone is linking to your images from their own site, and basically stealing your bandwidth. Here's how to implement a custom RouteHandler within an ASP.NET MVC application to prevent people leeching your images.   To begin with, I'll start by reviewing the flow of execution when a request comes ... (more)
类别: Web Form | 点击: 0 | 评论 | | 源: www.mikesdotnetting.com
标签: asp.net mvc
1
臭虫

Rajan's Blog - Using BitFactory logging in ASP.NET MVC HandleError

xgluxvxgluxv 发表于 78 天, 6 小时, 47 分钟 之前
Tuesday, December 29, 2009 12:10:55 PM GMT Tuesday, December 22, 2009 2:57:18 AM GMT
December 20, 2009@ 10:46 PMComments [0]Using BitFactory logging in ASP.NET MVC HandleError It is important to have logging enabled in any production site which will be used by the technical team to debug the issues or monitor the health of the site. We chose BitFactory logging (Now the author is calling as Termite) to implement the logging in WCF Services, Business Layer & ASP.NET MVC Sites. Why did we choose BitFactory?It is very easy to implement. Absolutely working with complex categories (we h... (more)
类别: Web Form | 点击: 0 | 评论 | | 源: blog.rajan.net.in
标签: asp.net mvc
1
臭虫

.NET - 20 Must Read ASP.NET, MVC, jQuery and Silverlight articles on DotNetCurry – 2009

adminadmin 发表于 83 天, 17 小时, 36 分钟 之前
Thursday, December 24, 2009 3:22:02 AM GMT Wednesday, December 16, 2009 4:07:38 PM GMT
Web technologies have become enormously popular. The authors at DotNetCurry acknowledge this fact and continue working hard to deliver articles, how-to, tips and techniques around Microsoft Web and related technologies. This post contains 20 Must Read articles that were published in the year 2009 and focus around web technologies like ASP.NET, MVC, jQuery and Silverlight. These articles have been selected based on viewership, comments and user rating. Featured Authors include Malcolm Sheridan, Suprotim A... (more)
类别: Architecture | 点击: 1 | 评论 | | 源: www.dotnetcurry.com
标签: asp.net mvc, JQuery, Silverlight
Previous 1 2 3 4 5 6 7 8 9 10 Next