Blog
Blog posts on .NET, Azure, and more.
How to host ASP.NET 5 Application in Azure Web Apps
April 18, 2015 by Anuraj
.Net ASP.Net ASP.Net MVC Windows Azure
This post is about hosting ASP.NET 5 Application in Azure WebApps / Websites. If you are using Visual Studio, you can use the publish wizard. But if you are using k or dnx runtimes this option is not available. ASP.NET wiki in GitHub contains a page about FTP deploy but it is not working :( Later I found another page, which discuss about this. But I had to spent some time to make the deployment work successfully.
How to change lync status using C#
April 15, 2015 by Anuraj
.Net .Net 3.0 / 3.5 .Net 4.0 Windows Forms
Another Lync post :) This snippet will help you to change the lync status(available, away, busy etc) using C# and Lync API. As I mentioned in the earlier post, you need to install the Lync SDK.
Building a Lync bot using C#
April 13, 2015 by Anuraj
.Net .Net 3.0 / 3.5 .Net 4.0 Visual Studio Windows Forms
Long back I wrote an article on creating a language translation bot using Skype and C#, since Microsoft stopped Skype COM API, and I am using lync more than Skype, I thought of writing the same implementation using lync.
Android - How to intercept SMS messages and prevent them from appearing in the Inbox
March 31, 2015 by Anuraj
.Net Android Visual Studio
Android allows app developers to intercept SMS, here is the code snippet, which will help you to get the sms details and if you require you can stop them appearing in the inbox.
Creating user friendly strings for C# enums
March 19, 2015 by Anuraj
.Net .Net 3.0 / 3.5 .Net 4.0 ASP.Net ASP.Net MVC Windows Forms
Recently one of my colleague asked me question, he want to create a enum with string values. But C# doesn’t support string based enums, so here is the code snippet which will help you to associate string values to enums. This code is not using any custom attribute, instead it is using DescriptionAttribute class. Here is the enum, with the associated string values.
Copyright © 2024 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub