Over the course of a last few years Microsoft unleashed two new web development frameworks: Web API and SignalR, both are suitable for asynchronous communications between web client and web server. And, of course, we still have MVC controller actions that can be used for asynchronous communications too and can accept and return JSON objects. […]
Posts Tagged ‘.net’
Integrating ASP.NET MVC authentication with SiteMinder SSO
SiteMinder is an enterprise-class secure single sign-on solution by CA (Computer Associates) which is employed by many large companies to secure their intranet access and provide single sign-on functionality to various intranet applications. SiteMinder has a broad support for different application frameworks which is making possible to use in heterogeneous enterprise environment. For example, when […]
Gracefully handle MVC login session expiration in javascript
If your web application is built using ASP.NET MVC stack and it requires user authentication and authorization to access a certain parts of the application (or application as a whole), then the chances are that you using [Authorize] controller attribute. This attribute could be applied to controller as a whole or to any of the […]
How Windows Azure delivers the Olympics
NBC and Microsoft recently publicized they are streaming every event of the 2014 Winter Olympics to any iOS, Android, Windows device using Windows Azure Media Services. What is Windows Azure Media Services (WAMS) and how does it work? WAMS is a cloud optimized edition of the Microsoft Media Platform (MMP) which handles a variety of […]
ASP.NET MVC anti-forgery token demystified – part 3: AJAX
This blog post is third and final in series about MVC anti-forgery (CSRF) token. Part 1. Part 2.As we talked about it earlier, MVC have a great built-in functionality for securing form posts with anti-forgery tokens and it’s even possible make it work across multiple web applications. However, these days modern web applications tend to […]
ASP.NET MVC anti-forgery token demystified – part 2: inside
In the previous installment of this post series I talked about CSRF attack and how to prevent it using ASP.NET MVC built in components. Today I want to dive deeper into the framework code and show you what’s under the hood to anti-forgery token implementation in MVC. Some time ago Microsoft took a huge step […]
ASP.NET MVC anti-forgery token demystified – part 1: what is it?
Securing your web application is now more important than ever because various security attacks are growing in numbers and becoming more sophisticated and frequent. One of the most common types of attacks is Cross Site Request Forgery (CSRF) attack. In this kind of attack malicious web sites are hijacking a previously authenticated user sessions to […]
Windows Azure: PaaS changing the landscape of online gaming
Titanfall is a new blockbuster game for the Xbox One. It is being published by Electronic Arts and is due to be released in March 2014. Titanfall is a first person shooter that will have much of its AI hosting , physics calculations, online match making and multi-player dedicated servers hosted in Windows Azure. This […]
January #WindowsAzure Training
Microsoft is offering several opportunities to get up to speed on Windows Azure. I’m listing just a few options available this month (January 2014). The below items are available via the Microsoft Virtual Academy (MVA) or via webinars. Also coming up in March is the Global Windows Azure Bootcamp (#GWAB), a full day of hands […]
An Interview with Perficient’s Newest Microsoft MVP, Ryan Duclos
First of all, congratulations to my colleague, Ryan Duclos, who received the Microsoft MVP award on January 1, 2014. You can read more about the announcement in the Microsoft MVP Award Program Blog here: These individuals were chosen because they have demonstrated their deep commitment to helping others make the most of their technology, voluntarily […]
What Is In Your Sitecore Development Toolkit?
Pilots require dashboards. Carpenters depend on a great set of tools. Software artisans working with Sitecore need both. Scott Hanselman published his 2014 Ultimate Developer and Power Users Tool List for Windows this past Saturday. I look forward to this blog post because it is a great gut check to review the tool set I like […]
Congratulations to Perficient’s Jason Follas, Microsoft MVP of the Year
Every year, Microsoft awards a group of Developer MVPs with an additional recognition. It has become a tradition to recognize those MVPs who have demonstrated exceptional community effort by inviting them to a special dinner during the yearly MVP Summit event located at the Redmond headquarters. Technical Fellows Anders Hejlsberg and Brian Harry were hosts […]