9eFish - 最新发布的文章
1
臭虫

Compiling examples for consuming the REST Endpoints for WCF Service using Agatha - Andrew Rea

adminadmin 发表于 1 天, 18 小时, 28 分钟 之前
Friday, March 12, 2010 2:45:16 AM GMT Wednesday, March 10, 2010 3:44:48 PM GMT
I recently made two contributions to the Agatha Project by Davy Brion over on Google Code, and one of the things I wanted to follow up with was a post showing examples and some, seemingly required tid bits.  The contributions which I made where:To support StructureMap To include REST (JSON and XML) support for the service contract The examples which I have made, I want to format them so they fit in with the current format of examples over on Agatha and hopefully create and submit a third patch which wi... (more)
类别: Architecture | 点击: 1 | 评论 | | 源: weblogs.asp.net
标签: Agatha, REST Endpoints, WCF Service
1
臭虫

Profiling Apps 1 of N: The MVC ActionLink - Hadi Hariri - Devlicio.us - Just the Tasty Bits

adminadmin 发表于 1 天, 18 小时, 30 分钟 之前
Friday, March 12, 2010 2:45:16 AM GMT Wednesday, March 10, 2010 3:42:53 PM GMT
Sign in | Join | Help  Do you twitter? Follow us @devliciousHadi HaririHomeSponsorsThe LoungeWicked Cool JobsSyndicationRSS for PostsAtomRSS for CommentsEmail NotificationsGoRecent PostsProfiling Apps 1 of N: The MVC ActionLinkMSpec Live TemplatesTechnological shortcomings driving business needsASP.NET Support in ReSharper 5Writing plug-ins for ReSharper: Part 1 of UndefinedTagsArchitectureASP.NETASP.NET MVCDesignMSpecProfilingReSharperToolsView moreArchivesMarch 2010 (2)February 2010... (more)
类别: Web Form | 点击: 0 | 评论 | | 源: devlicio.us
标签: ActionLink
1
臭虫

bharry's WebLog : Programming Practices: Part 1 – Watching from a distance

adminadmin 发表于 1 天, 18 小时, 29 分钟 之前
Friday, March 12, 2010 2:45:16 AM GMT Wednesday, March 10, 2010 3:43:51 PM GMT
Programming Practices: Part 1 – Watching from a distance I figured I’d start the series with a more abstract post about what watching me code looks like.  It was interesting to observe myself doing it because I didn’t really realize the degree to which I do some things.  If I were to summarize my overall approach to coding with a simple description, I’d call it “Annealing” – from the Encarta dictionary: “metallurgy craft transitive and intransitive verb to subject an alloy, metal, or glass to a process ... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: blogs.msdn.com
标签: Programming Practices
1
臭虫

15给web设计者的Google Chrome 扩展

xgluxvxgluxv 发表于 2 天, 8 小时, 24 分钟 之前
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
臭虫

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
臭虫

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

xgluxvxgluxv 发表于 2 天, 8 小时, 20 分钟 之前
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 3: Custom DataAnnotation ValidationAttributes - DominicPettifer.co.uk

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

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

adminadmin 发表于 3 天, 17 小时, 17 分钟 之前
Friday, March 12, 2010 2:45:16 AM GMT 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
臭虫

A Few Thoughts on DDD, DTOs, View Models, Repositories and Separation of Concerns - Billy McCafferty - Devlicio.us - Just the Tasty Bits

adminadmin 发表于 4 天, 7 小时, 16 分钟 之前
Friday, March 12, 2010 2:45:16 AM GMT Monday, March 08, 2010 2:57:33 AM GMT
Sign in | Join | Help  Do you twitter? Follow us @devliciousBilly McCaffertyHomeContactSponsorsThe LoungeWicked Cool JobsSyndicationRSS for PostsAtomRSS for CommentsEmail NotificationsGoRecent PostsA Few Thoughts on DDD, DTOs, View Models, Repositories and Separation of ConcernsBetter Application Services and CQS using S#arp Architecture 1.0 Q3 2009Message-Based Systems for Maintainable, Asynchronous DevelopmentArchitectural Paradigms of Robotic ControlReal World S#arp ArchitectureTag... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: devlicio.us
标签: DDD, DTO
1
臭虫

CodeJunkies | My project setup, Part 1 - Initialization

adminadmin 发表于 5 天, 7 小时, 26 分钟 之前
Friday, March 12, 2010 2:45:16 AM 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
臭虫

F#中的异步及并行模式(1):并行CPU及I/O计算 - 老赵点滴 - 追求编程之美 - 博客园

adminadmin 发表于 7 天, 18 小时, 25 分钟 之前
Friday, March 12, 2010 2:45:16 AM GMT Thursday, March 04, 2010 3:48:29 PM GMT
最后还是忍不住翻译文章了。这系列的文章谈论的是F#中常见的异步及并行模式,作者为F#及Haskell等语言的主要设计者Don Syme。异步相关的编程是F#语言中最重要的优势之一(我甚至在考虑“之一”两个字能否去掉)。F#是一门非常有特色的语言,是一门能够开阔眼界,改变您编程思路的语言,它经过了几年设计以及多个预览之后终于要正式露面了——此刻不上,更待何时。介绍 F#是一门并行(parallel)及响应式(reactive)语言。这个说法意味着一个F#程序可以存在多个进行中的运算(如使用.NET线程进行F#计算),或是多个等待中的回应(如等待事件或消息的回调函数及代理对象)。 F#的异步表达式是简化异步及响应式程序编写的方式之一。在这篇及今后的文章中,我会探讨一些使用F#进行异步编程的基本方式──大致说来,它们都是F#异步编程时使用的模式。这里我假设您已经掌握了async的基本使用方式,如入门指南中的内容。 我们从两个简单的设计模式开始:CPU异步并行(Parallel CPU Asyncs)和I/O异步并行(Paralle I/O Asyncs)。 本系列的第2部分描述了如何从异步计算或后台... (more)
类别: Architecture | 点击: 1 | 评论 | | 源: www.cnblogs.com
标签: F#, F#中的异步及并行模式, 老赵点滴
1
臭虫

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

