Monday, May 9, 2011

DataScripter

DataScripter


DataScripter

Posted: 09 May 2011 12:00 PM PDT

Browse your data and optionally script it - the smart way.

Compiling MVC Views In A Build Environment

Posted: 09 May 2011 10:51 AM PDT

ASP.NET MVC project templates include support for precompiling views, which is useful for finding syntax errors within your views at build time rather than at runtime. In case you missed the memo, the following outline how to enable this feature. Right click on your ASP.NET MVC project in the Solution Explorer Select Unload Project in the context menu. Your project will show up as unavailable Right click on the project again and select Edit ProjectName.csproj . This will bring up the project file within Visual Studio. Search for the entry <MvcBuildViews> and set the value to true. Then right click on the project again and select Reload Project . Compiling in a build environment If you search for MvcBuildViews on the web, you'll notice...(read more)

Pencho Popadiyn on N-puzzle WP7 application

Posted: 08 May 2011 06:04 PM PDT

Next in our WP7 showcase apps comes N-puzzle – a new, free gaming app developed by CompletIT and Pencho Popadiyn. Pencho is also a recognized article author at SilverlightShow ( check his contributions ). Q1. Pencho - please introduce yourself briefly...( read more )...(read more)

Understanding the Content Controls in Silverlight

Posted: 08 May 2011 02:00 PM PDT

Once you get in touch with the Silverlight Templated controls it became evident that there are three kind of controls you can put in the XAML. Given that the structure of the page is a hierarchical tree - for this reason is is commonly called Visual Tree...( read more )...(read more)

Windows Client Developer Roundup 068 for 5/9/2011

Posted: 08 May 2011 08:38 PM PDT

The Windows Client Developer Roundup aggregates information of interest to Windows Client Developers, including WPF , Silverlight , Visual C++ , XNA , Expression Blend , Surface , Windows 7 , Windows Phone , Visual Studio, WCF RIA Services , Netduino...( read more )...(read more)

Windows Client Developer Roundup 068 for 5/9/2011

Posted: 08 May 2011 08:38 PM PDT

The Windows Client Developer Roundup aggregates information of interest to Windows Client Developers, including WPF , Silverlight , Visual C++ , XNA , Expression Blend , Surface , Windows 7 , Windows Phone , Visual Studio, WCF RIA Services , Netduino...( read more )...(read more)

Tips: Formatting Silverlight TextBlock Control

Posted: 08 May 2011 11:30 AM PDT

In general we use multiple TextBlock controls inside a StackPanel to format a single line. In this post I will show you a different way to format a single line. This is very useful if you want to bind any data in the middle of the text string. Also this...( read more )...(read more)

The Secret to NuGet’s Success. You!

Posted: 29 Apr 2011 09:45 AM PDT

On a personal level, NuGet has been an immensely satisfying project to work on. I've always enjoyed working on open source projects with an active community in my spare time, but being able to do it as part of my day job is really fulfilling. And I don't think I'm alone in this as evidenced by this tweet from a co-worker, Matt Osborn who was contributing to NuGet on his own time from the early days. A big part of the satisfaction comes from being able to collaborate with members of the community, aka you, in a deeper manner than before, which includes accepting contributions. If you go to the OSS community site, Ohloh.net, you can see a list of contributors to Nuget . As you might expect, the top five contributors are Microsofties who work on...(read more)

No comments:

Post a Comment