erikmork

Stories kicked by erikmork

Top 10 Things to know about Silverlight Prism(sparklingclient.com)

submitted by erikmorkerikmork(65) 2 years, 10 months ago

Prism is one of the hottest topics in Silverlight. Here, I provide the top 10 things that I think every developer should know about Prism. read more...

add a comment |category: |Views: 22

tags: another

Downloading and Building Prism(sparklingclient.com)

submitted by erikmorkerikmork(65) 2 years, 10 months ago

Prism is amazing. It was pretty much made by geniuses. Unfortunately, it’s kind of hard to figure out 1) where to download it and 2) what to do with it after you’ve downloaded it. This is a guide that shows you how to get up and running with Silverlight Prism. read more...

add a comment |category: |Views: 13

tags: another

Regions in Prism Video(development-guides.silverbaylabs.org)

submitted by erikmorkerikmork(65) 2 years, 11 months ago

Regions in Prism are kind of like Master Pages. They allow us to have master and sub-views. If you're interested in composing views separately and then bringing them together in the running application, Regions are for you. As with all of the things in Prism, Regions are a part of the buffet. You can use them or not at your discretion. read more...

add a comment |category: |Views: 28

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

Prism in Silverlight - Introductory Screencast(development-guides.silverbaylabs.org)

submitted by erikmorkerikmork(65) 3 years ago

This tutorial shows you how to create a Prism application in Silverlight. This hyper-video contains code you can actually see and copy. If you're just interested in just the code, see the Prism code in text form. Prism can be thought of as a set of libraries that help Silverlight applications be scalable and testable. It has a number of features (modularity, view regions and commanding) that help with this. This guide shows you how to get started writing a Prism application in Silverlight. read more...

1 comment |category: |Views: 33

tags: another

Using Obscure Windows COM APIs in .NET(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 1 month ago

A lot of the new Windows Vista and Windows 7 APIs are exposed via COM. Here's a simple introduction for how to use them when no wrappers are available. read more...

add a comment |category: |Views: 329

tags: another

ELMAH: Error Logging Modules and Handlers for ASP.NET (and MVC too!)(hanselman.com)

submitted by sharplifesharplife(4570) 3 years, 1 month ago

ELMAH has been one of the most useful tools for ASP.NET developers to log errors on their web applications. Now Scott has a nice talk on how to use it even in your ASP.NET MVC applications. Cool! read more...

add a comment |category: |Views: 333

tags: another

Learning resources for .NET 4.0 new features(bogdanbrinzarea.wordpress.com)

submitted by mureshanmureshan(295) 3 years, 1 month ago

A comprehensive list of articles for .NET 4.0 new features read more...

add a comment |category: |Views: 670

tags: another

Behaviors in Blend 3(development-guides.silverbaylabs.org)

submitted by erikmorkerikmork(65) 3 years, 1 month ago

Behaviors are a new feature in Blend/Silverlight 3 and WPF. They allow designers to handle user interactions in XAML, and they also provide a clean division of concerns. Unfortunately, in the Blend 3 Preview, there aren't any behaviors included. This guide shows you how to write a behavior from scratch and also gives a look at a great new behavior written by Laurent Bugnion. read more...

add a comment |category: |Views: 17

tags: another

MSDN session on ASP.NET MVC(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 1 month ago

As promised to all people attending my online session on ASP.NET MVC this afternoon, here is the slide deck I’ve used. I must say, doing a presentation using Live Meeting and a Microsoft Roundtable device seemed a bit strange at first. However, the setup that is used to do this kind of sessions is really cool to work with! Make sure to check Katrien’s blog for all other Live Meeting MSDN sessions that are planned. read more...

add a comment |category: |Views: 58

tags: another

Navigate your codebase like a pro with ReSharper 4.5(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 1 month ago

Taking a look at how you can navigate your souce code using ReSharper 4.5 read more...

add a comment |category: |Views: 394

tags: another

Web Browser in C#(c-sharpcorner.com)

submitted by rohan123rohan123(740) 3 years, 1 month ago

The attached project is a Web Browser application created in C# 2.0. read more...

1 comment |category: |Views: 586

tags: another

Should You Use ASP.NET MVC?(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 1 month ago

There are a lot of ASP.NET web forms developers out there that admit that they don't "get it" when it comes to all the hubbub surrounding ASP.NET MVC. In some ways, I can sympathize with them. The vocal minority that raves about ASP.NET MVC gush about it with such zeal that they make it sound like you'd have to be a fool not to switch over. But in actuality, the decision isn't nearly as black and white. There has been talk about how the ASP.NET MVC framework is a web forms killer (despite the objections from those creating it), and if you listened only to them you would think that ASP.NET web forms development was done for -- cast to the wayside as an obsolete framework suitable only for amateur drag-and-drop developers. read more...

add a comment |category: |Views: 429

tags: another

How I Learned to Love Dependency Injection: The Code Samples(jamescbender.com)

submitted by JamesCBenderJamesCBender(749) 3 years, 1 month ago

Code samples from a presentation on Dependency Injection at Central Ohio Day of .NET read more...

add a comment |category: |Views: 724

tags: another

Silverlight Best Practices - ViewModel (MVVM) in Raw Silverlight 2 (development-guides.silverbaylabs.org)

submitted by erikmorkerikmork(65) 3 years, 1 month ago

This is a hyper-video screencast on MVVM in Silverlight 2. Model-View-ViewModel (MVVM or ViewModel) is a pattern for separating concerns in technologies that use databinding. For Silverlight 2, it can help to make more maintainable applications by removing much of the code in the code-behind files and allowing full testing of business logic. This video shows how to do a simple implementation of MVVM in Silverlight 2 without additional helpers (like Prism, Silverlight.FX, etc.). read more...

add a comment |category: |Views: 67

tags: another