xgluxv
用户名: xgluxv
积分: 9,567.15
最近访问: 2 天, 8 小时, 18 分钟
注册时间: 24 March, 2009
9eFish
atom rss
1
臭虫

Dependency Injection in ASP.NET MVC 2 – Part 3: Custom DataAnnotation ValidationAttributes - DominicPettifer.co.uk

xgluxvxgluxv 发表于 2 天, 8 小时, 18 分钟 之前
Friday, March 12, 2010 2:45:16 AM GMT Wednesday, March 10, 2010 1:54:23 AM GMT
Technical Article - Part 3 in a series on Dependency Injection in ASP.NET MVC shows how to inject dependencies into custom ValidationAttributes, used to implement validation using the DataAnnotations framework. Have you ever needed to hit a database when validating a ViewModel/form submit, and wondered how to do it? (more)
类别: Foundation | 点击: 0 | 评论 | | 源: www.dominicpettifer.co.uk
标签: asp.net mvc 2, DataAnnotation ValidationAttributes, Dependency Injection
1
臭虫

Dependency Injection in ASP.NET MVC 2 – Part 2: ModelBinders/ViewModels - DominicPettifer.co.uk

xgluxvxgluxv 发表于 2 天, 8 小时, 19 分钟 之前
Friday, March 12, 2010 2:45:16 AM GMT Wednesday, March 10, 2010 1:53:07 AM GMT
Technical Article - In part 2 of a series on Dependency Injection in ASP.NET MVC, we look at injecting dependencies into your ViewModels. This technique comes in useful for when you want to render a dropdown list of items from a database, and don’t want your controller populating the items. (more)
类别: Foundation | 点击: 0 | 评论 | | 源: www.dominicpettifer.co.uk
标签: asp.net mvc 2, Dependency Injection, ModelBinders
1
臭虫

Dependency Injection in ASP.NET MVC 2 – Part 1: Controllers - DominicPettifer.co.uk

xgluxvxgluxv 发表于 2 天, 8 小时, 22 分钟 之前
Friday, March 12, 2010 2:45:16 AM GMT Wednesday, March 10, 2010 1:50:57 AM GMT
Technical Article - In the first part of three, I show you how to perform Dependency Injection in ASP.NET MVC 2 using the Castle Windsor IOC (Inversion of Control) Container. In part 1 we look at injecting dependencies into your Controllers. (more)
类别: Foundation | 点击: 0 | 评论 | | 源: www.dominicpettifer.co.uk
标签: asp.net mvc 2, Controllers, Dependency Injection
1
臭虫

15给web设计者的Google Chrome 扩展

xgluxvxgluxv 发表于 2 天, 8 小时, 23 分钟 之前
Friday, March 12, 2010 2:45:16 AM GMT Wednesday, March 10, 2010 1:49:11 AM GMT
Here, we have compiled a list of 15 most useful Chrome extensions for web developers and designers. Don’t hesitate to try all of them and if you already have used any of it don’t forget to share your experience with us. (more)
类别: UX | 点击: 0 | 评论 | | 源: pelfusion.com
标签: chrome, extensions, google
1
臭虫

NHibernate Validator ASP.NET MVC 2 Model Validation - Scott's Blog

xgluxvxgluxv 发表于 8 天, 18 小时, 50 分钟 之前
Friday, March 12, 2010 2:45:16 AM GMT Wednesday, March 03, 2010 3:22:12 PM GMT
Tuesday, March 02, 2010 1:42 PM srkirkland NHibernate Validator ASP.NET MVC 2 Model Validation ASP.NET MVC2 will improve the built in Model Validation in a number of ways, including the addition of client side validation (ala xVal).  If you would like more information on Model Validation in ASP.NET MVC 2, see Scott Gu’s detailed post on this subject.  Out of the box ASP.NET MVC 2 will include support for DataAnnotations, and there are some ex... (more)
类别: Web Form | 点击: 2 | 评论 | | 源: weblogs.asp.net
标签: asp.net mvc 2, NHibernate Validator
1
臭虫

Introducing the Reactive Framework Part I - Matthew Podwysocki - CodeBetter.Com - Stuff you need to Code Better!

xgluxvxgluxv 发表于 8 天, 18 小时, 54 分钟 之前
Friday, March 12, 2010 2:45:16 AM GMT Wednesday, March 03, 2010 3:18:13 PM GMT
During my series about first class events in F#, I made frequent mention of the LiveLabs Reactive Framework (Rx), without going into much detail as to what it is. Now that the series is complete and we understand both how F# first class events work, as well as their integration into F# async workflows, let’s take a look at the Reactive Framework in this multi-part series covering the history, implementation details and more. (more)
类别: Architecture | 点击: 0 | 评论 | | 源: codebetter.com
标签: F#, Reactive Framework
1
臭虫

