Author: Jebarson

Exception: Value For One Of The Query Parameters Specified In The Request URI Is Invalid at CloudBlockBlob.PutBlock Method

If you are encountering this exception on CloudBlockBlob.PutBlock method, then you might be one of the unfortunate developer who is trying to figure out what went wrong without much support from the exception object. Though there are many reasons for the same, one of the common mistake is the encoding we use. Let me detail […]

Multiple Sort For Collection Using LINQ

There are quite a lot of instance where you need to do a primary sort and you need a secondary sort on the same collection and sometimes even multiple sort. With LINQ we can achieve it pretty straight forward. Let us assume the situation here. We have a list of employees and we need the output to be sorted […]

Unleashing ASP.net Calendar Control

Download Sample CalendarDemo.zip (171.18 kb) Introduction Calendar control is as important as a normal text box control in any application. Most of any application which needs data entry will definitely need a calendar control at some part. ASP.net has a very good calendar control which we often ignore without exploring how far it can be […]

Scroll to top