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

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

adminadmin 发表于 1 天, 22 小时, 52 分钟 之前
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
臭虫

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

adminadmin 发表于 1 天, 22 小时, 53 分钟 之前
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
臭虫

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

adminadmin 发表于 4 天, 11 小时, 40 分钟 之前
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
臭虫

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

adminadmin 发表于 7 天, 22 小时, 49 分钟 之前
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
臭虫

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

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

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

adminadmin 发表于 12 天, 21 小时, 43 分钟 之前
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
臭虫

谷歌1.246亿美元收购影音压缩技术公司On2

efishefish 发表于 17 天, 1 小时, 44 分钟 之前
Thursday, March 04, 2010 3:48:56 PM GMT Tuesday, February 23, 2010 12:53:17 PM GMT
谷歌(Google)近日宣布,在On2公司股东投票表决同意之后,已达成以1.246亿美元收购影音压缩技术公司On2TechnologiesInc的交易。 谷歌表示,按照与On2公司的协议,On2在外流通的普通股将转换成每股15美分的权证,且0.0010股可换谷歌1股普通股。零碎股份将以支付现金的方式转换。 谷歌同时宣布,这些因此回交易而发行的股票,公司计划回购同等数目股票。谷歌将以现有现金做为回购股票的资金。 此收购交易在8月份时宣布,当时双方公司评估此交易约价值1.32亿美元。 (more)
类别: Architecture | 点击: 0 | 1 评论 | | 源: www.itniuren.com
1
臭虫

Writing object to object mapper: my mapper vs AutoMapper

gpeipmangpeipman 发表于 28 天, 8 小时, 12 分钟 之前
Sunday, February 21, 2010 6:23:28 AM GMT Friday, February 12, 2010 6:25:16 AM GMT
As my object to object mapper is now almost completed and I am sure it is good idea to stay on LCG (Lightweight Code Generation) I can now compare the performance of my mapper to AutoMapper. (more)
类别: Architecture | 点击: 2 | 评论 | | 源: weblogs.asp.net
标签: .net, C#, object to object mapping, performance
1
臭虫

SOLVED: Error 1053 / EventType clr20r3 when trying to start a Windows Service

rtpHarryrtpHarry 发表于 32 天, 13 小时, 13 分钟 之前
Tuesday, February 16, 2010 3:11:40 PM GMT Monday, February 08, 2010 1:24:39 AM GMT
If you have seen errors when trying to deploy your Windows Service that have error 1053 and cryptic codes starting with EventType clr20r3 in your Event Log then this is your solution! (more)
类别: Architecture | 点击: 0 | 评论 | | 源: runtingsproper.blogspot.com
标签: bugfix, runtime error, Windows Service
1
臭虫

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

xgluxvxgluxv 发表于 35 天, 13 小时, 16 分钟 之前
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 天, 23 小时, 29 分钟 之前
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 天, 22 小时, 7 分钟 之前
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
臭虫

Evolutionary Architecture - Jimmy Bogard - Los Techies : Blogs about software and anything tech!

xgluxvxgluxv 发表于 42 天, 6 小时, 3 分钟 之前
Wednesday, February 03, 2010 3:12:43 PM GMT Friday, January 29, 2010 8:34:19 AM GMT
Printer Friendly Version A popular cause the Agile folks like to rally against is the idea of a Big Design Up Front (BDUF).  But much like Waterfall, the people doing BDUF will hardly admit that it’s BDUF that they’re doing.  Instead, you’re much more likely to get a bevy of really convincing cautionary tales of what might happen if you don’t do a certain design.  With enough experience under their belt, the architect slips into a “Just-In-Case” design mode, where the myriad of pain points encountered... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: www.lostechies.com
标签: Evolutionary Architecture
1
臭虫

Nice “Quick Hit” Videos about ASP.NET 4 and VS 2010 - ScottGu's Blog

