I started dabbling in Neo4j, a NoSQL graph database, around 2 years ago. I have not used it much in the .Net world, and with
The Situation I recently wanted to declare a table, insert data into it and then, depending on a variable passed in to the stored procedure
The default name for the SessionId cookie in an Asp.Net application is ASP.NET_SessionId, but this can be changed in the web.config, e.g. I wanted to
The Problem I needed to check that any web app that was referencing my class library was giving me a valid controller and action name in
I have recently been creating a class library that many MVC web applications are going to reference, and I wanted those applications to be able
Sometimes it is useful to have a reusable custom action filter, for example for checking user authorisation to access part of the application. I would
It seems that cookies can eat store just about any kind of data, but keeping to a limit of 20 cookies per domain and 4096
Here is a nice easy way to get the individual parameter values from the URL, returning either a NameValueCollection (System.Collections.Specialized.NameValueCollection HttpRequestBase.QueryString) of all parameters in the