9eFish - 带有 .NET RIA Services 标签的文章
1
臭虫

InfoQ: Brad Abrams终于完成了.NET RIA Services的开发系列文章

xgluxvxgluxv 发表于 129 天, 22 小时, 49 分钟 之前
Wednesday, November 11, 2009 2:02:30 PM GMT Monday, November 02, 2009 11:25:02 AM GMT
Brad Abrams是微软CLR和.NET框架团队的创始成员,也是多部重要书籍的合著者。他通过4个月的写作,完成了多达26篇关于如何使用Silverlight 3 RTM和.NET RIA Services July Update进行开发的系列文章。这些文章通过一些示例或操作步骤循序渐进地讲述了开发RIA的各个方面,其中还蕴含了大量的最佳实践。由于他对.NET运行时和框架深刻的理解,而且他的著作大都偏向设计向导方面的(如《框架设计向导,1、2版》),所以这些示例除了告诉大家如何开发,也告诉大家如何设计。 (more)
类别: Architecture | 点击: 3 | 评论 | | 源: www.infoq.com
标签: .NET RIA Services, Brad Abrams
1
臭虫

Brad Abrams : Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 24: Stored Procedures

xgluxvxgluxv 发表于 193 天, 7 小时, 18 分钟 之前
Friday, September 04, 2009 2:15:49 AM GMT Monday, August 31, 2009 2:56:29 AM GMT
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 24: Stored Procedures Still updating my Mix 09 Silverlight 3 + RIA Services talk with more fun stuff.    While many of the RIA Services examples we have shown thus far do CRUD directly against database tables, I certainly recognize that many scenarios require using stored procedures in the database to encapsulate all data access.  You can see the full series here. The demo requires (all 100% free and always free):VS20... (more)
类别: Architecture | 点击: 5 | 评论 | | 源: blogs.msdn.com
标签: .NET RIA Services, Silverlight 3
1
臭虫

Brad Abrams : Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 22: Separate Solution Files

xgluxvxgluxv 发表于 211 天, 8 小时, 9 分钟 之前
Wednesday, August 19, 2009 1:54:46 AM GMT Thursday, August 13, 2009 2:04:59 AM GMT
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 22: Separate Solution Files Still updating my Mix 09 Silverlight 3 + RIA Services talk with more fun stuff.  This time I take up a challenge from Mr. Wildermuth.  Shawn recently raised a very interesting issue with RIA Services development.  He works with a lot of large enterprises that need to have separate solution files for their client and server projects.  Generally we recommend the RIA Services Class Library projec... (more)
类别: Architecture | 点击: 2 | 评论 | | 源: blogs.msdn.com
标签: .NET RIA Services, Silverlight 3
1
臭虫

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

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

Brad Abrams : Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 16: Exposing a WCF Service

xgluxvxgluxv 发表于 221 天, 17 小时, 39 分钟 之前
Friday, August 07, 2009 1:25:03 AM GMT Sunday, August 02, 2009 4:34:55 PM GMT
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 16: Exposing a WCF Service I am having a blast with the series where I am updating my simple Mix 09 Business Application demo.  In this part, I wanted to consider the scenario that I hope is a common one.  The developer writes their Silverlight app using the RIA Services pattern and the application becomes wildly successful.  So successful in fact there is a demand to put a services head on top of the same application lo... (more)
类别: Architecture | 点击: 0 | 评论 | | 源: blogs.msdn.com
标签: .NET RIA Services, Silverlight 3
1
臭虫

Brad Abrams : Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 14: Visual Basic (VB) and WPF Support

dotlivedotlive 发表于 225 天, 7 小时, 37 分钟 之前
Friday, July 31, 2009 10:59:14 AM GMT Thursday, July 30, 2009 2:37:06 AM GMT
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 14: Visual Basic (VB) and WPF Support A few folks commented that they’d like to see something in my series updating my Mix09 talk “building business applications with Silverlight 3” in Visual Basic.  VB is super important in the business application space, so I have no problem accommodating that request.   By while I was at it I thought i’d also show a WPF client for RIA Services via the very cool ADO.NET Data Services... (more)
类别: UX | 点击: 1 | 评论 | | 源: blogs.msdn.com
标签: .NET RIA Services, Silverlight 3
1
臭虫

Brad Abrams : Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 13: The New Class Library Project

xgluxvxgluxv 发表于 226 天, 7 小时, 18 分钟 之前
Tuesday, August 04, 2009 1:57:34 AM GMT Wednesday, July 29, 2009 2:55:36 AM GMT
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 13: The New Class Library Project Well… this has been one of the longer blog series I have done, but there is so much meat here!  Maybe someone will write a book or two?  Anyway, in this post, I wanted to spend a little time looking at the project structure we have been working with and see if there is a way to improve it a bit with more clear separation of concerns.  For those of you just joining it, this is yet more ... (more)
类别: UX | 点击: 3 | 评论 | | 源: blogs.msdn.com
标签: .NET RIA Services, Silverlight 3
1
臭虫

Brad Abrams : Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 10: LinqToSql

