Deployment of SQL Express LocalDB on IIS
I am writing this blog to point out this scenario when you are trying to use LocalDB in a website and deploy on the IIS server. Most of the time we use SQL Express as a light weight version of SQL...
View ArticleIIS Logs stops writing in cloud service
I was recently working on a case where the IIS logs stops writing on all Production boxes. There was 995GB on C:\ disk for logs, but logs writing starts only after some files were deleted. The Current...
View ArticleaddPreSearch and addCustomFilter in CRM 2013
Using these new methods we can now easily filter the lookup in CRM 2013.Using addPreSearch we can specify a handler to PreSearch Event. Inside the handler we can specify our fetch xml query that can be...
View ArticleNew-Module を用いてカスタムオブジェクトを生成する
PowerShell でカスタムオブジェクトを定義する一番ストレートな方法はハッシュテーブルと Add-Member を組み合わせるパターンでしょう。$custom = [pscustomobject] @{ Message = 'Hello, world!' } | Add-Member -PassThru -MemberType ScriptMethod -Name Hello -Value...
View ArticlesetShowTime in CRM 2013 to show Time for DateTime Control
setShowTime method can be used to show time along with date for the DateTime control.Xrm.Page.getControl(arg).setShowTime(bool) Xrm.Page.getControl('createdon').setShowTime(true); Cheers,Shraddha...
View ArticleSetting and retrieving Date Encryption key programmatically in CRM 2013
System admin can manage Date Encryption through Settings à Data Management à Data Encyrption area.To programmatically retrieve and update the Encryption key we can use the...
View ArticleExecuting request messages in background (asynchronously) using...
CRM 2013 has introduced new request ExecuteAsyncRequest to execute the Request messages in async. This message can be used for resource intensive or long running requests in background.However right...
View ArticleSmall Basic November 2013 Guru Winners!
The TechNet Guru Awards celebrate the technical articles on TechNet, contributed from valued wiki authors like YOU!Each month, the contributions are scored by a panel of judges (5 per category, 2-3 in...
View Article[Sample Of Dec 21st] Virtual Volume Driver sample
Sample Download : http://code.msdn.microsoft.com/VirtualVolume-83334efd#contentThis is the Virtvol sample driver. This version of the driver has been modified to support the driver frameworks. This...
View ArticleHDInsight: - CoC (Calculation of Cores)
If you ever notice “99% of XX HDINSIGHT CORES” in your HDInsight dash board on wonder what it means? Or during cluster creation if you get error/warning “The cluster can have at most 0 data nodes” and...
View ArticleAll I Want For Christmas...
So I continue to battle with Windows 8.1 and Outlook 2103 on my nice big Dell workstation. Our IT support department have given up on me, saying it's obviously a problem with my own network...
View ArticleWeekend Links 12/22
Before I go to sleep I would love to share some of my links with you. We are closing this year strong and that is thanks to all of you. In case you are already enjoying a well deserved rest: Happy...
View ArticleBeta Version Apps doesn’t expire any more, new release of Dev Center app
According to Rushmi Malaviarachchi recent posts, there is some updates that I’d like to share with you: beta apps no longer have an expiration date, and the Windows Phone Dev Center app has a new...
View ArticleStudy Notes of "Pattern-Oriented Design"
Here are the study notes of my recently attended training "Pattern-Oriented Design". The lecturer is Amir Kolsky.Six Do'sDo the right thing Process/PMsDo it rightUnderstandingDo it efficientlyDo it...
View ArticlealertDialog and confirmDialog in CRM 2013
CRM 2013 have added 2 new methods alertDialog and confirmDialog. These new methods have been added by keeping Tablets in mind. Instead of using window.alert and window.confirm we need to use these two...
View Article25 Holiday Classic Movies and a Lesson Learned
A few years back, I put together a roundup of 25 holiday classic movies to help people find their holiday spirit:What 25 Holiday Classics Teach Us About Life and FunThe post was pretty broken in terms...
View ArticleSome cool Education Windows 8 Apps for Kids... and How to Rate Apps in Windows 8
From the looks at the lines at BestBuy and the Microsoft Store... and the sold-out status of just about all of the Surfaces (Surface/Surface 2/Surface Pro/Surface Pro 2)... and the number of Dell Venue...
View ArticleMTC Dallas: Elevating PowerPoint Presentations with Touch
Years ago, the Dallas Microsoft Technology Center (MTC) equipped all conference rooms with digital whiteboards. Soon, many of these whiteboards will be upgraded with 82-inch Microsoft Perceptive Pixel...
View ArticleThat doesn't sound like South Frisian to me
I dreamed that I was back in college taking a course in South Frisian, but I suspected something was up because the words didn't sound Germanic at all, and we were taught the words to a Christmas...
View ArticleTechDay Jueves
TechDay Jueves: Windows 8: From top to bottomLos TechDays de los Jueves son un formato único creado por los equipos de MSDN y TechNet de Microsoft España. Lo que pretendemos con esta jornada es...
View Article