VS Live 2013 in Las Vegas

As I mentioned before, I spoke at VS Live 2013 in Las Vegas last week.  I spoke on two topics Entity Framework Code First End to End This session will cover the use Entity Framework in .NET based applications. Discussion will include model creation and organization as well as schema evolution via migrations. The role …

Continue reading ‘VS Live 2013 in Las Vegas’ »

Getting Started with Service Bus for Windows

From talking to other developers, it appears that the fact that Microsoft shipped Service Bus for Windows last year with an update this year went largely unnoticed.  Hence, I want to document my experience in getting started with the product. From high level perspective, service bus is a messaging system, promoting the following key values …

Continue reading ‘Getting Started with Service Bus for Windows’ »

Using Membership Provider to Protect WC Data Service

I blogged previously about securing services with forms authentication.  In this blog post I would like to describe a shortcut to creating a secure service using membership provider infrastructure.  To start with, we need to create a provider.  It is pretty easy step, as you can inherit System.Web.Security.MembershipProvider and override any methods you need to.  …

Continue reading ‘Using Membership Provider to Protect WC Data Service’ »

VS Live 2013 in Las Vegas

I’ll be speaking at Visual Studio Live!, March 25-29 in Las Vegas, NV http://bit.ly/VSLVLSPK1.  Surrounded by your fellow IT professionals, Visual Studio Live! provides you with immediately usable IT education that will keep you relevant in the workforce. I’ll be presenting the following session: · Entity Framework Code First End to End · WCF Data …

Continue reading ‘VS Live 2013 in Las Vegas’ »

Using WebApi in Multi Tier Web Application

I really like the idea of using Web Api technology.  I have been wondering however for a while about using this technology in multi-tier web application.  All the demos I have seen expect to have connection string in the web application exposed by Web Api.  I think that not having an ability to run a …

Continue reading ‘Using WebApi in Multi Tier Web Application’ »

More on Running Crystal Reports on Azure

Since in our software due to pricing of SSRS on Azure we chose not to use that reporting solution, we decided to go with Crystal Reports.  I already blogged about that once here. Since then I encountered a few more issues that I wanted to document. Copying Crystal JavaScript files worked for us for brand …

Continue reading ‘More on Running Crystal Reports on Azure’ »

More on Publishing to Azure and VIP

Last week I did some more research into publishing to Azure from MSBuild.  One of the requests we received is to keep virtual IP address (VIP) the same throughout publishing.  I blogged on the subject before here. This code worked just fine, but it was replacing virtual IP every time when deployment was deleted and …

Continue reading ‘More on Publishing to Azure and VIP’ »

Implementing Facebook Integration in WinRT App

I am working on and off on a personal application for Windows 8.  I would like to protect the data via a login screen, but I would really hate for the user to remember yet one more login.  Moreover, I would like to at some point generate email reminders for the users as well as …

Continue reading ‘Implementing Facebook Integration in WinRT App’ »