October 2008 - Posts
Vineet Batta here again.. In my last blog I discussed how to use role based access control (RBAC) and described how we can restrict access to the method based on the declarative method. In today's blog I will explain how to use Imperative role based demands.
Read More...
Hi Vineet Batta here.. Consider a scenario where you want to write an assembly which contains methods that only certain type of users can call (domain\Administrators or a specific custom users account). So how can we control this within code and let the
Read More...
Hi Andreas Fuchsberger here again.... Introduction The most recent ISO/IEC JTC1/SC 27 (Subcommittee) Working Group (WG) meetings took place from 6 th – 10 th October 2008 in Limassol, Cyprus. As is set out by SC27’s charter all 5 Working Group
Read More...
Hi Andreas Fuchsberger here..... In order to better understand a report I am about to post next on a recent ISO security meeting I thought I would include some additional information about the language used in SC 27 and how SC 27 standards are created.
Read More...
RV here again... Traditionally security fixes are applied to specific pieces of code where a vulnerability exists which usually involves some development and testing effort. Imagine a system where an application is instantly secured by simple configuration.
Read More...
Mark Curphey here..... A few months back I challenged some of my team to build a "Proof of Concept" (POC) that would; demonstrate how we could apply some of the ideas and concept we had been talking about such as BPM and BI show how Microsoft's
Read More...
Hi Gaurav Sharma here....... I am a developer on the CISG India team based in Hyderabad and I joined Microsoft four months ago. I love playing computer games and recently finished Call of duty 4. For the last three years I've been working with .NET and
Read More...
Hi RV here again... Last time I looked at ASP.NET controls and few common scenarios where you need to use encoding. Couple of weeks back we looked at a sample data binding scenario. This time lets exclusively look at various ASP.NET data binding techniques
Read More...