rayhenry

Stories kicked by rayhenry

.NET RIA Services V1 Roadmap(initializecomponent.blogspot.com)

submitted by rayhenryrayhenry(100) 2 years, 11 months ago

Dinesh Kulkarni, from the RIA Services team, has published a roadmap for RIA Services. No guarantees here, but they hope to release a beta at PDC in November. The next CTP will be in July. read more...

add a comment |category: |Views: 13

tags: another

Resources for Developing Silverlight/Prism Applications(initializecomponent.blogspot.com)

submitted by rayhenryrayhenry(100) 2 years, 11 months ago

Links to Prism resources read more...

add a comment |category: |Views: 23

tags: another

Adventures in MVVM – Commanding with List Boxes(geekswithblogs.net)

submitted by BrianGenisioBrianGenisio(1000) 2 years, 11 months ago

Continuing in my series of “Adventures in MVVM”, I want to talk about a few different approaches to working with List Boxes with the MVVM pattern... read more...

add a comment |category: |Views: 25

tags: another

Silverlight in Visual Studio 2010(pendsevikram.blogspot.com)

submitted by VikramPendseVikramPendse(275) 3 years ago

Preview of usage of Silverlight Project Template in Visual Studio 2010 read more...

add a comment |category: |Views: 27

tags: another

Testing, Module Catalog and Unity in Prism(development-guides.silverbaylabs.org)

submitted by erikmorkerikmork(65) 3 years ago

Modularity allows applications to be broken down into discrete pieces. This allows easier testing, better maintainability and the ability to distribute an application across multiple teams. This video explores the modularity support in Prism. The first part of the video covers Unity and Unit Testing. Inversion of Control using Dependency Injection and Service Location are both covered. The second part of the video details modules and how they're loaded by the Module Catalog. read more...

add a comment |category: |Views: 32

tags: another

Will Visual Studio 2010 put Expression Blend out of business?(initializecomponent.blogspot.com)

submitted by rayhenryrayhenry(100) 3 years ago

Not according to Jesse Liberty. You will want Blend 3 for its terrific designer and animation capabilities and VS for its development capabilities. Microsoft is trying to make these tools the best for their target audience, rather than one tool that does everything merely adequately. read more...

add a comment |category: |Views: 22

tags: another

Good news and bad news for Silverlight 3 development(initializecomponent.blogspot.com)

submitted by rayhenryrayhenry(100) 3 years ago

The bad news: .NET RIA Services will not install on VS 2010 Beta 1. read more...

add a comment |category: |Views: 9

tags: another

VS 2010 / .NET 4 Beta 1 now generally available(initializecomponent.blogspot.com)

submitted by rayhenryrayhenry(100) 3 years ago

You can find documentation here: http://msdn.microsoft.com/en-us/library/bb386063(VS.100).aspx The next release of ADO.NET Entity Framework (EF) will be numbered 4.0 to sync to the .NET version and will be part of .NET 4.0 read more...

add a comment |category: |Views: 9

tags: another

Visual Studio 2010 (.NET 4.0) Beta 1 released(initializecomponent.blogspot.com)

submitted by rayhenryrayhenry(100) 3 years ago

The first Beta release of VS 2010 is available starting today for MSDN subscribers. read more...

add a comment |category: |Views: 6

tags: another

Authorization Strategies for the Business Layer(initializecomponent.blogspot.com)

submitted by rayhenryrayhenry(100) 3 years ago

Security is a cross-cutting concern and should not be embedded in your business logic. The strategies presented here will extract the authorization component from the business logic and embed it as a separate concern within the Business Layer. read more...

add a comment |category: |Views: 46

tags: another

WPF Model-View-ViewModel Toolkit (initializecomponent.blogspot.com)

submitted by rayhenryrayhenry(100) 3 years ago

The WPF team at Microsoft has released a toolkit (version 0.1) that addresses developing UIs with the M-V-VM pattern. It's definitely a first-pass (e.g. no VB.NET support), but they are looking for feedback on this effort. read more...

add a comment |category: |Views: 68

tags: another

Speed Up you MSDN Library Experience(initializecomponent.blogspot.com)

submitted by rayhenryrayhenry(100) 3 years, 1 month ago

Access a low-bandwidth version of MSDN Library. read more...

add a comment |category: |Views: 9

tags: another

Single-responsibility-principle? One method per class?(blog.developers.ba)

submitted by logic_rabbitlogic_rabbit(90) 3 years, 1 month ago

Single-responsibility-principle-Does-it-mean-I-cant-have-more-than-one-method-in-my-class? read more...

add a comment |category: |Views: 24

tags: another

Making Unity work more like the others(chrisvandesteeg.nl)

submitted by alleyalley(2840) 3 years, 1 month ago

I love MS Unity as an IoC container, it has some great features. Though I found it to function incorrectly at two points (it’s not that the path chosen by the Unity team is incorrect, I just want/excpect it to act differently). The first thing that bothered me was the fact that Unity throws an exception when Resolve<T> is not able to resolve the given type: I’d prefer it to return null instead, hence most containers do that. The second, even more irritating point, was that ResolveAll<T> only returned the named instances/types instead of all registered types read more...

1 comment |category: |Views: 188

tags: another

LINQ Links(initializecomponent.blogspot.com)

submitted by rayhenryrayhenry(100) 3 years, 1 month ago

Set of links about LINQ. read more...

add a comment |category: |Views: 15

tags: another

5 Random Gotchas with the WPF DataGrid (blogs.msdn.com)

submitted by rayhenryrayhenry(100) 3 years, 1 month ago

Tips from Vicent Sibal of Microsoft. read more...

add a comment |category: |Views: 30

tags: another