DopeyDev
  • Home
  • About
Sign in Subscribe

Hello World

Riain McAtamney

16 Jul 2013
Share

(Sorry couldn't resist)

Sign up for more like this.

Enter your email
Subscribe

Session Fixation Attack and Prevention in ASP.NET

Disclaimer: I am Dopey HTTP is stateless, which means that it provides no integrated way for a web server to maintain states throughout user’s requests. To account for this, web apps can implement various kinds of session management were the server generates a session identifier (ID) at some early
11 Jan 2017 4 min read

WCF - Interprocess Communication with Sample Code

Recently I have been working on a project that involves sending and receiving messages from one Windows application to another application which is running in a separate process. Initially I was going to use .Net Remoting as there was some code in the project that already did something similar however
22 May 2014 5 min read

JavaScript Namespacing Basics

In this post I'll discuss the basics of Javascript namespacing and how to implement it. What is namespacing? Namespacing is a technique used in many programming languages to avoid conflicts of objects and variables in the global scope. They are usually used to group objects and variables around
25 Mar 2014 2 min read
DopeyDev © 2026
Powered by Ghost