Nested Unity Containers and Singletons
I work on a project that uses Unity dependency injection framework. You get objects from container by calling Container.Resolve<SomeType>(). By default each call to Resolve() will return a new object. […]
I work on a project that uses Unity dependency injection framework. You get objects from container by calling Container.Resolve<SomeType>(). By default each call to Resolve() will return a new object. […]
When you add a view to a region (Region.Add(view)), it could be a real view, or a data template from which the view is created. The region tries to associate […]
Very brief note, so I don’t forget the circumstances: I may write a sample later. When you define Prism region in your view like this: <igDock:TabGroupPane prism:RegionManager.RegionName=”SomeRegion” /> Prism has […]
By their own admission, the organizers tried to squeeze most interesting stuff into the first two days, so the third day was less agile and prone to repetition of the […]
jQuery vs AJAX toolkit. It turns out Microsoft ditched AJAX libraries of its own (ASP.NET AJAX, MS Ajax Library, AJAX control toolkit) in favor of jQuery. AJAX control toolkit is […]
Rocky Lhotka gave a nice and quite deep speech on how we, regular software developers, can prepare ourselves to the brave new world of Metro and Windows 8. The trouble […]
Metro UX Design Guidelines. This class gave somewhat less technical perspective on all things Metro. According to the new religion, full screen is actually good for you. Show content, not […]
Keynote was given today by two people: a senior manager from Microsoft and a CEO of a partner company. It’s funny that they refer to the whole event as “show”, […]
I was a little late for the keynote @8AM, but I don’t think I missed much. I expected some kind of strategic speech, but it was yet another demo with […]
WinRT Internals. WinRT runtime is a completely new set of classes available out of the box and usable in all 3 supported Metro environments, namely CLR (with C#/VB), WinJS (with […]