Click here to Skip to main content
15,892,059 members

Our Mailouts

Newsletter - 11 May 2015

Weekly Newsletter (11 May 2015)

Gravatars for your profile picture

We now support Gravatars for your profile picture to help reduce the pain in maintaining your latest profile selfie (or professional studio shot - whichever). Just setup (or update) your Gravatar pic and then on your settings page select "Use my Gravatar", hit "Save My Settings", and you're done.

Weekly Poll Results

What platforms are interesting to you as a .NET Developer?

Survey period: 4 May 2015 to 11 May 2015

Between the .NET 2015 wave of releases and Mono there's plenty of choice for .NET developers.

OptionVotes% 
Windows118484.691184 votes, 84.69%
MacOS21115.09211 votes, 15.09%
Linux or BSD38027.18380 votes, 27.18%
Windows Phone48134.41481 votes, 34.41%
iOS32122.96321 votes, 22.96%
Sun Solaris221.5722 votes, 1.57%
Sony PlayStation 3 / Nintendo Wii644.5864 votes, 4.58%
I'm not a .NET developer1269.01126 votes, 9.01%
Respondents were allowed to choose more than one answer; totals may not add up to 100%

This week's survey: Do you feel your favourite development platform is changing too quickly?

New Articles, Tech Blogs and Tips

.NET Framework

  (2 votes) by rahulsahay20 (updated 2 days ago)
ASP.NET 5 Features - Part 1
  (0 votes) by chris.obrien.07 (updated 4 days ago)
How to create a user friendly way of updating user-id (AccountId) fields
  (0 votes) by DriveByCoder (updated 8 hours ago)
An introductory look at Microsoft's Unity.
  (0 votes) by Mike Oberberger (updated 1 hour ago)
When GetProperty leaves you wondering if there really is a property named "Addreess" (sic) on the Type, using an Expression may be a better option.

Ajax

  (4 votes) by Marc Clifton (updated 3 days ago)
View GitHub commits, open and closed issues from this web page which can run directly from your local file system - no web server required.

Algorithms & Recipes

  (8 votes) by Tomasz_Wisniewski (updated 6 days ago)
A treap implementation in C
  (7 votes) by JorgeLuisOrejel (updated 3 days ago)
This article deals with the implementation and empirical testing of a method to achieve practical perfect hashing.

Amazon Web Services

  (0 votes) by Jamie Munro (updated 3 days ago)
Several of my recent posts have been discussing my recent move to Amazon EC2 and updating, first to a LEMP stack, and then to a LEPP stack, which all provided great speed increases.  However, can you really be satisfied with a slightly faster loading WordPress blog, especially when my CPU was dying

Android

  (4 votes) by Cindy Potvin (updated 6 days ago)
