joyfulwpf.blogspot.com
Joymon's world of WPF: February 2012
http://joyfulwpf.blogspot.com/2012_02_01_archive.html
Joymon's world of WPF. Abt me :Now a mad rider on the WPF road. View my complete profile. Follow me on Twitter. Friday, February 24, 2012. MVVm - Embed C# code in XAML like ASP.Net MVC. It is long time since I posted something in this blog. I know this is my most famous blog with average 200hits/day but I was mainly concentrating into the other aspects of .Net such as CLR, WCF, ASP.Net, Windows Phone 7 etc than this XAML based display technology. There are 2 main inspirations for this post. Which we can ...
joyfulwpf.blogspot.com
Joymon's world of WPF: MVVm - Embed C# code in XAML like ASP.Net MVC
http://joyfulwpf.blogspot.com/2012/02/mvvm-embed-c-code-in-xaml-like-aspnet.html
Joymon's world of WPF. Abt me :Now a mad rider on the WPF road. View my complete profile. Follow me on Twitter. Friday, February 24, 2012. MVVm - Embed C# code in XAML like ASP.Net MVC. It is long time since I posted something in this blog. I know this is my most famous blog with average 200hits/day but I was mainly concentrating into the other aspects of .Net such as CLR, WCF, ASP.Net, Windows Phone 7 etc than this XAML based display technology. There are 2 main inspirations for this post. Which we can ...
joyfulwpf.blogspot.com
Joymon's world of WPF: July 2015
http://joyfulwpf.blogspot.com/2015_07_01_archive.html
Joymon's world of WPF. Abt me :Now a mad rider on the WPF road. View my complete profile. Follow me on Twitter. Thursday, July 23, 2015. WPF is dying - Time to focus on HTML Javascript CSS based desktop development. And earned so much money with my Silverlight skill. What caused SL to die? MSFT is still not announced SL is dead. When HTML5 arrived, smart people foresee the death of Silverlight and moved to HTML5. But there were still people who. And MSFT will invest on it. Lets come back to WPF. Ther...
joyfulwpf.blogspot.com
Joymon's world of WPF: September 2011
http://joyfulwpf.blogspot.com/2011_09_01_archive.html
Joymon's world of WPF. Abt me :Now a mad rider on the WPF road. View my complete profile. Follow me on Twitter. Sunday, September 18, 2011. WPF 45 New features. Http:/ msdn.microsoft.com/en-us/library/bb613588(v=vs.110).aspx. Its sad to say that,I can't find much interesting features. Sunday, September 18, 2011. Links to this post. Subscribe to: Posts (Atom). WPF 45 New features.
joyfulwpf.blogspot.com
Joymon's world of WPF: MVVm views without C# code behind file
http://joyfulwpf.blogspot.com/2014/07/mvvm-views-without-c-code-behind-file.html
Joymon's world of WPF. Abt me :Now a mad rider on the WPF road. View my complete profile. Follow me on Twitter. Thursday, July 31, 2014. MVVm views without C# code behind file. The challenge here is how to bring quality with these less skilled labor? One of the way to enforce viewmodel usage is to delete the code behind of views which is nothing but the user controls. If we just remove the usercontrol.xaml.cs, it will fail as the Initialize method is missing. So how to overcome is? Http:/ schemas.mic...
joyfulwpf.blogspot.com
Joymon's world of WPF: March 2010
http://joyfulwpf.blogspot.com/2010_03_01_archive.html
Joymon's world of WPF. Abt me :Now a mad rider on the WPF road. View my complete profile. Follow me on Twitter. Tuesday, March 9, 2010. It was my great ambition to clear WPF exam and became a MCTS from the day I started developing in WPF.Yesterday I achieved that.After getting the certification I was just thinking what are the benefits of taking such a certification? Even one of my colleague asked me what you are going to earn by writing these exams? Is it just because company is paying me the fees?
joyfulwpf.blogspot.com
Joymon's world of WPF: December 2010
http://joyfulwpf.blogspot.com/2010_12_01_archive.html
Joymon's world of WPF. Abt me :Now a mad rider on the WPF road. View my complete profile. Follow me on Twitter. Monday, December 6, 2010. Technology v/s Concepts and architecture. First of all this is not a WPF technology post.I posted this in my WPF blog since it has some relation with WPF.ok let’s start. Technology here means the implementation languages or mediums for a programming solution such as WPF. They will say I am strong in concepts so I can do whatever work assigned to me in WPF. You are work...
joyfulwpf.blogspot.com
Joymon's world of WPF: August 2010
http://joyfulwpf.blogspot.com/2010_08_01_archive.html
Joymon's world of WPF. Abt me :Now a mad rider on the WPF road. View my complete profile. Follow me on Twitter. Sunday, August 8, 2010. Common Code Base 3 handling controls. Another issue you are going to face is the namespace and assembly differences of classes in WPF and Silverlight.Especially you will find when dealing with controls.ie the classes will be there with same methods and properties.But in different namespaces or assemblies .That prevent us from having common code base. CCBTreeView would be...
joyfulwpf.blogspot.com
Joymon's world of WPF: June 2012
http://joyfulwpf.blogspot.com/2012_06_01_archive.html
Joymon's world of WPF. Abt me :Now a mad rider on the WPF road. View my complete profile. Follow me on Twitter. Wednesday, June 20, 2012. Drag and drop files from WPF to desktop using C#.Net. Some facts about .Net drag and drop. The drag and drop design. NoSo give an indication that the file is being downloaded to the client side repository /cache /temp location and allow dragging on the files which are downloaded fully. Contains code which puts a in-memory file entity to temp folder when the dragging st...