adminadmin 发表于 228 天, 17 小时, 45 分钟 之前
Wednesday, July 29, 2009 3:04:22 AM GMT Sunday, July 26, 2009 4:28:56 PM GMT
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 10: LinqToSql Continuing in our discussion of Silverlight 3 and  the update to .NET RIA Services.  I have been updating  the example from my Mix09 talk “building business applications with Silverlight 3”. You can watch the original  video of the full session The demo requires (all 100% free and always free):VS2008 SP1 (Which includes Sql Express 2008) Silverlight 3 RTM.NET RIA Services July '09 Preview Also, download ... (more)
类别: UX | 点击: 2 | 评论 | | 源: blogs.msdn.com
标签: .NET RIA Services, Silverlight 3
1
臭虫

Brad Abrams : Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication

carolhaozicarolhaozi 发表于 241 天, 5 小时, 1 分钟 之前
Sunday, July 19, 2009 2:08:24 PM GMT Tuesday, July 14, 2009 5:13:28 AM GMT
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 3: Authentication More update on my Mix09 talk “building business applications with Silverlight 3”. You can watch the original  video of the full session  The demo requires (all 100% free and always free):VS2008 SP1 (Which includes Sql Express 2008) Silverlight 3 RTM.NET RIA Services July '09 Preview Also, download the full demo files and check out the running application. Today, we will talk about Authentication   ... (more)
类别: Foundation | 点击: 2 | 评论 | | 源: blogs.msdn.com
标签: .NET RIA Services, Silverlight 3
1
臭虫

CodeProject: 使用Silverlight 3, .NET RIA Services 和Azure Table Storage创建一个三层模式的应用

