Archives
-
What is claims-based authentication?
Before going on with my other posts I want to introduce you claims-based authentication that makes is way to almost all Microsoft web-based platforms around. It is more complex than old username-password method but also more secure and general. In this posting I will give you short and not very technical overview about claims-based authentication.
-
Browser Link – Refresh running application in every browser on Visual Studio 2013
Visual Studio 2013 has good surprise for web developers who need to test their applications on different browsers. The new feature called Browser Link helps developers to refresh application in all opened browsers using just one icon click on Visual Studio toolbar.
-
My first attempt to blog on Surface RT
One question I had after buying Surface RT was: what about offline blogging? There’s no Live Writer and I have no information about the future of Live Writer. Suddenly I got an idea – but why not to try out Word – the most awful blogging tool I have ever seen. Maybe there have been some progress and I have right tool here in my machine. So I tried Word and I got massive surprise.
-
Edit and continue with 64-bit applications supported on Visual Studio 2013
Visual Studio 2013 and .NET Framework 4.5.1 Preview introduce new feature that has been asked by community for long time – edit and go when debugging 64bit applications. Support for 64bit applications is finally here. Let’s see how it works.
-
New scaffolding for web projects with Visual Studio 2013 Preview
Visual Studio 2013 Preview introduces new scaffolding engine with code-name “Artery” for ASP.NET projects. The new engine allows to gather together all general and project specific scaffoldings and it seems to me like Artery will be the framework that gathers under same roof all scaffolding support in future.