Monday, January 18, 2010

One more article published on SShow (SL 4 Drag and Drop)

One more article published on SShow (SL 4 Drag and Drop)


One more article published on SShow (SL 4 Drag and Drop)

Posted: 18 Jan 2010 01:52 PM PST

I have recently published an article about Silverlight 4 Desktop drag and drop functionallity, it covers the basics, and advanced sample (simulate sky drive drag drop + upload) and guidance / next steps (excel files drag and drop, images, …). You can...( read more )...(read more)

Silverlight TV airs on Channel 9

Posted: 18 Jan 2010 12:28 PM PST

The first episodes of Silverlight TV are now available on Channel 9 . Go behind the scenes at Microsoft with John Papa and learn what the Silverlight product team is dreaming up next. See exclusive interviews with the Silverlight product team, watch how...( read more )...(read more)

Silverlight 4 breaking the com sandbox to create a file watcher

Posted: 18 Jan 2010 12:24 PM PST

Since Silverlight 4's release I have become quire enamored with the elevated privileges out of browser functionality. The com interopability is great, but again your back to com development and interop. Which although very powerful is also kind of painful...( read more )...(read more)

Silverlight TV Episode 2 – Perspectives on Flash and Silverlight

Posted: 18 Jan 2010 11:29 AM PST

Thank you to everyone for watching Silverlight TV on Channel 9 ! We have been getting some great feedback on what we should include in future shows. We'll be scheduling quite a few shows in the near future, starting with 2 new episodes that will air this...( read more )...(read more)

Editable Routes In Medium Trust

Posted: 18 Jan 2010 11:17 AM PST

Yesterday I wrote about a technique using dynamic compilation to allow editing routes after you've deployed an application without having to manually recompile your application. I made use of a FileSystemWatcher to monitor a Config directory and dynamically recompiled code when the code file changed. This has one advantage over using the App_Code directory in that the whole App Domain doesn't need to get recycled when you make changes to your routes. Today, my co-worker David Ebbo (who's a master at ASP.NET Build and Compilation system) pointed out one gaping flaw with my approach. It doesn't work in Medium Trust because the FileSystemWatcher class demands full trust . Doh! For many business systems, that may not be a concern. But for my blog...(read more)

Silverlight in Seventy Seven Slides ( yes, I know ;-) )

Posted: 18 Jan 2010 01:24 AM PST

Back in the old days, I used to do a lot more in-person talks/sessions for developers and one of the things that myself and colleagues would discuss is whether a topic was well developed enough to warrant a; What Is? session or a; What's New With? session...( read more )...(read more)

Silverlight 4 Desktop Drag and Drop + Silver Sky

Posted: 17 Jan 2010 02:24 PM PST

Introduction Some years ago (pre-silverlight times) a client ask me for a weird requirement…he wanted to drag files from his local explorer and drop them on their ASP .net grid application without using any ActiveX help… I thought, umm… is that possible...( read more )...(read more)

Silverlight Cream for January 17, 2010 -- #781

Posted: 17 Jan 2010 10:31 PM PST

In this Issue: Jim Wightman , Richard Waddell , Fredrik Normén ( 2 ), Einar Ingebrigtsen , Sergey Barskiy , Chris Klug , Dan Wahlin , Walt Ritscher , and Jonas Follesø . Shoutouts: You saw the beginning of Silverlight TV ... now John Papa announces Get...( read more )...(read more)

Editable Routes

Posted: 17 Jan 2010 10:24 PM PST

In general, once you deploy your ASP.NET MVC application, you can't change the routes for your application without recompiling the application and redeploying the assembly where your routes are defined. This is partly by design as routes are generally considered application code , and should have associated unit tests to verify that the routes are correct. A misconfigured route could seriously tank your application. Having said that, there are many situations in which the ability to change an application's routes without having to recompile the application comes in very handy. This is the situation I find myself in as I build a blog engine where the folks who will install may want to tweak the routes without having to recompile the blog's source...(read more)

Great RIA Services Overview in Dr. Dobbs

Posted: 17 Jan 2010 06:46 PM PST

Dan Wahlin has a great introductory article on RIA Services in Dr. Dobbs .    Enjoy! Read More......(read more)

Windows Client Developer Roundup for 1/18/2010

Posted: 17 Jan 2010 10:00 PM PST

This is Windows Client Developer roundup #7. The Windows Client Developer Roundup aggregates information of interest to Windows Client Developers, including WPF , Surface, Windows 7, XNA, Windows Forms , and some Silverlight . If you have something interesting...( read more )...(read more)

Automatic INPC using dynamic proxy and Ninject

Posted: 17 Jan 2010 01:43 PM PST

There has been lots of talk in the Silverlight community about what is the best way to implement the INotifyPropertyChanged interface. During Christmas I blogged about how you can use dynamic proxies to get INPC implemented automatically . Since then...( read more )...(read more)

MeXperience – Step 2 – Architecture and more

Posted: 17 Jan 2010 12:15 PM PST

Besides the purpose of the application itself, I want to make sure I expand my knowledge on Silverlight. This would be especially on the architecture of Silverlight applications. Architecture - MVVM I've read quite a lot of articles on MVVM, but there...( read more )...(read more)

Get Your Questions Answered on Silverlight TV

Posted: 17 Jan 2010 09:47 AM PST

The first episode of Silverlight TV is in the books. A special thank you to Keith Smith for coming on and doing a fantastic job and to everyone who watched our show! The planning for many future episodes is under way. One of the plans is to have take...( read more )...(read more)

No comments:

Post a Comment