adminadmin 发表于 245 天, 6 小时, 34 分钟 之前
Tuesday, July 14, 2009 1:33:27 AM GMT Friday, July 10, 2009 3:40:05 AM GMT
Download Azurelight_SourceCode - 347.33 KBIntroduction The introduction of Silverlight 3, .NET RIA Services and Windows Azure Service Platform makes some new application architecture become possible when deploying RIA to the Cloud. One architecture is a simpler 3-tier cloud application: Silverlight 3 as presentation tier, .NET RIA services as the business logic and data access tier, and Windows Azure Table as data storage. One article in MSDN (Data Services:Access Your Data On Premise Or ... (more)
类别: Foundation | 点击: 3 | 评论 | | 源: www.codeproject.com
标签: .NET RIA Services, Azure Table Storage, Silverlight 3
1
臭虫

Getting started with the .NET RIA Services

adminadmin 发表于 254 天, 2 小时, 32 分钟 之前
Friday, July 03, 2009 8:16:31 AM GMT Wednesday, July 01, 2009 7:42:21 AM GMT
As was to be expected there were lots of announcements around Silverlight at the last MIX conference in Las Vegas. One particular product announcement is very interesting for Line Of Business (LOB) application developers. This big announcement is all about the .NET RIA Services. (more)
类别: Architecture | 点击: 3 | 评论 | | 源: msdn.microsoft.com
标签: .NET RIA Services
1
臭虫

Brad Abrams : .NET RIA Services: Get your metadata from anywhere!

dotlivedotlive 发表于 285 天, 7 小时, 18 分钟 之前
Monday, June 01, 2009 4:31:21 AM GMT Sunday, May 31, 2009 2:56:22 AM GMT
.NET RIA Services: Get your metadata from anywhere! While the feedback on .NET RIA Services has been great, many people have commented on the way we store metadata as custom attributes on “buddy” classes of entities.  For example, in my Mix demo to get automatic validation like this:   I had to provide metadata on my entity class on the server like this:  This is very cool and I believe works just fine in a lot of scenarios.  But sometimes you want to pull metadata from another source.  For exa... (more)
类别: UX | 点击: 0 | 评论 | | 源: blogs.msdn.com
标签: .NET RIA Services
1
臭虫

Nikhil Kothari's Weblog : ViewModel + .NET RIA Services Part 2: Testability, Server Mocking and Dependencies

carolhaozicarolhaozi 发表于 302 天, 8 小时, 28 分钟 之前
Monday, May 18, 2009 3:15:51 AM GMT Thursday, May 14, 2009 1:45:43 AM GMT
In Part 1 of ViewModel and .NET RIA Services, which I recommend you check out first if you haven't, I created a simple product search UI using Silverlight and .NET RIA Services using the ViewModel (aka MVVM) pattern. One of benefits of the ViewModel pattern is that it creates a nice contract between the view and associated logic, i.e. a contract between the designer and the developer. Another key benefit of the ViewModel pattern is that it furthers testability - more of your presentation tier is now unit... (more)
类别: UX | 点击: 5 | 评论 | | 源: www.nikhilk.net
标签: .NET RIA Services, Silverlight 3, ViewModel
1
臭虫

Brad Abrams : .NET RIA Services May 2009 Preview

carolhaozicarolhaozi 发表于 304 天, 3 小时, 59 分钟 之前
Wednesday, May 13, 2009 1:54:55 AM GMT Tuesday, May 12, 2009 6:15:11 AM GMT
.NET RIA Services May 2009 Preview Today we posted a minor update to .NET RIA Services.  This release is mainly focused on addressing bug fixes we have heard in the forums and delivering on a few key areas… There are a lot of other long lead work items that will fall into future releases.  Download it today from: http://code.msdn.microsoft.com/RIAServices  Here is a list of what is available in the May 2009 Preview:-Tons of bug fixes. Most of the bugs reported in the forum have been addressed. ... (more)
类别: UX | 点击: 1 | 评论 | | 源: blogs.msdn.com
标签: .NET RIA Services, Silverlight 3
1
臭虫

Silverlight 3, .Net RIA Services, and common lookup data Redux

carolhaozicarolhaozi 发表于 304 天, 9 小时, 26 分钟 之前
Wednesday, May 13, 2009 1:54:55 AM GMT Tuesday, May 12, 2009 12:47:42 AM GMT
Silverlight 3, .Net RIA Services, and common lookup data ReduxIntroduction Back in March, I blogged about this topic here, and while that post provided some sample code as a first draft approach which could lead you to much of the solution, I did not provide a workable sample. So many folks have helped me with Silverlight 3 and the exciting potential it has for quickly developing Line-of-Business (LOB) applications, and this topic appears to be such a frequent question on the Silverlight forums, that I ... (more)
类别: UX | 点击: 2 | 评论 | | 源: microapplications.com
标签: .NET RIA Services, Silverlight 3
1
臭虫

Nikhil Kothari's Weblog : View Model Pattern with .NET RIA Services

xgluxvxgluxv 发表于 325 天, 22 小时, 30 分钟 之前
Monday, April 27, 2009 6:05:17 AM GMT Monday, April 20, 2009 11:43:41 AM GMT
View Model Pattern with .NET RIA Services Over the weekend, I saw a question on StackOverflow about combining .NET RIA Services and the ViewModel pattern and answered briefly there, but the topic is worthy ... (more)
类别: UX | 点击: 5 | 评论 | | 源: www.nikhilk.net
标签: .NET RIA Services, View Model Pattern
1
臭虫

.Net RIA Services and Multi-table Joins

adminadmin 发表于 326 天, 8 小时, 15 分钟 之前
Monday, April 27, 2009 6:05:17 AM GMT Monday, April 20, 2009 1:59:11 AM GMT
.Net RIA Services and Multi-table Joins Why are we here? On the off chance that you are developing a real-world application based on a normalized database that you’d like to develop using Silverlight 3 and .Net RIA Services, I have some good news. After thrashing about for several days trying to get a multiple table join to come back down the wire, I think I have it figured out, and so I wanted to share what I’d learned. This is not going to be one of those seriously abstract articles where the author ... (more)
类别: UX | 点击: 7 | 评论 | | 源: microapplications.com
标签: .NET RIA Services
1
臭虫

.Net RIA Services: 自定义验证 - Guy Burstein's Blog

dotlivedotlive 发表于 330 天, 4 小时, 12 分钟 之前
Thursday, April 16, 2009 1:24:51 PM GMT Thursday, April 16, 2009 6:01:47 AM GMT
.Net RIA Services: Custom Validation.Net RIA Services: Custom Validation This is another post in a series of posts about building applications with Microsoft .Net RIA Services and Silverlight 3 and ASP.Net. Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 1Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 2.Net RIA Services Part 3: DataForm and Validation.Net RIA Services: Sharing Code between the Client and ServerUsing DomainDataSource in ASP.NetASP.Net Do... (more)
类别: UX | 点击: 3 | 评论 | | 源: blogs.microsoft.co.il
标签: .NET RIA Services, Custom Validation
1
臭虫

使用.Net RIA Services (Silverlight 3)创建一个简单的应用 – Part 3

xgluxvxgluxv 发表于 330 天, 19 小时, 30 分钟 之前
Thursday, April 16, 2009 6:02:47 AM GMT Wednesday, April 15, 2009 2:44:01 PM GMT
Using the DataForm control Add A DataForm Control and bind it to the current item of the DataGrid. Open Views\HomePage.xaml, and add a DataForm Control right after the DataPager. (more)
类别: UX | 点击: 10 | 评论 | | 源: blogs.msdn.com
标签: .NET RIA Services, Silverlight 3
1
臭虫

使用.Net RIA Services (Silverlight 3)创建一个简单的应用 – Part 2 - Guy Burstein's Blog

xgluxvxgluxv 发表于 330 天, 19 小时, 33 分钟 之前
Friday, April 17, 2009 4:49:42 PM GMT Wednesday, April 15, 2009 2:41:21 PM GMT
Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 2Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 2 This is the second post in a series of posts about building applications with Microsoft .Net RIA Services and Silverlight 3. In part 1 of this series I created a new application, created a simple data model and used the Domain Service and Domain Context to retrieve data and bind it to a DataGrid. In this post we take it from that step, and replace the ma... (more)
类别: UX | 点击: 10 | 评论 | | 源: blogs.microsoft.co.il
标签: .NET RIA Services, Silverlight 3
Previous 1 2 Next