Always remain updated about current software development trends

Articles having tag: ALL-TOPICS

.NET interview questions: - What are object diagrams in UML?

One of the most expected .NET interview questions on Unified Modeling Language (UML) asked to software engineer during .NET interview.Class represents shows the static nature of the system. Class diagrams shows the types and how they are linked. Classes come...

Mocking the generic repository

This post describes one possible way to mock the generic repository. This can be useful when isolating the application from the database, usually inside unit tests. Another possible usage might be the creation of "portable" version of your application.

Make your HTML5 Video Play on Mobile Devices

When I'm asked by web developers how they can get started with HTML5 Video, I ask them, "Why? What are you trying to solve?" Almost every time, I hear, "I just want my video to work on mobile devices." Easy. I'll show you how to...

How to Choose Between Canvas and SVG for your Site

Canvas and SVG are two exciting graphics features introduced in Internet Explorer 9 and are hardware accelerated. These technologies can be used to address a range of graphic scenarios on the modern Web. With a lot of excitement around Canvas, there has been...

Learn HTML5 in 5 Minutes!

There's no question, HTML5 is a hot topic for developers. If you need a crash course to quickly understand the fundamentals of HTML5's functionality, you're in the right place.

List of freely available programming books

I am trying to amass a list of programming books that are freely available on the Internet. The books can be about a particular programming language or about computers in general. Which are some freely available programming books on the Internet.

Creating SSL Security Certificates

Using Makecert to Create SSL Security Certificates

Aligning Columns With Multiple Children

Ever wonder how to align columns so that they're all the same height, without using tables?

How Do You Solve a Problem Like a Euler? Using F#

I've been slowly making my way through the first 100 ProjectEuler problems while learning F# in an attempt to be morepragmatic - and to try and prevent my grey matter from getting too stale.\xa0After many hours of keyboard-head-banging, I'm now getting...