ALL WEB WORK

I will use this site to demonstrate the latest ways of working when using the .NET framework using HTML, CSS and JavaScript. This site was built using VS2013 using MVC and adheres to a strict onion architecture pattern. This pattern gives you a powerful way to build dynamic websites that enables a clean separation of concerns and gives you full control over markup for enjoyable, agile development.

Learn more »

Entity Framework

Entity Framework (EF) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write.

Learn more »

MongoDB

MongoDB is the only database that harnesses the innovations of NoSQL (flexibility, scalability, performance) and builds on the foundation of relational databases (expressive query language, secondary indexes, strong consistency).

Learn more »

SignalR

ASP.NET SignalR is a new library for ASP.NET developers that makes developing real-time web functionality easy. SignalR allows bi-directional communication between server and client. Servers can now push content to connected clients instantly as it becomes available. SignalR supports Web Sockets, and falls back to other compatible techniques for older browsers. SignalR includes APIs for connection management (for instance, connect and disconnect events), grouping connections, and authorization.

Learn more »

Visual Studio Online

This site is built using Visual Studio Online. It is a Cloud service for development teams to collaborate and manage software projects. The power of the cloud, state-of-the-art tools, and agile development services provide you with the most comprehensive free developer offering ever! Get up and running in minutes on our cloud infrastructure without having to install or configure a single server. Visual Studio Online connects to Visual Studio, Eclipse, Xcode, and other Git clients to support development for a variety of platforms and languages. Choose between Git or TFVC for source control.

Learn more »