Get some tips for getting the most out of your Code Journal.
Discover ideas for what to write in your Code Journal.
Discover how to start your Code Journal; it’s easy!
Discover how using a Code Journal can benefit you as a developer, software architect, QA, hobby coder or any other role that works with technology.
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
I recently needed to write a script for a customer to run against their database, to delete a column from a table. I wanted to
I recently needed to write some SQL to add a relationship constraint to an existing column in MS SQL. After a bit of research this
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