Articles submitted by members via their Technical Blog feed. Want to have the blog entries from
your Technical Blog automatically posted as articles on CodeProject? It's
easy!
1.
Teaching isnt just for the classrom
Lately if I'm being honest I've been burning the candle at both ends. Well more like 5-6 ends. Whether its been preparing a talk that I had to give, working on projects or estimating others. More than a few things going on. But that being said I thought it a good idea to take a step back and loo
General Reading »
Uncategorised Technical Blogs »
General
|
Kevin Mack
|
Updated: 9 Jun 2015
Rating: 5.00/5
(4 votes)
|
|
2.
Griffin.Yo – Easy SPA library written in TypeScript
All SPA libraries that I’ve tried have long tutorials to show you have to use and configure them. It’s not unusual that they allow you to structure your application just as you like, which might be great for powerful users, but make it more confusing for newcomers. Here is an introductio
General Reading »
Uncategorised Technical Blogs »
General
|
jgauffin
|
Updated: 8 Jun 2015
Rating:
(No votes for this Article)
|
|
3.
Why You Must Tame Complexity to Become a Better Programmer
Have you ever worked on a system that was just impossible to maintain? You spend hours trawling through the code until you finally think you understand what’s going on but when you make your change things fall apart. You introduce ten new bugs in places you thought had nothing to do with the c
General Reading »
Uncategorised Technical Blogs »
General
|
Stephen C Young
|
Updated: 8 Jun 2015
Rating: 4.91/5
(12 votes)
|
|
4.
Fluent Assertions
Hi Friends, Today, i will talk about one of the patterns which i usually use while writing unit tests. Apart from MOQ library, i also use Fluent Assertions. You can search for the same in nuget package manager and install it in the test project. Out of the box, fluent assertions give tons of extensi
General Reading »
Uncategorised Technical Blogs »
General
|
rahulsahay20
|
Updated: 7 Jun 2015
Rating: 4.60/5
(2 votes)
|
|
5.
Extending angular directives
In this post I will explain some techniques for extending Angular Directives and how to design for extensibility. It might not always make sense to go crazy and extend directives everywhere. Try not to use this more often than necessary.... Continue Reading →
Third Party Products »
Reviews on Third Party Products and Tools »
General
|
Gjermund Bjaanes
|
Updated: 7 Jun 2015
Rating:
(No votes for this Article)
|
|
6.
How to use Kinect HD Face
Throughout my previous article, I demonstrated how you can access the 2D positions of the eyes, nose, and mouth, using Microsoft’s Kinect Face API. The Face API provides us with some basic, yet impressive, functionality: we can detect the X and Y coordinates of 4 eye points and identify a few
General Reading »
Uncategorised Technical Blogs »
General
|
Vangos Pterneas
|
Updated: 6 Jun 2015
Rating:
(No votes for this Article)
|
|
7.
C++: Template Meta-Programming 2.0
I was amazed after I had converted only the first few portions of the TypeList from the C++98 implementation to Modern C++. I have decided to convert my Alchemy API to use Modern C++ in order to truly learn the nuances by application of acquired knowledge. The code of these meta-programs are very el
Languages »
C / C++ Language »
C++ 11
|
Paul M Watt
|
Updated: 5 Jun 2015
Rating:
(No votes for this Article)
|
|
8.
SSRS SQL Server Reporting Services- Subscriptions for Reports
Tutorial how to set up an email subscription for reports generated in SSRS (SQL Server Reporting Services). Step by step explanations with a lot of images.
Database »
SQL Reporting Services »
General
|
Anton Angelov
|
Updated: 5 Jun 2015
Rating: 5.00/5
(1 vote)
|
|
9.
Azure : Event Hub A First Look
Over the next few weeks I am going to be looking at a couple of things I have had on my back log for a while (I need to get these things done, so I can make my pushy work colleague happy by learning Erlang). One of the things that I have on my back […]
Contests »
IoT on Azure »
General
|
Sacha Barber
|
Updated: 4 Jun 2015
Rating:
(No votes for this Article)
|
|
10.
Office 365 Video & Office 365 APIs
SharePointers & Other O365 Folks, Recently MSFT has released its video streaming service for Office 365, that is basically an intranet site for video portal . Just for curiosity, I tried available preview version from my Office 365 and happily created multiple channels and uploaded videos into it. I
Multimedia »
Audio and Video »
Video
|
abin jaik
|
Updated: 4 Jun 2015
Rating:
(No votes for this Article)
|
|
11.
Cheat for azure free-plan webapp “always on”
So I’m not allowed to use the “always on” switch? I’m running a simple website from Azure. It’s just a personal page, but still I get annoyed by the slow response of the first hit. The main cause is obviously that nobody visits it. So Azure will unload the worker proces
Contests »
IoT on Azure »
General
|
Sebastiaan Meijerink
|
Updated: 4 Jun 2015
Rating:
(No votes for this Article)
|
|
12.
Powershell : Get Process Stats
At work the other day I found myself needing to gain some minimal process information. I mainly use .NET for my day to day existence (trying to learn Erlang right now argghh), but yeah day to day right now its .NET, so I am obviously aware of the .NET Process class, and what it brings […]
|
Sacha Barber
|
Updated: 4 Jun 2015
Rating: 5.00/5
(1 vote)
|
|
13.
Taking Application to Azure: Choose The Best Compute Hosting Option
1. Introduction If we talk about recent studies, there is a remarkable growth in Microsoft Azure’s revenue, making it the fastest growing cloud vendor, coming in second in size to the market leader. A large number of companies have already shifted their applications to Azure or are in the process of
Contests »
IoT on Azure »
General
|
Neeraj K. Gupta
|
Updated: 3 Jun 2015
Rating: 4.95/5
(14 votes)
|
|
14.
Bitcoin
A few years ago I opened a US bank account so that US clients who wanted to pay by bank transfer could avoid needing to make an international transaction. This worked well until last month when clients started reporting their transfers were being rejected. I rang the bank (Chase) and after being tra
General Reading »
Uncategorised Technical Blogs »
General
|
Richard Penman
|
Updated: 3 Jun 2015
Rating: 5.00/5
(1 vote)
|
|
15.
Error occurs when CTE Alias is ‘RESULT’ - Incorrect syntax near 'RESULT'
Error occurs when CTE Alias is ‘RESULT’ - Incorrect syntax near 'RESULT'. Succeed on some SQL Server databases but fails on another.
Database »
Database »
SQL Server
|
Manjuke Fernando
|
Updated: 3 Jun 2015
Rating:
(No votes for this Article)
|
|
16.
Create and Publish Your First Android App – Part 2
This post is part 2 of my four part tutorial series on how to create and publish your first Android app. The demo app for this series is an Attendance app and in part 1 we ended with a skeleton project that has material design navigation drawer implemented. In this post we will add navigation to [&#
Mobile Development »
Android »
Android Tutorial Contest
|
Val Okafor
|
Updated: 3 Jun 2015
Rating:
(No votes for this Article)
|
|
17.
Breaking Changes and Unity
In the post Design and Implementation Mistakes - Mostly .NET one of the most important points was the "program to interfaces, not to implementations", in the sense that we must not use something that's not documented simply because we saw the actual implementation or discovered it somehow (like the
Third Party Products »
Reviews on Third Party Products and Tools »
Community Reviews
|
Paulo Zemek
|
Updated: 2 Jun 2015
Rating: 5.00/5
(2 votes)
|
|
18.
Quick look at azure app services
For a good period of time, azure has been offering azure websites and mobile services among others like biztalk services. Recently as part of the Azure SDK 2.5.1 release they have used a new term “App services”. As I tried to understand what this means, I was abit confused but found that
Web Development »
Web Services »
ATL Web Services
|
Piusn
|
Updated: 2 Jun 2015
Rating:
(No votes for this Article)
|
|
19.
Execute SQL Query on Mutiple SQL Servers or Databases Simultaneously
This is very common scenario where we want to execute a SQL Query on multiple databases of single server or on multiple Database Servers. This is the basic requirement of one of my project where we execute SQL Queries in multiple databases repeatedly. Even every change in a single object has to be e
Third Party Products »
Reviews on Third Party Products and Tools »
Community Reviews
|
Mohit1110
|
Updated: 2 Jun 2015
Rating:
(No votes for this Article)
|
|
20.
A year with Entity Framework
I've been successfully using NHibernate as my first ORM for a few years. For the last year, I have decided to use Entity Framework instead. Here's what I liked and disliked.
|
Gediminas Geigalas
|
Updated: 2 Jun 2015
Rating: 5.00/5
(3 votes)
|