|
|
Latest Posts
-
|
You can find Part 1 here: http://blogs.msdn.com/devpara/archive/2010/03/16/jeffrey-richter-at-devweek-2010-part-1.aspx and Part 2 here: http://blogs.msdn.com/devpara/archive/2010/03/16/jeffrey-richter-at-devweek-2010-part-2.aspx...
|
-
|
This is just a short post to share an "ah-hah" moment I experienced building out a large Managed Extensibility Framework (MEF) Silverlight application. Traditionally, I've wired in the view models using the code behind. I'm not one of those who believes...
|
-
|
Over the past few weeks I've been exploring the concept of region management using the Managed Extensibility Framework, and for a good reason. I'm working on a project that has several different regions and controls that must be managed effectively and...
|
-
|
Working on my PowerShell for Developers presentation I'm doing at our upcoming Devscovery Conference in NYC (April 27-29) it was a no brainer to use Jeffrey Snover's excellent Start-Demo script (much improved by Joel Bennett). If you're a bad typist like...
|
-
|
Each instance of Windows Azure Service Role runs its own monitor to gather its own instance specific diagnostic data. The problem that immediately presents itself is knowing what exactly is being collected, where the data is being saved, and how to retrieve...
|
-
|
I'll be presenting on Windows Identity Foundation today on GeekSpeak ( http://blogs.msdn.com/geekspeak/ )! Please tune in and ask questions, but if you miss it, they'll be recording it for posterity....
|
-
|
In the first part of this series, I demonstrated a very simple project that used MVVM (Model-View-ViewModel) along with the Managed Extensibility Framework to produce a simple screen that toggled between a square and a circle. In this next video, I am...
|
-
|
This is a video tutorial to introduce beginners to how to use both MVVM (Model-View-ViewModel) and MEF (Managed Extensibility Framework) with Silverlight (should work for versions 3 and 4). Of course, some "veterans" may want to watch as well in case...
|
-
|
Wintellect is sponsoring DevWeek 2010, Europe's leading independent conference for software developers, database professionals and IT architects. While we won't be exhibiting this year, Jeffrey Richter and Jeff Prosise will be presenting several sessions...
|
-
|
A few weeks ago, I had the privilege of presenting a talk entitled, "Silverlight Line of Business Applications" at the Atlanta Silverlight Meetup Group . This talk focused on several aspects of building line of business applications, ranging from the...
|
-
|
We often trip over ourselves trying to minimize code behind and abstract behaviors in the UI from the models, etc. This is important for clean separation, but sometimes behaviors may add too much abstraction. The real fact is many applications require...
|
-
|
In my last post , I showed you how to dynamically load modules on demand using the latest MEF release in Silverlight 3. This post, I will take you through managing regions with MEF. This will enable us to have a 100% MEF-based solution in Silverlight...
|
-
|
Idempotency is the mathematical term used to describe a system that produces the same result when a formula or procedure is applied numerous times against the same target. In software systems, this translates to an ability to perform an operation more...
|
-
|
Recently I've been having lots of conversations about the Managed Extensibility Framework (MEF) , the Composite Application Library (CAL or PRISM) , and how they relate. One point of confusion that many people has comes when they try to force the two...
|
-
|
The Silverlight team recently posted a blog entry entitled " Vancouver Olympics - How'd we do That? " in which they detailed the massive effort across multiple partners to pull together the on-line solution for streaming HD videos, both live and on demand....
|
-
|
Silverlight is a client side plug-in based technology that has been in production since late 2007. I've been a web developer for well over a decade now, and recently have focused almost exclusively on Silverlight since version 3.0 was released. It astounds...
|
-
|
NDepend is a product that analyzes large code bases and provides information about dependencies, complexity of code, best practices, and more. While designed to help manage large code bases, it also works well as a "reality check" as you are developing...
|
-
|
There has been a lot of buzz around Microsoft's latest mobile phone operating system. I hope to be involved with this product as much as possible and will blog the detals that I can as they are made available. While the buzz has referred to this as "Windows...
|
-
|
Entity Framework derived types support inheritance and relationships, just as you’d expect from any Object Relational Mapper tool (ORM) Windows Communication Foundation Data Services (Astoria) throws an exception if your derived entities have relationships....
|
-
|
One of the extensibility points added to the run-time in Silverlight 4 is the new INavigationContentLoader interface, which allows applications that use Silverlight's navigation framework to take control of page loading. In Silverlight 3, navigation URIs...
|
-
|
One of the most common examples to help learn a language or framework is an RSS Reader. This is an ideal mini-project because it includes networking, parsing XML, and binding to data elements such as lists. I wanted to provide an example that shows some...
|
-
|
Moq is a library that assists with running unit tests by providing easily mocked objects that implement interfaces and abstract classes. You can learn more about Moq on their website . There is a distribution for Silverlight, and in this post I'll focus...
|
-
|
This is not a technical post, but one that bumps into business. Yes, occasionally us software developers have to lift our heads up and see that there's more to life than hacking code. This is especially true at small companies, such as Wintellect, were...
|
-
|
Live Smooth Streaming is a Microsoft technology that allows you to take a live, encoded, incoming video stream and rebroadcast it using Smooth Streaming technology. This technology multicasts the video stream in segments of varying bandwidths. This can...
|
-
|
I've had a few users ask me about finding memory leaks and understanding what happens with references in Silverlight. One very powerful tool to use when debugging Silverlight applications is the Windows Debugging Tools. You can download the 32-bit (x86)...
|
|
|
|