JoymonOnline

Blogs

This is my blogosphere.Here you can find few of my blogs with their latest posts.You may read all by clicking on the corresponding URL.

Joymon V/S Code

[Video] .Net Framework v/s .Net - HttpClient throwing TaskCancelled instead on Timeout30 May 2023
Today released a new video after long time. It is talking about 2 scenarios in .Net ecosystem related to HttpClient class and how it handles timeouts. It...
The scope of the variable in C# switch case16 May 2023
If we go for interviews regularly, everything is evident when we look at the code below. Otherwise, there are chances of confusion will it work? Also as managers who di...
Encrypt and Decrypt using the logged in user profile in .Net Framework16 May 2023
The requirement here is simple to encrypt and decrypt only by the logged-in user context. Details go below....

My Silverlight experiences

How to get unrestricted access in Silverlight 525 Dec 2011
As you all know Silverlight 5 released with unrestricted access in InBrowser mode which gives full control to the Silverlight developers in the cl...
Silverlight 5 released !! more access or security threat11 Dec 2011
Finally it is released. Earlier than expected. http://www.si...
Silverlight local messaging issues with ‘\0’29 Aug 2011
When we want to communicate between 2 Silverlight applications locally, we have a framework way to accomplish the same.Its nothing but 2 classes ...

Joymon's world of WPF

WPF is dying - Time to focus on HTML+Javascript+CSS based desktop development23 Jul 2015
"Long long ago when browsers were only used to show documents and text delivered from servers, there was a tech...
MVVm views without C# code behind file31 Jul 2014
The MVVm is a great technique for separating the concerns. If we take ASP.Net MVC we can see it is built for us...
Binding Viewmodel property to tabitem header in MVVm pattern03 Jul 2014
Its been a while since I started a WPF project from scratch. I was mainly into the architectural side of applic...