By tag: tutorial
0
kicks
Code First Entity Framework with MVC4 and Visual Studio 2012
We spend 99% of our time working WITH projects and not setting them up; sometimes, we may need a little reminder. This is a quick, bare-bones guide (and a downloadable graphic guide) to remind us of the steps involved in setting up a code first entity framework MVC4 application (with a simple model ...
0
kicks
C++ - Programming for beginners (The Hello World program)
I liked this story because it was very informative. This was written from the admin of that site. Very good!
0
kicks
The Liskov Substitution Principle in 5 minutes (Video)
A brief introduction to the 3rd of the SOLID Principles the Liskov Substitution Principle all in under 5 minutes :)
0
kicks
Using RabbitMQ with EasyNetQ Tutorial and Screencast
In this screencast (which also has a full written tutorial), we create a simple WebApi application that takes orders for Tesla cars (yes I want one) and pushes them onto RabbitMQ using the brilliantly easy EasyNetQ. We then create a simple Console App that subscribes to the queue and processes all t...
0
kicks
The Open Closed Principle in 5 minutes
A quick video introduction to the 2nd of the SOLID principles the curious sounding Open Closed Principle.
0
kicks
Microsoft SharePoint Tutorial
Here are my links to Microsoft SharePoint tutorials including developer, IT Pro and end user training. Along with that comes links to SharePoint resources like resource centers or TechNet content.
0
kicks
SharePoint tutorial for beginners
What exactly is a SharePoint tutorial for beginners? A person with a lot of experience might say that this is something like enabling anonymous access for an internet site. A person without a lot of experience might say that this is something like creating a new site.
0
kicks
SharePoint Tutorial
This site is targeted to SharePoint Tutorial... there you find SharePoint tutorials for administrators, developers, end users and power users. The first 2 are about Install SharePoint Server 2010 and 2007.
0
kicks
Hello Azure – Learn Azure with me.
Step by step tutorial how to create and deploy a simple Windows Azure application.
0
kicks
Over 60 Free ASP.NET Videos
As titles says, here's a list of over 60 free vidoes on ASP.NET.
0
kicks
DimeCasts.NET - Free education vidoes.
DimeCasts.NET offer free education vidoes in field of various Microsoft related technologies. Advantage is most of these vidoes are 10 minutes or less in length.
0
kicks
Have you ever wanted to monitor a website for changes?
Here is a free and handy tool to have around for anyone that has ever wanted to monitor when a web site has changed. This is a very small install and a very small task to alert you when your favorite page has a new update. RadPop also hides so that it is nearly unnoticeable. The program nicely al...
0
kicks
Welcome to the NHibernate community site!!
Finally a single place to look for NHibernate related stuff?! The challenge of NH Forge is provide a single centralized resource for all things related to NH offering a community blog, an easy to use WIKI, other related community-oriented tools.
0
kicks
Introduction to XML - BEGINNER's Guide - Chapter 2 of 3
In this chapter we're going to talk about how we can define our appropriate pattern to validate an XML document which help us to figure out that if this XML file follows the pattern or not.
First we'll talk about DTDs and after that we're going to learn XSD and its differences with DTD,advantages o...