Brian Swiger

Life With .NET

  • Microsoft .NET Architecture Guidance - Draft...

    Four application architecture guidance drafts are available from Microsoft's Developer Division and the Visual Studio product teams.  These drafts cover four areas: Microservices and Docker, ASP.NET Web Applications, Azure Cloud Deployment, and Xamarin Mobile Applications. Each guidance consists of a set of documents appropriate for the topic.  Microsoft does want your feedback on these draft documents.

  • Going to work for Microsoft...

    I'm excited to announce that I'll be going to work for Microsoft, full-time, starting on the 30th of November. I will be a Senior Application Development Manager in the Microsoft Premier team. I will stay local to Tampa, Florida and am excited to be furthering my career with Microsoft. I've worked for Microsoft Learning in the past on many, many developer exams over the years and am thrilled to join, full-time, in this new role. For some details on what I do, read more: http://www.microsoft.com/en-us/microsoftservices/premier_support_developers.aspx

  • SignalR at the Omaha .NET User Group...

    I will be speaking this Thursday, November 13th at the Omaha .NET User Group on SignalR. Please come out and join me...as I venture back to Omaha where it's recently snowed...from my warm and cozy home in Tampa, Florida.

  • Microsoft SharePoint Conference 2014 materials available...

    Hey Everyone, The Microsoft SharePoint Conference 2014 concluded last Thursday, and there were a ton of great sessions. In years past, Microsoft has made the sessions and materials available to attendees through their MySPC site – basically blocking non-attendees from accessing materials. In an unusual (but welcome!) move, everything is freely available this year. Just today, Microsoft put all of the recorded sessions up on Channel 9 for our viewing pleasure: http://channel9.msdn.com/Events/SharePoint-Conference/2014 If you have any interest in SharePoint, Yammer, Office 365, or where these technologies/platforms are heading, I encourage you to check out the videos. There were certainly technical sessions, but there were also plenty of strategy sessions, case studies, and more – something for everyone.

  • SQL71501: User has an unresolved reference to Login in Visual Studio (2012/2013) Database Project

    If you create application specific logins (which you should) then you are going to come across this error when trying to build your solution. To correct this error, select include 'Non-Application-scoped' object types in the options (gear icon at top) when you do a schema compare (right-click the database project to find Schema Compare). You can then just import the logins into your regular project, and the references are sorted. Note: If you click on the Object Types tab and it closes the dialog (which it did for me), instead use the tab key until Application-scoped is highlighted, then press the down arrow to highlight Non-Application-scoped and press the space bar. Now you should be able to click OK and see the logins.