Microsoft Programmers

Microsoft Programmers

live to code

>

Menu

  • Downloads
  • Home

.net

Benchmarking Index Fragmentation With Popular Sequential GUID Algorithms

In a multi-tenant data insert scenario, GUID is a great data type for primary key. Since it is unique globally, you will not need to rely on any range or custom logic. However, if you extend these columns as index,

jebarson January 16, 2018 .net, Azure, SQL 1 Comment Read more

Writing an asynchronous RelayCommand implementing ICommand

If you are familiar with MVVM, then you are already familiar with relay commands. We use relay commands to map a method with the ICommand raised from a control. Below is the typical code snippet you may have seen a

jebarson July 26, 2017 .net, UWP, WPF No Comments Read more

A poor man’s implementation of row level security in SQL

Often I have come across situations where the enterprise customers want to restrict data availability to their employees / IT not only from the application but also at the database level. Government / Public sectors have a common requirement that

jebarson November 2, 2015November 2, 2015 .net, Security, SQL 3 Comments Read more

Pin / Unpin Control Template For Toggle Button

I was looking for a template which will help put a pin / unpin button using toggle button. Thanks to Antoni Dol who has already shared a fantastic template in his blog. I had to make few changes with respective

jebarson August 29, 2012 .net, Silverlight, Windows Phone, WPF 1 Comment Read more

How To Check If Cookies Are Enabled In Windows Phone

Windows Phone as of today doesn’t provide a property or direct API call which will help you identify whether the user has chosen to accept cookies or not. However, we can identify this pretty neatly by trying to get the

jebarson May 4, 2012 .net, Silverlight, Windows Phone No Comments Read more

DIY Home Security Using Kinect, Azure, Windows Phone and Windows 8

Most the people who were in the TechEd 2012 India would have witnessed the cool demo by me and Abhijit Jana made on the opening Keynotes of the event. And now we would like to share how this solution was

jebarson April 13, 2012 .net, Azure, DIY, Kinect, WCF, Windows 8 Metro, Windows Phone No Comments Read more

Byte Array To BitmapImage Converter & IRandomAccessStream Implementation For Windows 8 Metro

After writing the application for Windows Phone, I wanted to bring the same feature with Windows 8 Metro but unfortunately, metro didn’t support the same converter for the reason that BitmapImage can no more read from Stream but only from

jebarson March 14, 2012July 26, 2017 .net, Windows 8 Metro 5 Comments Read more

TechEd India 2012 – Integrating Windows Azure, Windows Phone, Windows 8 Metro and Kinect

I am very happy and excited to announce that this TechEd I will be presenting along with my friend Abhijit Jana. We will be presenting a session which will showcase the integration of Windows Azure, Windows Phone, Windows 8 Metro

jebarson March 13, 2012 .net, Azure, Kinect, Presentation, WCF, Windows Phone No Comments Read more

Byte Array To BitmapImage Converter For Windows Phone Silverlight

While you are binding a byte array of an image file to a Image control in WPF, it displays the image without any problem since, it has the converter for the same defined withing itself. While in Windows Phone, you

jebarson February 15, 2012 .net, Silverlight, Windows Phone 15 Comments Read more

Why Ternary Operator Doesnt Support Nullable Types

Nullable types and ternary operators are around for many years now and may be not everybody know that ternary operator doesn’t support assigning null values to nullable types. There is also a bug logged in the “connect” site and it

jebarson November 22, 2011 .net No Comments Read more
  • « Previous

Categories

Advertisement

Recent Posts

  • Benchmarking Index Fragmentation With Popular Sequential GUID Algorithms
  • Q# Quantum Computing – Introduction
  • Writing an asynchronous RelayCommand implementing ICommand
  • Refer azure runbook activity output in PowerShell expression
  • Working around the bug “Instead Of Trigger on View returns no output”

Top Posts

  • Get text from RichTextBlockOverflow Control
  • Writing an asynchronous RelayCommand implementing ICommand
  • Pin / Unpin Control Template For Toggle Button
  • Exception: Value For One Of The Query Parameters Specified In The Request URI Is Invalid at CloudBlockBlob.PutBlock Method

Follow me on Twitter

My Tweets

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Copyright © 2019 Microsoft Programmers. Powered by WordPress. Theme: Spacious by ThemeGrill.