Blog
Blog posts on .NET, Azure, and more.
Cookie Authentication in ASP.NET 5
February 05, 2015 by Anuraj
.Net ASP.Net ASP.Net MVC
This post is about cookie based authentication in ASP.NET 5. I am implementing a cookie authentication in ASP.NET MVC application. Similar to other middleware components in ASP.NET, Cookie Authentication is also a middleware component, which you need to plug into ASP.NET pipeline.
Sending email message using Exchange Web Service Managed API
February 04, 2015 by Anuraj
.Net ASP.Net ASP.Net MVC Visual Studio
Microsoft Exchange Web Services (EWS) is an interface by which you can programmatically manage Exchange items such as calendar, contact, and email. Microsoft Exchange Web Services is an Application Programming Interface (API) that provides programmatic access to the information and business logic in Microsoft Exchange Server 2007 or later versions. EWS is now an open source project, you can find it in github
Using SignalR in ASP.NET 5
January 29, 2015 by Anuraj
.Net ASP.Net ASP.Net MVC Visual Studio
In this post I am implementing a whiteboard solution using SignalR and ASP.NET 5.
Creating a WCF service proxy with ChannelFactory
January 23, 2015 by Anuraj
.Net .Net 4.0 Visual Studio WCF
A proxy, in its most general form, is a class functioning as an interface to something else. The proxy could interface to anything: a network connection, a large object in memory, a file, or some other resource that is expensive or impossible to duplicate.(From wiki). In case of WCF, proxy class helps client application to use WCF service,without knowing the address or implementation details. Here is the code for generic WCF proxy, using ChannelFactory class. ChannelFactory enables you to dynamically creating a proxy object based on the Service Contract. It will help you to avoid update service references or proxies generated using svcutil utility.
Windows is trying to configure Visio upon Application Start-up
January 20, 2015 by Anuraj
Miscellaneous Windows 7
This post is not related to anything programming :) In my system, when launching Visio, the application will pause while displaying “Please wait while Windows configures Microsoft Visio”. And after sometime, it shows the main window.
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