xgluxvxgluxv 发表于 42 天, 6 小时, 18 分钟 之前
Monday, February 01, 2010 4:31:44 PM GMT Friday, January 29, 2010 8:19:23 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] I’ve been working on a series of blog posts the last few months that cover some of the new features coming with .NET 4 and VS 2010. Earlier today someone pointed me at some nice “quick hit” videos that have been published that also provide quick first looks at some of the new features coming with ASP.NET 4 and VS 2010.  These videos aren’t an exhaustive list of everything new ... (more)
类别: Architecture | 点击: 1 | 评论 | | 源: weblogs.asp.net
标签: ASP.NET 4, Video, VS 2010
1
臭虫

About Technical Debates (and ASP.NET Web Forms and ASP.NET MVC debates in particular) - ScottGu's Blog

xgluxvxgluxv 发表于 46 天, 9 小时, 26 分钟 之前
Monday, February 01, 2010 4:31:44 PM GMT Monday, January 25, 2010 5:10:47 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] Technical debates are discussed endlessly within the blog-o-sphere/twitter-verse, and they range across every developer community. Each language, framework, tool, and platform inevitably has at least a few going on at any particular point in time. Below are a few observations I’ve made over the years about technical debates in general, as well as some comments about some of the... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: Debates, ScottGu
1
臭虫

A reference architecture (Part 2) « Ludwig’s Blog

xgluxvxgluxv 发表于 50 天, 21 小时, 11 分钟 之前
Wednesday, January 27, 2010 1:13:57 PM GMT Wednesday, January 20, 2010 5:26:23 PM GMT
« A reference architecture (Part 1)A reference architecture (Part 2) Posted by Ludwig Stuyck on January 20, 2010 …continued from part 1. In the previous part of this series I explained the general architectural guidelines. Of  course it is very important to have a consistent organization of all the solutions and projects in an organization, so that’s what I will discuss in this post.Solution structureThe general pre-defined structure of solution and projects looks like this: Solution structureAs you ... (more)
类别: Architecture | 点击: 3 | 评论 | | 源: ludwigstuyck.wordpress.com
1
臭虫

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

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

UML建模系列文章总结 - 灵动生活 - 博客园

xgluxvxgluxv 发表于 72 天, 13 小时, 24 分钟 之前
Wednesday, January 06, 2010 1:44:07 AM GMT Wednesday, December 30, 2009 1:12:51 AM GMT
UML建模系列文章总结   一、为什么要学习UML 二、UML的历史 三、UML的特点 四、UML中的视图 五、UML建模工具 六、UML的应用领域 七、UML的构成 1、需求阶段如何书写Use Case 2、设计阶段如何画用例图(Use-Case Diagram) 3、类与类之间的关系图(Class Diagram,UML图) 4、UML建模之活动图介绍(Activity Diagram) 5、UML建模之状态图(Statechart Diagram) 6、UML建模之时序图(Sequence Diagram) 7、UML建模之业务处理模型(Business Process Model,BPM) 8、UML建模之数据建模(Data Model Diagram)       八、总结   一、为什么要学习UML UML是Unified Modeling Language(统一建模语言)的简称。UML是对软件密集型系统中的制品进行可视化、详述、构造和文档化的语言。制品{Artifact}是指软件开发过程中产生的各种各样的产物,如模型、源代码、测试用例等。 Ø   ... (more)
类别: Architecture | 点击: 3 | 评论 | | 源: www.cnblogs.com
标签: UML
1
臭虫

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

adminadmin 发表于 85 天, 22 小时, 30 分钟 之前
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
1
臭虫

Powered By ALT.NET » ASP.NET MVC 2 Part 5 – Creating Data Repositories

xgluxvxgluxv 发表于 94 天, 12 小时, 4 分钟 之前
Wednesday, December 16, 2009 4:06:11 PM GMT Tuesday, December 08, 2009 2:32:59 AM GMT
A Data Repository Using the Entity Framework We are going to use an interface to expose the API of our repository. That way, all we have to do is tell the client application to expect an object that conforms to that interface. We can then switch out the implementations without rewriting the client. (more)
类别: Architecture | 点击: 7 | 评论 | | 源: poweredbyalt.net
标签: asp.net mvc 2, Data Repositories
Previous 1 2 3 4 5 6 7 8 9 10 Next