Brad Wilson: ASP.NET MVC 2 Templates, Part 1: Introduction

xgluxvxgluxv 发表于 14 天, 4 小时, 37 分钟 之前
Monday, March 08, 2010 2:57:47 AM GMT Friday, February 26, 2010 5:35:31 AM GMT
Series IndexPart 1: Introduction Part 2: ModelMetadataPart 3: Default TemplatesPart 4: Custom Object TemplatesPart 5: Master Page TemplatesIntroduction to Templates One of the major new features in ASP.NET MVC 2 is templates. This is a feature that’s similar to Dynamic Data for WebForms. Given an object of a given type, the system can automatically display or edit that object, whether it’s a simple data item (like an integer, a decimal, a string, etc.) or a complex data item (like a class). (more)
类别: Foundation | 点击: 0 | 评论 | | 源: bradwilson.typepad.com
标签: asp.net mvc 2, Template
1
臭虫

Extreme ASP.NET - Model Validation and Metadata in ASP.NET MVC 2

xgluxvxgluxv 发表于 14 天, 4 小时, 41 分钟 之前
Monday, March 08, 2010 2:57:47 AM GMT Friday, February 26, 2010 5:31:54 AM GMT
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 data you need validated, and the framework will take care of the hard work and details. This feature is a tremendous boon for those of us who wrote custom validation code and custom model binders to perform simple model validation with ASP.NET MVC 1.0. In this article, I’ll look at the built-in validation sup... (more)
类别: Foundation | 点击: 1 | 评论 | | 源: msdn.microsoft.com
标签: asp.net mvc 2, Model Validation
1
臭虫

Shawn Wildermuth - WCF Data Services and jQuery

xgluxvxgluxv 发表于 16 天, 4 小时, 13 分钟 之前
Thursday, March 04, 2010 3:48:56 PM GMT Wednesday, February 24, 2010 5:59:39 AM GMT
WCF Data Services and jQuery URL: http://wildermuth.com/downloads/dataservicejque... I'd recently been asked by Chris Sells to help him with a simple WCF Data Services/jQuery example so I thought I'd share it via my blog as well. The basic idea is to use jQuery's AJAX functionality to retrieve JSON instead of the usual OData and consume it on a web page. The example I decided on using is to expose the XBox database with paging. I am not doing any of the niceties like getting result counts ... (more)
类别: Foundation | 点击: 0 | 评论 | | 源: wildermuth.com
标签: JQuery, WCF
1
臭虫

Dean Hume -加速asp.net mvc应用

xgluxvxgluxv 发表于 16 天, 4 小时, 15 分钟 之前
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 发表于 23 天, 19 小时, 2 分钟 之前
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
臭虫

Windows 7 FTP Application - CodeProject

xgluxvxgluxv 发表于 35 天, 8 小时, 48 分钟 之前
Sunday, February 14, 2010 1:16:24 PM GMT Friday, February 05, 2010 1:24:20 AM GMT
Email Password Remember me?  Lost your password?HomeArticlesQuick AnswersMessage BoardsJob BoardCatalogHelp!LoungeSoapboxDownload Source CodeDownload Executable File  Contents   IntroductionExternal LibrariesWhat Does this have to do with Windows 7? TaskBarManager.csApplication Overview Log in Form - frmLoginMain Form - frmMain Important ControlsRename Form - frmRename VariablesConstructorRenaming the FileNew Folder Form - frmNewFolder Refresh DirectoryDownload Form - frmDownload What frmDow... (more)
类别: Smart Client | 点击: 0 | 评论 | | 源: www.codeproject.com
标签: C#, FTP
1
臭虫

Thread-safe priority queue in c# - CodeProject

xgluxvxgluxv 发表于 35 天, 8 小时, 49 分钟 之前
Sunday, February 14, 2010 1:16:24 PM GMT Friday, February 05, 2010 1:23:12 AM GMT
Few months ago, I have a project to develop SMS notification gateway center, capable to prioritize incoming messages from few sources, and send them to mobile operators. In the heart of this system, I've had decide to build my own component for queuing and prioritization. So I've start to search in internet some code to implement required for my case functionality - prioritized queue. (more)
类别: Foundation | 点击: 1 | 评论 | | 源: www.codeproject.com
标签: queue, Thread-safe
1
臭虫