xgluxvxgluxv 发表于 8 天, 18 小时, 51 分钟 之前
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 小时, 55 分钟 之前
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
臭虫

xdp - CxImage

RiverRiver 发表于 12 天, 14 分钟 之前
Monday, March 08, 2010 4:56:21 PM GMT Sunday, February 28, 2010 9:59:20 AM GMT
:: CxImage:: ProjectsDownloadsDocumentsForumContactAbout me OverviewDocumentationFeaturesWhat's new   Description:Another free C++ image processing and conversion libraryPlatform:Windows / LinuxLicense:zlibRelease:6.00Last update:02 Feb 2008 Overview CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage is open source and licensed under the zlib license. In a nutshell, this means that you can use the code however you wish, as l... (more)
类别: Smart Client | 点击: 0 | 评论 | | 源: www.xdp.it
标签: image processing, open source
1
臭虫

分类:色彩空间 - 维基百科,自由的百科全书

RiverRiver 发表于 12 天, 1 小时, 7 分钟 之前
Monday, March 08, 2010 4:56:21 PM GMT Sunday, February 28, 2010 9:05:47 AM GMT
分类:色彩空间维基百科,自由的百科全书跳转到: 导航, 搜索此页面分类的主条目是色彩空间。分类“色彩空间”的页面 此分类包含下列21个页面,共有21个页面。 色彩空间CCIE1931色彩空间HHSL和HSV色彩空间HSV色彩属性模式LLab色彩空间SSRGB色彩空间XXvYCCYYCbCrYDbDrYIQYPbPrYUVτTemplate:色彩空间三三原色光模式印印刷四分色模式奥奥斯特瓦尔德色彩系统孟孟塞尔颜色系统彩彩通绝绝对色彩空间网网页颜色模式色色域 取自“http://zh.wikipedia.org/zh-cn/Category:%E8%89%B2%E5%BD%A9%E7%A9%BA%E9%97%B4”1个分类: 颜色 (more)
类别: Smart Client | 点击: 1 | 评论 | | 源: zh.wikipedia.org
标签: color space, image processing
1
臭虫

YUV

RiverRiver 发表于 12 天, 1 小时, 24 分钟 之前
Monday, March 08, 2010 4:56:21 PM GMT Sunday, February 28, 2010 8:49:09 AM GMT
YUV,是一种颜色编码方法。 (more)
类别: Smart Client | 点击: 0 | 评论 | | 源: zh.wikipedia.org
标签: color space, image processing
1
臭虫

Scott Hanselman's Computer Zen - Put Missing Kids on your 404 Page - Entirely Client-Side Solution with YQL, jQuery, and MSAjax

adminadmin 发表于 12 天, 17 小时, 19 分钟 之前
Monday, March 08, 2010 4:56:21 PM GMT Saturday, February 27, 2010 4:54:15 PM GMT
I noticed a post over at a blog called "The other side of the moon" where the author suggests that we put pictures and details of missing children on on 404 pages. It's a simple and brilliant idea. Millions of 404s are delivered every day. We are reporting on missing pages, but not on missing children. He includes a simple PHP solution. I set out to create an ASP.NET solution, but then realized that a server-side solution wasn't really necessary. Could I do it all on the client side? This way anyone co... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: www.hanselman.com
标签: 404 Page
1
臭虫

Partial Validation in ASP.NET MVC 2 « Steve Sanderson’s blog

adminadmin 发表于 12 天, 17 小时, 20 分钟 之前
Monday, March 08, 2010 4:56:21 PM GMT Saturday, February 27, 2010 4:52:49 PM GMT
It’s tiny tip time… Since all the fuss about [Required] validators in ASP.NET MVC 2, the validation behaviour was changed in Release Candidate 2. Previously, the framework only validated fields that were actually posted in the form, whereas now it validates all the fields on any model object that the model binder gives you. Most people prefer this new behaviour, because they don’t like the idea that someone can avoid a [Required] rule just by using FireBug or similar to delete the HTML form field. That’... (more)
类别: Web Form | 点击: 0 | 评论 | | 源: blog.stevensanderson.com
标签: asp.net mvc 2, Partial Validation
1
臭虫

几种 HtmlEncode 的区别-蝈蝈俊.net

RiverRiver 发表于 13 天, 21 小时, 1 分钟 之前
Monday, March 08, 2010 2:57:47 AM GMT Friday, February 26, 2010 1:12:32 PM GMT
几种 HtmlEncode 的区别 问题: HttpUtility.HtmlDecode ,HttpUtility.HtmlEncode  与  Server.HtmlDecode ,Server.HtmlEncode  与 HttpServerUtility.HtmlDecode , HttpServerUtility.HtmlEncode 有什么区别? 他们与下面一般手工写的代码有什么不一样的?publicstaticstring htmlencode(string str) { if (str == null || str == "") return ""; str = str.Replace(">", ">"); str = str.Replace(" "); return str; } 答案: HtmlEncode: 将 Html 源文件中不允许出现的字符进行编码,通常是编码以下字符" (more)
类别: Foundation | 点击: 1 | 评论 | | 源: blog.joycode.com
1
臭虫

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

xgluxvxgluxv 发表于 14 天, 4 小时, 38 分钟 之前
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
Previous 1 2 3 4 5 6 7 8 9 10 ... 61 62 Next