Ben Gamlin

Security, Certifications, Custom Controls and Session State

ASP.NET Security? I am building a ASP.NET application. I want to understand which areas of the solutions would needs security and how can we accomplish this with inbuilt security features in ASP.NET. ASP.Net provides a number of ways of securing applications as part of its inbuilt membership and personalisation system. These allow you to restrict …

Security, Certifications, Custom Controls and Session State Read More »

Object Orientated Design, Master Pages, LINQ to SQL

I need to know about design patterns. Has anyone used any design patterns in their application(s)/project(s)? Which one’s the most commonly used? A good design pattern makes it easier to design, write and maintain software. It is only a structured way of programming that leads to a robust architecture. The benefits include: Adaptable software; e.g. …

Object Orientated Design, Master Pages, LINQ to SQL Read More »

A Question on Object Orientation from a .Net Forum

What are the advantages/disadvantages when choosing between inheritance, interfaces, aggregation, delegation etc? David Ringsell’s answer Inheritance, interfaces, aggregation and delegation cover a lot of features in OO programming. Broadly you are talking about relationships between classes. This will depend on the context, for example how complex is the domain you are modeling. This is a …

A Question on Object Orientation from a .Net Forum Read More »

Scroll to Top