Browse by Tags

All Tags » .net (RSS)

Single Key Multiple Values Data Structure for one to many mapping by nijhawan.saurabh

For updated version of the article please visit www.agnosticdevs.com Dictionaries are good, they are great to store Key / Value pairs but what if you want to store multiple values for a single key? Dictionaries would not allow duplicate keys. You can...
Filed under: , ,

The Template Method Design Pattern using C# .Net by nijhawan.saurabh

For updated version of the article please visit www.agnosticdevs.com First of all I'll just put this pattern in context and describe its intent as in the GOF book: Template Method: Define the skeleton of an algorithm in an operation, deferring some steps...

Implementing Linked Lists in C# by nijhawan.saurabh

For updated version of this blog/post, please visit www.agnosticdevs.com Why? The question is why you need Linked Lists and why it is the foundation of any Abstract Data Structure. Take any of the Data Structures - Stacks, Queues, Heaps, Trees; there...

Difference between Factory Method and Abstract Factory design patterns using C#.Net by nijhawan.saurabh

For updated version of the article please visit www.agnosticdevs.com First of all I'll just put both these patterns in context and describe their intent as in the GOF book: Factory Method: Define an interface for creating an object, but let subclasses...

Debugging not working in ASP.NET Browser showing errors like , Page cannot be displayed. by nijhawan.saurabh

For updated version of the article please visit www.agnosticdevs.com Quick Checks: Is it a .aspx page or by mistake you are trying to open a masterpage or a user control. Just check once. Also try to clean and recompile your solution. Make sure to close...
Filed under: , ,
More Posts