In the Android SDK, an android.widget.Toast is a small message that pops up at the bottom of the screen to display an information. The toast will disappears by itself after a specified duration. Here is an example of what a toast looks like and how to display one : The duration for which a toast [&#
  (1 votes) by Val Okafor (updated 5 days ago)
This blog post stems from my recent experience building my soon to be released Invoicing app. I waited until the last minute to integrate PDF hoping that there is a magical boolean I can set to true and voila, my deeply nested view will be converted to PDF. I quickly realized that programmatic PDF i

Applications & Tools

  (21 votes) by syed shanu (updated 3 days ago)
This article explains in detail how to create a simple Online Shopping Cart using AngularJS and WCF Rest Service.

Arduino

  (0 votes) by Sergiy Bogdancev (updated 1 hour ago)
Getting first USB device descriptors

ASP.NET

  (2 votes) by Sandeep Kumar Tripathi (updated 5 days ago)
This tip is used for creating SSRS Report Subscription by using C#.
  (2 votes) by Christ Akkermans (updated 5 days ago)
Easy cross request notifications for ASP.NET MVC based on Twitter Bootstrap alerts.
  (2 votes) by Mostafa Asaduzzaman (updated 4 days ago)
Controller Scaffolding in Visual Studio 2015 RC MVC 6 Project
  (1 votes) by Mostafa Asaduzzaman (updated 4 days ago)
How to migrate database in Entity Framework 7 and Visual Studio 2015 RC
  (1 votes) by Etienne Louise (974) (updated 4 days ago)
In this article I'll show how to create custom culture and then show an exemple of how to use it in an ASP.Net MVC application.
  (0 votes) by Mostafa Asaduzzaman (updated 3 days ago)
How to access configuration variables via dependency injection in MVC 6 - Visual Studio 2015 RC

Boards / Embedded devices

  (0 votes) by Intel Corporation (updated 2 days ago)
This guide explains how to install the Eclipse IDE on Windows, OS X, or Linux.
  (0 votes) by Intel Corporation (updated 2 days ago)
In this guide you’ll setup network access to your Intel® Edison Board and obtain an IP address.
  (0 votes) by Intel Corporation (updated 2 days ago)
In this series of blogs, I will explore the various ways that the Linux capability can be integrated into an Arduino sketch, and how to leverage existing code, to make IoT development much simpler.
  (0 votes) by Intel Corporation (updated 2 days ago)
This guide contains steps to have your Orbotix Sphero* check Twitter and change its colored lights in response to new tweets posted using the hashtag #intelmaker.
  (0 votes) by Intel Corporation (updated 2 days ago)
Connecting the Intel® Edison board to your Android Phone with Serial Port Profile (SPP)
  (0 votes) by Intel Corporation (updated 2 days ago)
Play audio from your Intel® Edison via Bluetooth using Advanced Audio Distribution Profile (A2DP)

C / C++ Language

  (10 votes) by DriveByCoder (updated 4 days ago)
Example of use of boost units library
  (3 votes) by Pankaj Choudhary - C++ Devepoler (updated 6 days ago)
Logging in C++
  (2 votes) by Asif Bahrainwala (updated 5 days ago)
  (2 votes) by edA-qa (updated 4 days ago)
In the world of parametric programming our languages often seem quite varied and unique. At the core however are two …Continue reading →
  (1 votes) by Marius Bancila (updated 2 days ago)
Learn how to integrate the new Windows Azure machine-learning APIs in a C++ application using C++ REST SDK

C#

  (14 votes) by arora.abhishek (updated 5 days ago)
In this tip, we will learn about the new features of the C# 6.0 nameof operator
  (8 votes) by FrostedSyntax (updated 4 days ago)
Learn how to use regular expressions to find addresses or parts of an address in a given string. These patterns can also be used to verify that a given string is a true address.
  (5 votes) by Sibeesh Passion (updated 5 days ago)
This article shows how to check whether a Measure Group is mapped with the Dimension Group.
  (3 votes) by khanzzirfan (updated 14 hours ago)
Creating circular arrow of an svg image
  (3 votes) by Acharya Raja Sekhar (updated 4 days ago)
This tool helps a lot while capturing more number of snapshots. Example: Developers can use this tool to capture the UTR and save all snaps at the end to a Word document or save as individual images.
  (3 votes) by arora.abhishek (updated 5 days ago)
In this tip, you will learn the new feature of C# 6.0, Exception Filtering.

Client side scripting

  (6 votes) by Muhammad Hassan Tariq (updated 6 days ago)
Bootstrap 3.0 Sticky Alerts using Angular JS service
  (4 votes) by Sreekanth Mothukuru (updated 5 days ago)
In this article we are going to implement CRUD operations using popular AngularJs library, Asp.Net MVC, $http & $window services and Entity Framework using Linq
  (2 votes) by Peter Occil (updated 6 days ago)
Explains how to create 3D shapes using my HTML 3D Library for JavaScript
  (2 votes) by Jamie Munro (updated 2 days ago)
Any regular readers may have noticed that I finally got around to updating and adding a new book under "My Books" on the right-hand side of the screen.  Yes, I not-so recently published my third book (and second with O'Reilly) earlier this year.The book is called 20 Recipes for Programming PhoneGap
  (1 votes) by Jamie Munro (updated 5 days ago)
After my first article on Node - My First Node Application – I setup and installed the Node server as well as the Express add-on package.  In today's article, I'm going to expand on that by creating actual output.  In my research and comparison, Jade templates look quite nice.Let's be honest, anythi
  (0 votes) by Jamie Munro (updated 5 days ago)
I have the unique pleasure of being a technical reviewer for an upcoming book by a former co-worker of mine.  Since it will be his second book on Node (his first being a co-author of Node Up and Running), I thought I should probably get a feel for using Node.  I've of course read some of the documen
  (0 votes) by Abhishek Maitrey (updated yesterday)
Part 3 of learning AngularJS
  (0 votes) by Peter Occil (updated 23 hours ago)
Describes projection and view transforms commonly used in 3D graphics, such as perspective and orthographic transforms.
  (0 votes) by Jamie Munro (updated 17 hours ago)
JavaScript: Easy Creation of "Countdown Timers"

Code Generation

  (0 votes) by rahulsahay20 (updated 2 days ago)
CodeProject Hi Friends, In Build 2015, Scott Hanselman announced one really cool tool Visual Studio Code. I thoroughly enjoyed his presentation. So, as soon as he done with the presentation, i just downloaded the same from http://bit.ly/visual-studio-code and started testing … Continue reading

Custom Controls

  (1 votes) by Mariusz Klimek (updated 6 days ago)
Introduction I have this site written in PHP. It’s a sort of personal proving ground. I designed it, made every possible design and programming mistake, and learned a lot in the process. It motivated me to learn PHP and MySQL. Every time I learn new technologies or web practices I think about
  (0 votes) by Val Okafor (updated 6 days ago)
In this blog post ,I will show  a walk-through on how to create a custom Navigation Drawer using the auto generated Android Studio Navigation Drawer template. This also applies if you are working with the ADT plugin in Eclipse. Using the auto generated Android Studio Navigation Drawer gives you are
  (0 votes) by tanmoysarkar (updated 5 days ago)
Before starting this post let me discuss about the requirements and the scenario when this is going to help. In many cases in BizTalk we used SMTP port to send the messages to notify users. Either we are attaching the… Continue reading →

Database

  (4 votes) by Rou1997 (updated 4 days ago)
C# . . . Create | Open DB . . . Get Tables Schema From DB . . . Create | Read | Modify Tables, Rows, Cells . . . Text | Int | Image . . . Programmatically Add Rows . . .
  (3 votes) by Jasminder Singh (updated 5 days ago)
Finally I am up with my article related to onion architecture. The main aim of this article is try to learn the onion architecture and have a sample sample code which is loosely coupled and easily maintainable. So to learn this concept efficiently, our application would consist of following:§  An mv
  (2 votes) by Praveen_Kumar Gupta (updated 3 days ago)
Clone Existing DB Schema to New Schema by plpgsql in PostgreSQL
  (1 votes) by Jamie Munro (updated 4 days ago)
Renaming a database in Mysql
  (1 votes) by Mr. xieguigang 谢桂纲 (updated 3 days ago)
You see, this small utility tool save much of your time, this is another happy day! I hope you can enjoyed this code.
  (1 votes) by Shemeer NS (updated yesterday)
Passing multi row value (table) to Stored Procedure using Table Valued Parameters (TVPs) and User Defined Table Types (UDTTs)

Date and Time

  (3 votes) by edA-qa (updated 4 days ago)
Being able to make a code change and quickly see the result is critical. The longer we have to wait, …Continue reading →
  (3 votes) by edA-qa (updated 4 days ago)
Any interface involving touch will inevitably need to know how fast the user is moving their finger. They touch the …Continue reading →

Design and Architecture

  (9 votes) by Pete O'Hanlon (updated 3 days ago)
In this article, we're going to extend the work done in Part 1 and start reading in from the REST API.
  (2 votes) by GanesanSenthilvel (updated 5 days ago)
An article about Enterprise Application Integration & its implementation using Apache Camel framework.

Document / View

  (1 votes) by Mariusz Klimek (updated 6 days ago)
Back to the idea of creating routing in PHP. The routing grammar I remember a routing in ASP.NET MVC. There was the Controller Name, Action Name and the Parameters. The action name could be missing when we want to use a default action. In my case, if I wanted to get a single article (which … C
  (1 votes) by Val Okafor (updated 6 days ago)
In this blog post I will show you how to convert an Android View to PDF using iTextg library. In my last post, I showed how to create a PDF in Android from scratch. That is the preferred way, today I want to you how you can create PDF quicker by turning the Android view you [&hellipThe post How to C
  (1 votes) by Val Okafor (updated 3 days ago)
In this blog post I will show you how to convert an Android View to PDF using iTextg library. In my last post, I showed how to create a PDF in Android from scratch. That is the preferred way, today I want to you how you can create PDF quicker by turning the Android view you [&hellipThe post How to C
  (0 votes) by Jamie Munro (updated 2 days ago)
A new feature in CakePHP 2.1 is the ability to make one view extend another view.  This is a very neat feature; it's actually quite similar to the concept of Jquery templating.  The concept behind it is relatively straight forward.  You define one view that contains common elements that will be upda

Game Development

  (0 votes) by Jamie Munro (updated 5 days ago)
This is an interesting topic – it's really easy to argue both ways.  Is it really worth installing a lot of software that will eventually slow down your machine or even open up your company's firewall to allow certain traffic to come through on different ports?Many IT teams might say no, but I'll ar
  (0 votes) by Vahe Karamian (updated 2 days ago)
This article will cover the basics of network programming using Network View in Unity 3D. We will be creating an Authoritative Server based networking environment showcasing the basics functions of network programming using Unity 3D and C#.

Google Cloud Platform

  (9 votes) by Mike Barthold (updated 6 days ago)
A simple first-step Extension for the Chrome Browser with a How-to of event-hooks in javascript, as the google security policy does not allow inline-scripts and events.
  (0 votes) by Jamie Munro (updated 5 days ago)
Since I've recently moved from WordPress to a custom solution I've missed a few things about the WordPress stats – more specifically which links were clicked in.  I think it's a good thing to know whether or not people like the links I often include in my blog articles.  I try not to link out too mu

Grid & Data Controls

  (1 votes) by Jamie Munro (updated 4 days ago)
You require custom data validation that cannot be accomplished via the built-in data annotation validation attributes - or - your data validation requires access to multiple properties in your model.

Hardware & System

  (0 votes) by Jamie Munro (updated 3 days ago)
Well, since one of my most popular all-time blog posts is Login system with CakePHP in under 10 minutes I think it's time that I update it to version 2.x (currently 2.2 at the time of writing).  The original post was probably written for version 1.2 or 1.1 and there have been several changes made, e

HTML / CSS

  (5 votes) by Jamie Munro (updated 6 days ago)
This might be a boring refresher for some people; however, I think it’s important from time-to-time to go back and visit the basics.  CSS can provide a lot of power to a web developer (or designer), but when used improperly it can cause a lot of headaches.When using CSS, like doing on development, i

IoT on Azure

  (1 votes) by Cybermaxs (updated 5 days ago)
In a recent project, I needed to store time series into Microsoft Azure Table Storage. As for most of NoSQL databases, the design is very important and you have to mainly think about your access patterns. A time series is a sequence of data points, typically consisting of successive measurements mad

iPhone

  (2 votes) by Rodrigo Presba (updated 4 days ago)
Creating a iOS app with swift to show the water levels of the main reservoir system in Brazil.

Java

  (3 votes) by Rishabh Upadhyay (updated 4 days ago)
Anoncrypt by HTCoders is a web-based Text Encryption and Decryption Project developed using Java Technology following Struts2 Framework
  (2 votes) by Ranga Karanam (updated yesterday)
This is Part 1 of the 4 part series on interview questions about Collections. We discuss interview questions about different collection interfaces in this part.
  (1 votes) by jowettp (updated 3 days ago)
How to use the programmatic interface of LibreOffice (called the UNO API) to load, manipulate and save documents.

Libraries

  (3 votes) by Cinchoo (updated 4 days ago)
Yet another RoboCopy GUI tool
  (0 votes) by David A. Gray (updated 1 hour ago)
This article describes a class that adds color to console program displays.

Miscellaneous

  (4 votes) by Peer Adi (updated 16 hours ago)
This is a liquid container control for displaying liquid level in container or tank.
  (0 votes) by David A. Gray (updated 3 days ago)
Share Win32 string resources without the risk of conflicting resource IDs

Node.js

  (3 votes) by Matthias Kainer (updated 6 days ago)
Creating a build for an existing TypeScript project in less than 5 minutes (or for any other language in 10 minutes)
  (2 votes) by Jamie Munro (updated 6 days ago)
I've written a few recent articles on Node.js, mostly to familiarize myself with the effort involved in creating basic applications with it.  I have yet to use it in production, mostly because I’m just not sure how ready I am to use it on a large project…I have been quite curious with performance co
  (0 votes) by Harish Palaniappan (updated yesterday)
A simple flickr api image extractor that will construct links to flickr api images.

PHP

  (1 votes) by Jamie Munro (updated 5 days ago)
I always enjoy doing interviews and asking potential candidates what the difference between single quotes and double quotes are in PHP.  Most people have the basic understanding that single quotes are not interpreted by the compiler whereas double quotes are processed while the page is being execute
  (0 votes) by Jamie Munro (updated 2 days ago)
Yesterday's article actually got me a little amped up about coding conventions – Comparing a while loop against a foreach loop of an array – because I never thought I would actually have to do a comparison between a while loop and a foreach loop on an array!  If we go back and revisit the post, I wa
  (0 votes) by Jamie Munro (updated 2 days ago)
Are you confused by the title?  I was when I first got the idea to even write this blog as well.  I was recently perusing the CakePHP change logs and came across an interesting commit – Optimization for Hash Method.The optimization is quite simple, this code:while (($key = array_shift($parts)) !== n
  (0 votes) by Jamie Munro (updated 2 days ago)
In a recent blog post – It's LEMP Not LAMP – I discussed about making the switch to using NGINX (pronounced Engine-X).  I had little-to-no issues getting by basic Wordpress blogs up and running.  However, for some reason I couldn't get my older CakePHP sites up and working.I was racking my brain for
  (0 votes) by Jamie Munro (updated yesterday)
PHP: Require/Include vs Autoloader
  (0 votes) by Jamie Munro (updated 17 hours ago)
CakePHP Version Comparison with PHP Version Comparison

Product Showcase

  (0 votes) by Tomasz Naumowicz (updated 5 days ago)
Take a closer look at scenarios where working with GUID and UUID in a MongoDB environment becomes tricky. We will make you aware of those configurations and provide a set of best practices to follow.

Reviews on Third Party Products and Tools

  (0 votes) by Val Okafor (updated yesterday)
Fill PDF Form in Android
  (0 votes) by Kevin Mack (updated 18 hours ago)
Well as I posted on my course site.  I am officially closing out the Spring 2015 semester.  This semester was plagued with several scheduling problems, and as a result at times felt a little rushed.  So today I held a "make-up" of my advanced topics class and invited people to meet me at Panera Brea

SharePoint Server

  (0 votes) by Namkem (updated 12 hours ago)
The article is a description of the SharePoint 2010 Sequential Workflow project in VS2010. The generated solution, .wsp, allows user to quickly create SP 2010 Workflows just by writing an XML file and uploading it to the SharePoint WFE.
  (0 votes) by ShrutiASharma (updated 4 days ago)
Create subsite with custom web template using javascript CSOM in SharePoint online site.

Social Network APIs

  (1 votes) by Jamie Munro (updated 3 days ago)
A Fancier Twitter Timeline

SQL Reporting Services

  (3 votes) by Jamie Munro (updated 4 days ago)
I must say, I really wish I knew about this technique years ago – before I started using frameworks to do a lot of my development.  The effort that was wasted in building separate code and separate logic to deal with inserts vs updates, when all of this time, there is a nice and simple feature built
  (1 votes) by SujayC (updated 5 days ago)
Understand SSRS report Action feature, and concept of drilldown in reports.
  (1 votes) by Jamie Munro (updated 2 days ago)
If you use a framework of some sort, you probably haven't thought about SQL injection for some time – in fact it almost seems dated to even discuss it.  However, security should never be overlooked and it's important to not trust third party applications and people by default!  So what is the best w

Tabs & Property Pages

  (0 votes) by Jamie Munro (updated 5 days ago)
With my recent endeavours into Node, I thought that taking a fun article like this one - CakePHP 2-0 Ajax Pagination WITHOUT The Pages – would be a really fun experiment to see how difficult it would be to accomplish in Node.At the end of the day, the logic is still the exact same, retrieve the item

Testing and QA

  (0 votes) by Jamie Munro (updated 2 days ago)
I have a few thoughts for some testing/comparison of mysql tables that I have been curious about.  Before starting though, I thought it was prudent that I should give it some thought about the approach.  The first thing that came to mind was altering the A Simple But Effective Speed Comparison code

Tools and IDE

  (1 votes) by Jitendra_Jain04 (updated 4 days ago)
IBM WebSphere Application Server V8.5 Liberty profile is a flexible and dynamic server profile of WAS which enables the WAS server to deploy only required custom features instead of deploying a big set of available JEE components.

Uncategorised Technical Blogs

  (9 votes) by phadermann (updated 5 days ago)
If you have ten programmers, the best one is probably at least five times better compared to the worst one. No sh*t. Define better: he works faster, produces less bugs and writes more readable, logical and maintainable code. Programmers aren’t bricklayers or carpenters, but they are often treated as
  (4 votes) by SneakyPeet (updated 5 days ago)
Confession. I sucked at writing commit messages. Messages like Fix, Style Things and Fix Again #yolo where common place. This did not really matter much as I was working by myself at the time, but I knew I had to start building a habit of writing better commit messages. But every time I started look
  (3 votes) by edA-qa (updated 4 days ago)
Complexity is sometimes portrayed as a corner stone to the theory of computation. What good would algorithm analysis be if …Continue reading →
  (3 votes) by edA-qa (updated 4 days ago)
Parsing is where the story of compilation begins.
  (4 votes) by edA-qa (updated 4 days ago)
What is good code? Even if I say nobody cares about your code the quality nonetheless does influence a project. …Continue reading →
  (2 votes) by ashish__shukla (updated 5 days ago)
The post Dependency Injection using Unity container appeared first on codecompiled .Dependency injection is one way to implement inversion of control.To understand dependency injection please refer Dependency Injection in .NET Dependency injection injects the dependencies of a class at runtime.This
  (2 votes) by Bharat Sewani (updated 5 days ago)
Hi Guys, Today I am going to explain something about patch files in SVN. Let me explain what a patch is ? A patch is text file that contains the modification that were made to a file. Why is this useful? I got some points where I found it useful. 1.)Let us suppose we are […]
  (1 votes) by edA-qa (updated 4 days ago)
Device independent pixels, or points, are a convenient way to design for multiple devices. They allow a consistent layout without …Continue reading →
  (1 votes) by Jamie Munro (updated 3 days ago)
If you ever find yourself perusing some of the default code that comes with CakePHP, you might find yourself somewhat curious and confused when you see such functions as or Hello World');?>.I know I certainly was and became determined to underst
  (1 votes) by Bryan O'Connell (updated yesterday)
Exploring TypeScript and what makes it sweet
  (0 votes) by Jamie Munro (updated 6 days ago)
ProblemOn a variety of actions inside your controllers you call the Automapper NuGet Package to convert from one model to another and you do not want to continue repeating this code each time.SolutionApplying an MVC result filter to the action can execute the Automapper code after the action has bee
  (0 votes) by Jamie Munro (updated 4 days ago)
Mysql Uptime Check Script
  (0 votes) by Jamie Munro (updated 4 days ago)
Determine if an Element is visible with Jquery
  (0 votes) by Jamie Munro (updated yesterday)
What I learned this summer
  (0 votes) by Jamie Munro (updated yesterday)
A simple but effective speed comparison
  (0 votes) by rahulsahay20 (updated yesterday)
When to choose what?
  (0 votes) by Jamie Munro (updated 17 hours ago)
MVC 3 Routing Example

User Controls

  (3 votes) by Dennis E White (updated 4 days ago)
Whether you are having a user draw pictures or allowing the drag elements on the screen there are multiple purposes behind being able to track the location of a users touch in your app. I am going to document a quick example that I recently developed for an app that I have developed. In this […
  (0 votes) by Stephen Hewison (updated 4 days ago)
Get developing with React/JSX in Visual Studio 2013

VB.NET

  (1 votes) by MarcusCole092076 (updated 4 days ago)
Visual Basic SQL to XML

Win32/64 SDK & OS

  (1 votes) by PeteBarber (updated 6 days ago)
Drawing into bitmaps and saving as a PNG in Swift on OS X

You may also like...

Research Library

Updated Articles, Tech Blogs and Tips

.NET Framework

  (42 votes) by John Newcombe (updated 4 days ago)
Genetic Algorithms (GAs) are the nearest thing a software developer can get to magic.
  (0 votes) by Jasminder Singh (updated 5 days ago)
In this article, I will share my learning about what are O.W.I.N. and Katana and will also try to get into some basic details that makes them important concept to be learnt. So let's start with their basic definitions first.

Ajax

  (14 votes) by Dan Letecky (updated 5 days ago)
DayPilot Lite 4 (Apache License 2.0) brings a new feature: full CSS styling and themes support.

Applications & Tools

  (27 votes) by syed shanu (updated 3 days ago)
In this article we will see in detail how to create an online Mind Reader quiz game using AngularJS and WCF Rest Service
  (13 votes) by syed shanu (updated 3 hours ago)
In this article we will see how to use an AngularJs Filter, AngularJs Sort, AngularJs Animation, Image Mouse Over and Mouse Out Event.

ASP.NET

  (21 votes) by Shivprasad koirala, Marla Sukesh (updated 5 days ago)
In this article we will take our MVC 5 Project into next level by introducing Data Entry Screen and Database Communication.
  (12 votes) by Shenwei Liu (updated 6 days ago)
Presenting a custom model binder for passing query strings as nesting objects or collections to Web API GET or POST methods.

Audio and Video

  (26 votes) by Evgeny Pereguda (updated 10 hours ago)
Simple lib for capturing live-video from web-camera by using Media Foundation

C / C++ Language

  (40 votes) by Mikhail Semenov (updated 5 days ago)
Essential features in Visual C++ 11 and GCC 4.7.0: move, rvalue references, prvalues, xvalues, perfect forwarding.

Database

  (32 votes) by Jörgen Andersson (updated 6 days ago)
A propertymapping extension for DataReaders
  (4 votes) by NightWizzard (updated 5 days ago)
Handling for hex expressions and the trailing '}'
  (4 votes) by yuvalsol (updated 4 days ago)
Helper class to mitigate working with Dapper against SQL Server database

Design and Architecture

  (115 votes) by dmihailescu (updated 4 days ago)
A Visual Studio add-in that inserts some commonly known OO paterns into your working project and searches your highlights online.

Dialogs and Windows

  (39 votes) by syed shanu (updated 5 days ago)
Design your Winform at Runtime.Perform CRUD operation to your Form at Runtime with out writting any code using Stored Procedure.

Files and Folders

  (282 votes) by Uzi Granot (updated 9 hours ago)
PDF File Writer is a C# .NET class library allowing applications to create PDF files. Version 1.13 enhancements: stream output, table page break, image quality and standard 128 encryption.

Game Development

  (68 votes) by Vahe Karamian (updated 2 days ago)
The first article in a series to discuss Unity 3D and how to get started with your own 3D projects.
  (29 votes) by Vahe Karamian (updated 2 days ago)
The third article in a series to discuss Unity 3D and how to get started with your own 3D projects.
  (26 votes) by Vahe Karamian (updated 2 days ago)
The second article in a series to discuss Unity 3D and how to get started with your own 3D projects.
  (18 votes) by Vahe Karamian (updated 2 days ago)
The fourth article in a series to discuss Unity 3D and how to get started with your own 3D projects.
  (12 votes) by Vahe Karamian (updated 2 days ago)
The sixth article in a series to discuss Unity 3D and how to get started with your own 3D projects.
  (12 votes) by Vahe Karamian (updated 2 days ago)
The seventh article in a series to discuss Unity 3D and how to get started with your own 3D projects.
  (10 votes) by Vahe Karamian (updated 2 days ago)
The fifth article in a series to discuss Unity 3D and how to get started with your own 3D projects.
  (7 votes) by Vahe Karamian (updated 2 days ago)
The ninth article in a series to discuss Unity 3D and how to get started with your own 3D projects.
  (5 votes) by Vahe Karamian (updated 2 days ago)
The eighth article in a series to discuss Unity 3D and how to get started with your own 3D projects.
  (4 votes) by Vahe Karamian (updated 2 days ago)
The tenth article in a series to discuss Unity 3D and how to get started with your own 3D projects.

HTML / CSS

  (9 votes) by DrABELL (updated 2 days ago)
CSS3 technique utilizes HTML5 div elements to produce compact pseudo-graphics

Internet / Network

  (83 votes) by Ravi Bhavnani (updated 4 days ago)
An object that harnesses the power of Google's online natural language translation tools.

IoT on Azure

  (10 votes) by DrABELL (updated 4 days ago)
Web Application capable of NY MTA bus routes and stops monitoring in real-time/low-latency mode.

Miscellaneous

  (14 votes) by Darkencrow (updated 2 days ago)
Docking Window like Visual Studio .NET arrange

Mobile Development

  (14 votes) by Ricardo Trujillo Rodríguez (updated 4 days ago)
How to integrate push notifications on your Drupal 7 site and your Titanium Apps

Parallel Programming

  (53 votes) by Bharath K A (updated 2 hours ago)
Parallel fast compression uses TPL to achieve complete usage of a multi-core system. Fast compression compresses files nX times faster, where n = the number of processors in the machine.

Programming Tips

  (11 votes) by _Noctis_ (updated 2 days ago)
This will allow you to integrate your linqpad code easily to Visual Studio

Windows Presentation Foundation

  (3 votes) by Winfried Wille (updated 3 days ago)
M3U-Copy copies the entries of a playlist in the M3U format to a target directory or rewrites the playlist