MVVM

Showing posts with label MVVM. Show all posts

Here comes the weekly news digest at SilverlightZone.com. During last week (9th October 2011 to 15th October 2011) we submitted 63 news posts on Silverlight, Windows Phone 7, LightSwitch and Visual Studio 11. We have also seen the launch of Windows Phone 7 in India.

 

As usual, here in this post, I am going to share the top 5 posts of the week followed by the links towards Daily News Digest. If you missed to read some posts, you can find them here. Follow us on Twitter and Facebook to receive regular update on the latest article news posted daily.

Published by on under LightSwitch | MVVM

Today posting the last week’s news digest of Silverlight-Zone.com. During last week (2nd October 2011 to 8th October 2011), we have submitted ~76 news links in SilverlightZone on different topics like Silverlight, Windows Phone 7 and LightSwitch.

 

It’s our effort to share the already available good content to you. As usual, this post will cover the Popular 5 Posts of last week and link towards daily news digest for your reference. Share us your thoughts and views about Silverlight-Zone.com. We are eager to hear something from you. Your continuous support matters to help the community grow.

Published by on under MVVM | Silverlight

MVVM from Scratch using Silverlight - PUG Monthly Meet - July 2011

On last Saturday (i.e. 9th July 2011) I delivered one hour session on "MVVM from Scratch using Silverlight" in Pune User Group's (PUG) Monthly meet. The session was full of demo and very little with slides.

 

In this post I will just recap the session for you to know what are the things I discussed there. I will also share the slides here, if you want to go through it offline.

Published by on under CodeProject | Events

On coming Saturday, 9th July 2011, I am going to take an hour session on "MVVM from Scratch using Silverlight" in the Pune User Group's (PUG) monthly meeting. The session will start from 10 AM and will continue for one hour. Also there are two more sessions on Windows Phone 7 and Parallel Programming.

 

In this one hour session, I will demonstrate what is MVVM pattern, how a designer/developer will get the benefit of using it. I will also demonstrate how this will help you to clear up the code behind file and make a fully loosely coupled & maintainable code. Read more to find the Agenda and Venue of the event. Entry is FREE, hence you can join it directly at the venue. Will meet you there.

Published by on under Events | MVVM

Today we have completed 3rd month of our activity in Silverlight-Zone.com and continuously trying to improve it. We are regularly updating the site with latest news on Silverlight, Windows Phone 7, LightSwitch, XAML, Expression Blend, XNA etc.

We are also publishing all those entries to Twitter and Facebook, whenever a new post has been submitted, keeping all followers up-to date. Find out more about March 2011 in this post.

Published by on under ExpressionBlend | LightSwitch

Today we have completed 2nd month of our activity in Silverlight-Zone.com and got a huge nos. of responses from the community. In two months we crossed 30K+ visitors count which is pretty good. Audiences are mainly from United States, India and United Kingdom, followed by France and Germany. I will appreciate everyone's contribution towards this blog to make it a great success.

 

Silverlight-Zone.com posts articles/news on Silverlight, Windows Phone 7, XNA, LightSwitch, XAML and Expression Blend etc. We are trying our level best to keep all of you updated on Silverlight-Zone.com. We are also publishing all those entries to Twitter and Facebook, whenever a new post has been submitted, keeping all followers up-to date. Find out more of February 2011 in this post.

Published by on under ExpressionBlend | LightSwitch

Today, we have 14 news items posted in Silverlight-Zone. If you are a Silverlight or Windows Phone 7 application developer, follow Silverlight-Zone for daily news update.

 

In this issue we have posts from: Abhishek Baxi, Telerik Silverlight Team, Oren Gal, Abram John Limpin, Rudy Grobler, Windows Phone Geek, Deborah Kurata, Ali Raza Shaikh, Gill Cleeren, John Garland, Dan Wahlin, Roy Dallal, Microsoft Expression and Laurant Bugnion.

Published by on under ExpressionBlend | MVVM

Today, we have 15 news items posted in Silverlight-Zone. If you are a Silverlight or Windows Phone 7 application developer, follow Silverlight-Zone for daily news update.

 

Subscribe to our news feed and email digest to deliver it to your inbox. We also tweet whenever a new link has been submitted. Follow us on Twitter @SilverlightZone for regular news tweet delivered to your twitter account.

 

Find all the Silverlight/WP7 related article links in this post.

Published by on under MVVM | Silverlight

One of my reader “Girish” recently contacted me with a problem statement. His problem is, he wants to show a TextBox on selection of “Others” from a ComboBox and I informed him to use a ValueConverter and also told him, I will do a blog post on it, so that he can understand each step from that.

 

This post I am dedicating to him. May be, some other people who are new to Silverlight can get benefit from it. Read the full post to learn the process to do it.

Published by on under MVVM | Silverlight

image

I have seen people writing Code Behind a lot while they are working in the MVVM framework. A huge lines of code in their xaml.cs file actually creates problem to the designers to change anything present in the XAML. Why is this so? Because, lots of people don’t know how to use Triggers to call the MVVM methods to complete their business need.

 

Michael Washington has a nice article on DataTrigger to reduce the Code behind file. It definitely reduces the problem of MVVM that world faces generally. Also, we need to do some additional things to reduce the code behind.

 

In this article, I will show you how to fire Triggers to call some methods present in your ViewModel, instead of writing in the code behind file. Read more to learn about it.

Published by on under MVVM | Silverlight

MVVM, which is an abbreviated form of (M)odel-(V)iew-(V)iew(M)odel is not new to you all. But there are someone who don’t know about it. If you are a Core ASP.Net developer you may know about MVC & MVP, may also know about MVVM which mainly used in WPF/Silverlight. For them, it is tough to remember about its concept.

 

In general in any of my discussions or presentations, I used to describe MVVM in a way which is very easier to understand and easy to recall. Hence thought, why shouldn’t I share this to you? That’s why writing this post. Read it. I hope that, you will enjoy it much while reading it fully.

Published by on under .Net | MVVM