| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
1 Articles match "Code Snippets","Visual Studio"
| Related DevelopMentor Courses | MORE | | Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1 You can download the latest version here and take it for a spin – or get it from the Visual Studio Extensions Gallery by opening Visual Studio and selecting Extensions Manager from the Tools menu. You can still use the toolkit to develop MVVM apps for Silverlight 4 if you wish, and the Visual Studio project templates include versions for both Silverlight versions – 4 and 5. You still get all the source code, supporting libraries, and an abundance of samples. I’ve just upgraded my Simple MVVM Toolki t to support Silverlight 5.0 Enjoy DevelopMentor Courses - Friday, March 2, 2012 |
15 Articles match "Code Snippets","Visual Studio"
| The Latest from DevelopMentor | MORE | | Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1 You can download the latest version here and take it for a spin – or get it from the Visual Studio Extensions Gallery by opening Visual Studio and selecting Extensions Manager from the Tools menu. You can still use the toolkit to develop MVVM apps for Silverlight 4 if you wish, and the Visual Studio project templates include versions for both Silverlight versions – 4 and 5. You still get all the source code, supporting libraries, and an abundance of samples. I’ve just upgraded my Simple MVVM Toolki t to support Silverlight 5.0 Enjoy DevelopMentor Courses - Friday, March 2, 2012 Screencast: Real-World MVVM with WCF RIA Services You can also download the code for the tutorial and read the tutorial. Here are the main steps you perform: Create a new project in Visual Studio 2010 using the SimpleMvvmRiaServices project template installed by the Simple MVVM Toolkit. Using the SimpleMvvmViewModel Visual Studio item template , add a ViewModel to the Silverlight project. Use the mvvmprop code snippet to add properties to the ViewModel. Using the mvvmcontext XML snippet , set the DataContext of the View to the ViewModel property of the locator. Great news! Enjoy Tony and Zuzana's World - Thursday, April 28, 2011 Simple MVVM Toolkit versus MVVM Light Toolkit Presently MVVM Light requires a manual installation , but the download for Simple MVVM is an installer which gives you the assembly binaries, external libraries, samples and source code. It also registers the toolkit assemblies so that they appear in the Visual Studio Add References dialog, and it installs Visual Studio project and item templates, code and xml snippets. And if you download the Simple MVVM Toolkit from the Visual Studio Extensions Gallery, you’ll also be notified when a new version of the toolkit is released on the gallery. Tony and Zuzana's World - Saturday, April 23, 2011 | -
| The Best from DevelopMentor | MORE | - Screencast: Real-World MVVM with WCF RIA Services
You can also download the code for the tutorial and read the tutorial. Here are the main steps you perform: Create a new project in Visual Studio 2010 using the SimpleMvvmRiaServices project template installed by the Simple MVVM Toolkit. Using the SimpleMvvmViewModel Visual Studio item template , add a ViewModel to the Silverlight project. Use the mvvmprop code snippet to add properties to the ViewModel. Using the mvvmcontext XML snippet , set the DataContext of the View to the ViewModel property of the locator. Great news! Enjoy Tony and Zuzana's World - Thursday, April 28, 2011 - Using Open Source? Get NuGet.
My friend and fellow DevelopMentor instructor , Michael Kennedy , just turned me on to the NuGet Package Manager , a very cool way to install and use open source software right from within Visual Studio. Instead of manually downloading and installing the software, if you’ve installed NuGet (from the Extension Manager) you can open a Visual Studio project, right click on references and select “Add Library Package Reference.” Packages installed with NuGet are scoped at the level of the Visual Studio project. As well as content files. xml version="1.0" Tony and Zuzana's World - Monday, February 7, 2011 - Simple MVVM Toolkit versus MVVM Light Toolkit
Presently MVVM Light requires a manual installation , but the download for Simple MVVM is an installer which gives you the assembly binaries, external libraries, samples and source code. It also registers the toolkit assemblies so that they appear in the Visual Studio Add References dialog, and it installs Visual Studio project and item templates, code and xml snippets. And if you download the Simple MVVM Toolkit from the Visual Studio Extensions Gallery, you’ll also be notified when a new version of the toolkit is released on the gallery. Tony and Zuzana's World - Saturday, April 23, 2011 - Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1
You can download the latest version here and take it for a spin – or get it from the Visual Studio Extensions Gallery by opening Visual Studio and selecting Extensions Manager from the Tools menu. You can still use the toolkit to develop MVVM apps for Silverlight 4 if you wish, and the Visual Studio project templates include versions for both Silverlight versions – 4 and 5. You still get all the source code, supporting libraries, and an abundance of samples. I’ve just upgraded my Simple MVVM Toolki t to support Silverlight 5.0 Enjoy DevelopMentor Courses - Friday, March 2, 2012 - Simple Mvvm Toolkit Version 2.0: Better and Even Easier to Use
of the Simple Mvvm Toolkit on CodePlex , NuGet and the Visual Studio Extensions Gallery. Now all you have to do to get it is open Visual Studio and select Extensions Manager from the Tool menu, then search for “Simple Mvvm Toolkit” and click the Download button. Launch SimpleMvvmInstaller.exe and you’ll get the whole shebang: binaries, project and item templates, code snippets, samples and source code, copied to the SimpleMvvmToolkit directory in your Program Files folder. I have just released version 2.0 Press F5 and voila! So there you have it! Tony and Zuzana's World - Wednesday, April 13, 2011 - Type-Safe Two-Way Data Binding with INotifyPropertyChanged
You can download the code for this blog post here. As you can see, this requires a lot of repetitive code and the use of strings is error-prone. Expression trees are simply a representation of code as data, usually in order to transform it to something else. The really nice thing about this is that the compiler is smart enough to infer TModel and TResult type arguments, which makes the code much cleaner. Lastly, the toolkit also comes with a code snippet that inserts the property code and includes the call to NotifyPropertyChanged. null ). Body).Member.Name; Tony and Zuzana's World - Tuesday, January 25, 2011 - Simple MVVM Toolkit Improvements: Documentation, Features, Sample Apps
And many of those other toolkits are woefully lacking in the way of documentation and code samples. The initial version of my toolkit includes the following features: Helper classes , Visual Studio templates , code snippets. I’ve released a new version of my Simple MVVM Toolkit for Silverlight that has improved documentation, a bunch of new features and additional sample applications. In fact, I would be so bold as to say my toolkit probably has more features than other toolkits (such as the very popular MVVM Light Toolkit by Laurent Bugnion). Tony and Zuzana's World - Sunday, January 23, 2011 %>
| | |