Real World S#arp Architecture - Billy McCafferty - Devlicio.us - Just the Tasty Bits

xgluxvxgluxv 发表于 35 天, 8 小时, 51 分钟 之前
Sunday, February 14, 2010 1:16:24 PM GMT Friday, February 05, 2010 1:21:53 AM GMT
Sign in | Join | Help  Do you twitter? Follow us @devliciousBilly McCaffertyHomeContactSponsorsThe LoungeSyndicationRSS for PostsAtomRSS for CommentsEmail NotificationsGoRecent PostsReal World S#arp ArchitectureYour First S#arp Project in 15 MinutesOffsetting Your Bad Code FootprintS#arp Architecture 1.0 2009 Q3 with NHibernate 2.1.1 GA ReleasedDependency Injection 101Tags.NETAgile DevelopmentAlgorithmsArchitectureASP.NETC#Castle ProjectContestsDDDDeepThoughtsByJackHandeyDevelopment T... (more)
类别: Foundation | 点击: 0 | 评论 | | 源: devlicio.us
标签: S#arp
1
臭虫

ATL.NET Tools – The Videos - Ohad's Blog

xgluxvxgluxv 发表于 35 天, 8 小时, 52 分钟 之前
Sunday, February 14, 2010 1:16:24 PM GMT Friday, February 05, 2010 1:20:55 AM GMT
ATL.NET Tools – The Videos About a week ago I've participated in the first meeting of ALT.NET Tools session in Israel, the session was pure fun, we grouped together a bunch of geeks in one conference room to speak about tooling that can make developer’s live easier. We had several interesting sessions over the meeting with lots of cool tools… some common ones and some are products of newly startup companies. By the middle of the meeting we had lots of pizzas in complementary from our host Delver or by... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: Videos
1
臭虫

Patterns for Great Architecture « Ramani Sandeep's Blog

xgluxvxgluxv 发表于 36 天, 19 小时, 5 分钟 之前
Thursday, February 11, 2010 2:04:41 AM GMT Wednesday, February 03, 2010 3:07:52 PM GMT
« Cascading DropDownLists With ASP.NET and jQueryMultiSelect Dropdown in ASP.NET »Patterns for Great Architecture Posted by Ramani Sandeep on January 28, 2010 These concepts can be applied to any Application which is a good candidate for a SaaS application. Contents:SaaS- IntroductionSaaS -ChallengesSaaS -Solution to challengesSaaS- Introduction A SaaS application can be defines as any “Software deployed as a service and accessed using internet technologies”. In order to realize a SaaS solution ... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: ramanisandeep.wordpress.com
标签: Patterns
1
臭虫

Context and Best Practices - Jimmy Bogard - Los Techies : Blogs about software and anything tech!

xgluxvxgluxv 发表于 38 天, 17 小时, 42 分钟 之前
Thursday, February 11, 2010 2:04:41 AM GMT Monday, February 01, 2010 4:30:41 PM GMT
Printer Friendly Version Last night, I had a Skype/SharedView session with a buddy in Arkansas trying to apply DDD and “best practices” to an application he was building.  He wanted to use all the ALT.NET tools he’s heard so much about, such as NHibernate, StructureMap and so on.  The problem came when he went to go look at the sample applications for “Floogle Architecture”, and was basically stopped dead in his tracks.  His question to me was, “do I really have to do all this?  It seems like a little... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: www.lostechies.com
标签: Best Practices
1
臭虫

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

xgluxvxgluxv 发表于 38 天, 17 小时, 43 分钟 之前
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 发表于 38 天, 17 小时, 47 分钟 之前
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
臭虫

Rendering ASP.NET Script References into the Html Header - Rick Strahl's Web Log

xgluxvxgluxv 发表于 38 天, 17 小时, 48 分钟 之前
Monday, February 08, 2010 4:21:15 AM GMT Monday, February 01, 2010 4:24:17 PM GMT
One thing that I’ve come to appreciate in control development in ASP.NET that use JavaScript is the ability to have more control over script and script include placement than ASP.NET provides natively. Specifically in ASP.NET you can use either the ClientScriptManager or ScriptManager to embed scripts and script references into pages via code. This works reasonably well, but the script references that get generated are generated into the HTML body and there’s very little operational control for placemen... (more)
类别: Web Form | 点击: 0 | 评论 | | 源: www.west-wind.com
标签: asp.net, Script References
Previous 1 2 3 4 5 6 7 8 9 10 ... 19 20 Next