9eFish - 将要发布的文章
1
臭虫

Cutting Edge - Predictive Fetch with jQuery and the ASP.NET Ajax Library

adminadmin 发表于 7 小时, 25 分钟 之前
Friday, March 12, 2010 2:47:43 AM GMT
Last month I discussed the implementation of master-detail views using the new features coming with the ASP.NET Ajax Library. The list of new features includes a syntax for client-side live data binding and a rich rendering component, exemplified by the DataView client control. By putting these features together, you can easily build nested views to represent one-to-many data relationships. In the ASP.NET Ajax Library, the mechanics of master-detail views are largely defined in the logic of the DataVi... (more)
类别: UX | 点击: 0 | 评论 | | 源: msdn.microsoft.com
标签: ajax, JQuery, ms ajax
1
臭虫

CodeProject: WPF: If Heineken did MVVM Frameworks Part 5 of n.

adminadmin 发表于 214 天, 20 小时, 3 分钟 之前
Sunday, August 09, 2009 2:09:09 PM GMT
Download Cinch demo application which includes everythingContentsIntroductionPreRequisitesSpecial ThanksUnit TestingTesting CommandsTesting MediatorTesting Background Worker TasksServicesTesting Using Test IMessageBox ServiceTesting Using Test IOpenFileService ServiceTesting Using Test ISaveFileService ServiceTesting Using Test IUIVisualizerService ServiceTesting The Validity Of IDataErrorInfo Supporting ObjectsTesting The State Of IEditableObject Supporting ObjectsWhats Coming Up?Cinch Article Series Li... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: www.codeproject.com
标签: Heineken, MVVM
1
臭虫

CodeProject: Pipeline and Yield in C#.

adminadmin 发表于 214 天, 20 小时, 9 分钟 之前
Sunday, August 09, 2009 2:03:32 PM GMT
The pipeline pattern (sometimes also referred to as pipes and filters) has many useful applications. C# makes implementation even easier with the yield keyword. Download Pipeline.zip - 5.42 KB Pipeline is similar to chain of responsibility. The main difference is that in the chain, each "link" passes something to the next until one knows what to do with it, then the process stops. In pipeline, something is passed to every chain in the link and potentially modified with each pass. This is where "pipe... (more)
类别: Language | 点击: 2 | 评论 | | 源: www.codeproject.com
标签: Pipeline, Yield
1
臭虫

Technology To Think About: .NET RIA Services on the Server -- Visual Studio Magazine

adminadmin 发表于 214 天, 20 小时, 12 分钟 之前
Sunday, August 09, 2009 2:00:38 PM GMT
More Redmond Developer Network Sites >>> RedDevNews.com | ADTmag.com | Events Redmond ReportRedmond ITRedmond PartnerRedmond DeveloperVisual StudioMCPmag.comVirtualization ReviewVisual Studio Magazine Enter Search Term or FindIT Code Advanced SearchHomeSubscribe/RenewAdvertiseFree NewslettersAbout UsTech LibraryEventsRSS Feeds Hot TopicsSQL Server and SDSWeb Services.NET FrameworkSharePointXMLC#VB.NETResources2009 Buyers GuideNewsBlogsData DriverDesmond FileRDN ExpressIn-DepthCodeColumnsRedmond Rev... (more)
类别: Foundation | 点击: 0 | 评论 | | 源: visualstudiomagazine.com
标签: .NET RIA Services, Visual Studio Magazine
1
臭虫

Validators: The Easy Way To Build Business Rules into Your UI -- Visual Studio Magazine

adminadmin 发表于 214 天, 20 小时, 14 分钟 之前
Sunday, August 09, 2009 1:58:35 PM GMT
More Redmond Developer Network Sites >>> RedDevNews.com | ADTmag.com | Events Redmond ReportRedmond ITRedmond PartnerRedmond DeveloperVisual StudioMCPmag.comVirtualization ReviewVisual Studio Magazine Enter Search Term or FindIT Code Advanced SearchHomeSubscribe/RenewAdvertiseFree NewslettersAbout UsTech LibraryEventsRSS Feeds Hot TopicsSQL Server and SDSWeb Services.NET FrameworkSharePointXMLC#VB.NETResources2009 Buyers GuideNewsBlogsData DriverDesmond FileRDN ExpressIn-DepthCodeColumnsRedmond Rev... (more)
类别: Foundation | 点击: 0 | 评论 | | 源: visualstudiomagazine.com
标签: Validators, Visual Studio Magazine
1
臭虫

Windsor style convention over configuration in StructureMap - Polyglots R Us - Los Techies : Blogs about software, programming and anything tech!

adminadmin 发表于 214 天, 20 小时, 16 分钟 之前
Sunday, August 09, 2009 1:56:24 PM GMT
Printer Friendly Version So I was trying to get my  BDD project SpecMaker working on Mono only to find out  my usual IoC container of choice Castle Windsor does not play nice.  StructureMap I’ve heard plays nice in Mono, and I know a bunch of people that use it, so I gave it a whirl. My original Windsor configuration looked something like this:  var kernel = new DefaultKernel();  kernel.Register(Component.For (more)
类别: Foundation | 点击: 1 | 评论 | | 源: www.lostechies.com
标签: StructureMap, winsor