Click here to Skip to main content
15,887,268 members

Our Mailouts

Newsletter - 12 Jan 2015

Weekly Newsletter (12 Jan 2015)
Welcome to this week's newsletter from CodeProject.
To ensure that future newsletters you receive from The Code Project aren't mistakenly blocked by antispam software, be sure to add the maillist.codeproject.com domain to your list of allowed senders.

Site News

CodeProject's Most Valuable Professional is awarded to members as recognition of outstanding contributions to the CodeProject community; through Quick Answers, the Forums or through Articles and Tips. It's exclusive and hard-fought with only 40 members a year out of our 11+ Million members receiving this award.

We've crunched the numbers, reviewed the member contributions for last year and are proud to announce this year's crop of CodeProject MVPs:

adriancs   Abhinav S
Akhil Mittal   BillWoodruff
Azim Zahir   CHill60
Christian Graus   CPallini
Dave Kerr   DamithSL
Debopam Pal   Dave Kreskowiak
Dr. Song Li   Dnyaneshwar @Pune
Florian Rappl   KARTHIK
George Mamaladze   Kornfeld Eliyahu Peter
Mahsa Hassankashi   Krunal Rohit
Marc Clifton   Maciej Los
Marla Sukesh   OriginalGriff
Paulo Zemek   Pete O'Hanlon
Rahul Rajat Singh   Peter Leow
Ranjan.D   Raul Iloc
Sacha Barber   Richard Deeming
Sandeep Singh Shekhawat   Richard MacCutchan
Shemeer NS   RyanDev
Shivprasad koirala   Sergey Alexandrovich Kryukov
Snesh Prajapati   Tadit Dash
syed shanu   thatraja

Congratulations! This is an outstanding effort from an extremely talented - and generous - bunch of developers. Well done.

cheers,
Chris Maunder

Weekly Poll Results

What are you starting your year with?

Survey period: 5 Jan 2015 to 12 Jan 2015

Cleaning up or a fresh start? (Choose as many as needed)

OptionVotes% 
Still in the early stages of a project from last year21217.74212 votes, 17.74%
I'm in the middle of (or just continuing) a project from last year50242.01502 votes, 42.01%
Finishing up a project from last year27422.93274 votes, 22.93%
Cleaning up / fixing / finishing a project from last year26121.84261 votes, 21.84%
Trying to rid myself forever of a project from last year14612.22146 votes, 12.22%
A fresh new project for a fresh new year27122.68271 votes, 22.68%
Nothing - I'm in between projects14111.80141 votes, 11.80%
Respondents were allowed to choose more than one answer; totals may not add up to 100%

This week's survey: What Bug / Task Tracking software do you use?

Latest Additions

New articles added

.NET Framework

  (9 votes) by Aurélien BOUDOUX (updated 5 days ago)
a reflection and a tool to create a real modular architecture
  (5 votes) by DriveByCoder (updated 2 days ago)
General exploration of WPF validation

Algorithms & Recipes

  (13 votes) by Igor Ladnik (updated 2 days ago)
Article presents simple software for solving square optimal control problem for linear and nonlinear dynamic systems
  (3 votes) by Tsun-Huai Soo (updated 4 days ago)
Write in natural languages and generate target languages
  (2 votes) by JorgeLuisOrejel (updated 4 days ago)
Solving Word-Search Puzzles in Linear Time

C / C++ Language

  (0 votes) by Richard Chambers (updated 4 days ago)
Providing a C library with primitives for manipulating a list including splice, for each, and algorithms.

C#

  (35 votes) by Matt Perdeck (updated 6 days ago)
Semantic Types help you reduce bugs and improve maintainability by letting the compiler ensure consistency in your code. This article shows how this works and how to create Semantic Types with minimal overhead.

Client side scripting

  (7 votes) by Alexander Chernosvitov (updated 5 days ago)
Object-oriented approach to Web Application developing using JavaScript
  (5 votes) by Matt Perdeck (updated yesterday)
Introduces JSNLog, an open source project to improve client side logging in ASP.NET and MVC based sites
  (0 votes) by AnkitkJain (updated yesterday)
ExtJs-Javascript framework for beginners

Cross Platform

  (9 votes) by c-smile (updated 6 days ago)
Basics of Sciter embedding principles, high-level overlook of Sciter SDK structure.

Database

  (1 votes) by SarmadAsghar (updated 13 hours ago)
Building on My SQL Storage Engines and APIs to Conduct Complex Analysis Using SQL Query Language: Part 5

Internet / Network

  (0 votes) by Manar Ezzadeen (updated 14 hours ago)
Examining packets exchanged between ZeroMQ sockets using Wireshark; and studying ZMTP protocol and its grammar that governs these packets through a simple PUSH-PULL example.

Java

  (3 votes) by shashi shankar singh (updated 4 days ago)
Weather Information Report Chart in Java

Mobile Development

  (2 votes) by Serge Desmedt (updated 5 days ago)
3 times CP Vantiy from a single codebase (hopefully)
  (0 votes) by Pavel Durov (updated yesterday)
In this article I will give you a brief overview on the basic concepts of mvvmcross platform. We we'll explore the mvvmcross project architecture and some mvvmcross classes.

Product Showcase

  (0 votes) by ShawInnes, Octopus Deploy (updated 3 days ago)
Rather than writing our own article, we thought we’d share a real life story with live environments from a genuine developer. Shaw Innes is an Octopus Deploy user.

Programming Tips

  (0 votes) by Alexandros Pappas (updated 3 days ago)
This article proposes a way to check the correctness of setup projects.

Threads, Processes & IPC

  (5 votes) by ChRi$m0rG@N (updated 4 days ago)
This article documents a simple messaging layer implemented with named pipes.

VB.NET

  (2 votes) by Emiliano Musso (updated 6 days ago)
Entry-level examples on MVVM pattern, explaining the basic methods to mantain separated a program's graphical interface from its business logic
  (0 votes) by Emiliano Musso (updated yesterday)
How to create and use commands according to MVVM pattern, i.e. mantaining separated business logic from graphical context and controls

Web Security

  (3 votes) by Sarvesh Kushwaha (updated 2 days ago)
This article describes how to obfuscate the javascript in asp.net and asp.net mvc.

Win32/64 SDK & OS

  (2 votes) by Michael Chourdakis (updated 4 days ago)
A quick library for differential memory/file processing.

Windows Runtime

  (9 votes) by Pooja Baraskar (updated 3 days ago)
Making the App World-Ready by adapting it for a specific culture and language.

WinHelp / HTMLHelp

  (0 votes) by Mark_Wallace (updated 2 days ago)

Articles updated

.NET Framework

  (36 votes) by Dan Thyer (updated yesterday)
Use a Microsoft Kinect to control the home automation in the house. Lights can be turned on an off from speech recognition or from pointing at them and waving your other hand one way to turn on and the other way to turn off.

Applications & Tools

  (23 votes) by Anurag Gandhi (updated 14 hours ago)
A general purpose quiz application in angularJs that can be used anywhere.

ASP.NET

  (124 votes) by Halil ibrahim Kalkan (updated 6 days ago)
Building an NLayered, localized, well-structured Single-Page Web Application using AngularJs, ASP.NET MVC, Web API, EntityFramework and ASP.NET Boilerplate.
  (42 votes) by John Atten (updated 3 days ago)
On March 20, 2014, the ASP.NET team released the RTM version 2.0 of the new Identity framework. The new release brings with it some long-awaited new features, and marks a substantial expansion of the security and authorization capabilities available to ASP.NET applications of all types. The ASP.NE

Audio and Video

  (6 votes) by Akos Mattiassich (updated 6 days ago)
A C++/CLI wrapper around MMAudioDeviceApi with notification support.

Bugs & Workarounds

  (28 votes) by ChristianNeumanns (updated 3 days ago)
Part III: Empty Lists in Real Life

C#

  (21 votes) by DavidHancock (updated 3 days ago)
Describes an algorithm that solves the Countdown number puzzle written in c#
  (15 votes) by Nick Polyak (updated 12 hours ago)
Using a single file wrapper generator to facilitate creating Adapter pattern and Multiple Inheritance
  (5 votes) by Nick Polyak (updated 2 hours ago)
Describe Roslyn code analysis functionality providing easy samples

Client side scripting

  (34 votes) by Amir Jalilifard (updated 5 hours ago)
Lets take an exciting travel to the land of MVC, MVP and MVVM patterns with our sexy friend : JavaScript

COM / COM+

  (8 votes) by Qmpel7 (updated 2 days ago)
Step-by-step walkthrough to communicate C classes with COM objects created in C#.

Connected Devices

  (50 votes) by Dan Thyer (updated yesterday)
I built my own Internet of Things, IoT, home automation system that is controlling 30 different things with 4 different types of microcontrollers with nearly 150 commands. This article talks about IoT design patterns and the lessons learned from the design patterns that I have used.

Cross Platform

  (30 votes) by Michael Chourdakis (updated 10 hours ago)
Curious on how you create a hypervisor app? Read mode!

Date and Time

  (4 votes) by Bahrudin Hrnjica (updated 4 days ago)
Few months ago I wrote blog post about how to run code daily at specific time. I dint know that the post will be the most viewed post on my blog. Also there were several questions how to implement complete example. So today I have decided to write another post, and extend my previous post […]

Design and Architecture

  (1 votes) by Duncan Edwards Jones (updated 9 hours ago)
Use of the Event Source application architecture in financial software

Game Development

  (227 votes) by Jacques Fournier (updated 3 days ago)
SrcChess is a chess program built in C#

Internet / Network

  (242 votes) by Mehdi Gholam (updated 3 days ago)
Smallest, fastest polymorphic JSON serializer (with Silverlight4 and MonoDroid support)
  (48 votes) by MaasOne (updated 3 days ago)
Download financial data, managing online portfolio or using Search BOSS from Yahoo! with .NET

IoT Services

  (39 votes) by Naren Neelamegam (updated 2 days ago)
A complete walk through on IoT Device programming, Web Service programming and IoT Client programming.

Java

  (8 votes) by Dr. Song Li (updated 4 days ago)
This document presents two Maven example projects for mocking final and static methods using PowerMockito for Java unit testing.
  (6 votes) by vladimir husnullin (updated 4 days ago)
Web development using JSON is simple
  (5 votes) by vladimir husnullin (updated 4 days ago)
Web development using JSON is simple
  (4 votes) by vladimir husnullin (updated 4 days ago)
Web development using JSON is simple

LINQ

  (181 votes) by Matt Perdeck (updated yesterday)
Easy to use library to use CSV and tab delimited files with LINQ queries.

NoSQL

  (146 votes) by Mehdi Gholam (updated 2 days ago)
NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, Transactions, Server side queries, MonoDroid support, HQ-Branch Replication)

Tablets and All-in-Ones

  (15 votes) by DrABELL (updated 3 days ago)
Employment Tax computation and Payroll management app for Windows 8: contest entry
  (5 votes) by DrABELL (updated 11 hours ago)
Her Most Significant Bit™ NY-2013, Entertainment app for NY Ladies: All-in-One/Win8 (AIC-2013)
  (4 votes) by DrABELL (updated yesterday)
App implements bi-directional semantic phone number-to-text converter, extended with novel Lottery+Quiz engine

Tools and IDE

  (17 votes) by Emiliarge (updated yesterday)
Native, simply, fast, cross-platform, and quite powerful PL? Is it nothing? No, it isn't. It is PureBasic!

Ultrabooks

  (28 votes) by DrABELL (updated 3 days ago)
Engineering Calculator VOLTA-814 (Productivity Software contest submission) was originally developed as HTML5 web application and later converted into desktop app using Intel’s AppUp encapsulator. The latest version for Win 7/8 released in 2014 is built on .NET/WPF.

Web Services

  (10 votes) by MohamedKamalPharm (updated 4 days ago)
A step by step tutorial showing how to consume an ASMX Service from an application using AngularJS, highlighting common pitfalls.

Win32/64 SDK & OS

  (102 votes) by Tsuda Kageyu (updated 3 days ago)
Provides the basic part of Microsoft Detours functionality for both x64/x86 environments.

Windows Communication Foundation

  (2 votes) by john_1726 (updated 3 days ago)
MVVM Silverlight Application with Entity Framework and WCF Service

New Tips and Tricks added

.NET Framework

  (7 votes) by MarkLTX (updated 5 days ago)
Allow users to "magnify" your WPF application!
  (1 votes) by Muhammad Hassan Tariq (updated yesterday)
Three common issues occurs while adding store procedure to edmx file of Entity Framework

Ajax

  (1 votes) by Muhammad Hassan Tariq (updated yesterday)
Copy/Paste Numbers only Validator works on Chrome/Firefox/IE > 6.0

Algorithms & Recipes

  (0 votes) by Kristian Lindberg Vinther (updated 2 days ago)
An implementation of a line segment intersection algorithm

Applications & Tools

  (2 votes) by Pavel Durov (updated 21 hours ago)
This tip will cover an uncommon issue in Angular – calling a directive method from a controller.

ASP.NET

  (5 votes) by JitendraGangwar (updated 4 days ago)
Dynamic Jquery Accordion using Repeater in ASP.NET
  (5 votes) by Jithin Geroge (updated 10 hours ago)
Tips to improve the performance of ASP.NET web applications
  (3 votes) by Muhammad Hassan Tariq (updated 10 hours ago)
Glimpse Extension for server side debugging and diagnostic information of asp.net applications Introduction
  (1 votes) by Riverama (updated 5 days ago)
Improve ASP.NET MVC based SPA application performance by using script Bundles with requireJS

Button Controls

  (0 votes) by Cornelius Henning (updated 2 days ago)
Implementing binding for radio buttons in MVVM projects

C / C++ Language

  (1 votes) by Member 10574499 (updated 22 hours ago)
This is an alternative for ""finally" clause in C++"

C#

  (2 votes) by dale.newman (updated 2 days ago)
An alternative .NET configuration handler.
  (2 votes) by A. Fry (updated 4 days ago)
MonogoDB server side projection using the C# driver
  (1 votes) by John L. Vidal (updated 21 hours ago)
Know how an event in your app is performing by using Reactive Extensions
  (1 votes) by shouvith hydrose Kerala (updated 3 days ago)
This article explains how to change Arabic Calendar Date to English Calendar Date in Windows Form C#.

C++ / CLI

  (9 votes) by Geoffrey Mellar (updated 6 days ago)
Template class for calling trigger functions by a key

Client side scripting

  (0 votes) by JitendraGangwar (updated 6 hours ago)
JavaScript setTimeout function

Custom Controls

  (6 votes) by Tanna (updated 6 days ago)
This is WPF Gradient Control. I didn't find a suitable gradient control which will generate a linear gradient or radial gradient brush. This is a gradient control which has a color selector and gradient generator. It can generate radial or linear gradient brush.

Database

  (6 votes) by Liju Sankar (updated 3 days ago)
Find deadlocks in SQL Server using sp_who2 (an undocumented and thus unsupported stored procedure)
  (0 votes) by Masteramuk (updated 4 days ago)
JAVA - Connecting to SQL Server database using Windows Authentication or Active Directory

Game Development

  (0 votes) by Eduardo Fonseca (updated yesterday)
Unity3D - Basic Gamepad setup

General Graphics

  (3 votes) by Paul C. Rhodes (updated 21 hours ago)
Poisson disc algorithm: fundamental C# classes and methods for the artwork production in the area of generative art.

HTML / CSS

  (5 votes) by Sergey Alexandrovich Kryukov (updated 3 days ago)
Combination of jQuery and HTML5 allows implementing themes purely on client side

iPhone

  (0 votes) by refusebt (updated 3 days ago)
RFJModel is an easy-to-use JSON loading library. In comparing with other libraries, it's much easiler and less restricted to use.

Java

  (0 votes) by Aminul Karim (updated yesterday)
Vaadin7 jQuery UI integration

List Controls

  (3 votes) by Saad_Mahmood (updated 5 days ago)
Unleashing Path List Box using Expression Blend

Macros and Add-ins

  (3 votes) by Mykola Tarasyuk (updated 6 days ago)
An approach to call built-in Visual Studio commands from within Visual Studio extensions

Programming Tips

  (33 votes) by John J. Scott (updated 5 days ago)
A tip that compares the performance of a simple Mandelbrot generator in C# against native C++

Progress Controls

  (4 votes) by zdanman (updated 6 days ago)
Fully Customizable ProgressBar Control with Percentage shown that changes color as progress covers it

Silverlight

  (2 votes) by TheRealSteveJudge (updated 4 days ago)
Debugging Silverlight applications on 64 bit Windows and Internet Explorer 11

SQL Reporting Services

  (3 votes) by Ahmad A.A. Ahmad (updated 6 days ago)

String handling

  (0 votes) by davidonthissite (updated 7 hours ago)
This is an alternative to LoadString for accessing string resources.

Third Party Products and Tools

  (0 votes) by Er. Puneet Goel (updated 2 days ago)
This article implement the TreeView like DropDownList with Search Functionality using Telerik Kendo.

Web Services

  (7 votes) by the algabban (updated 3 days ago)
How to use WCF to stream large file size over TCP
  (1 votes) by RaviAakula (updated 16 hours ago)
Web API 2- Basics of Attribute Routing

Tips and Tricks updated

Design and Architecture

  (20 votes) by Rahul Dhammy (updated 3 days ago)
Implementing Observer Design Pattern in C#

HTML / CSS

  (89 votes) by DrABELL (updated 3 days ago)
Aesthetic enhancement of HTML5 web elements via pure CSS3; no image files required

Internet / Network

  (21 votes) by Emiliarge (updated 3 days ago)
Comparison of 4 browser engines and controls + some tips for their using (in attached projects and in tip text). Short and clear.

New Technical Blogs added

ASP.NET

  (0 votes) by Shayne P Boyer (updated 4 days ago)
CodeProject var disqus_identifier = 'GulpYourTypeScript'; If you have done any typescript development in Visual Studio in previous versions, you more than like are using the Web Essentials add in to perform the compilation to Javascript. Another option is to add a gulp task now that we have gu

ASP.NET Controls

  (0 votes) by cpsglauco (updated 22 hours ago)
This morning, while I was creating a simple ASP.NET page, I have fought a couple of hours versus a GridView that apparently worked in strange ways. Problem Description The problem I encountered seemed to be the wrong setting of the … Continue reading →

Audio and Video

  (0 votes) by Karl Shifflett (updated 3 days ago)
Stuff is an example application I wrote for WPF Line of Business Tour at Redmond event.  During some of the event sessions I used the code in Stuff to demonstrate topics I was teaching.  During the event, we did not do an end-to-end examination of Stuff, that is the purpose of this blog post.  Stuff

Book Chapters

  (0 votes) by Sampath Lokuge (updated 10 hours ago)
Book Review: WebRTC Integrator's Guide

C#

  (8 votes) by ashish__shukla (updated 3 days ago)
The next version of c# contains many useful features.These new features will help us to perform the common tasks and to remove the boilerplate code.
  (4 votes) by Paulo Zemek (updated 5 days ago)
Thread-Safety GuaranteesWhen I finished the post Constrained C# (also see the Part 2) I was talking about thread-safety. For the Constrained C# I was proposing an idea of SynchronizationRequired and I know that idea is not perfect. Yet, I really don't know if we can keep the spirit of C# with the id
  (3 votes) by Kunal Chowdhury (@kunal2383) (updated 6 days ago)
C# 6.0 came with another new feature along with Visual Studio 2015 and .NET 4.6. Now you will be able to write await operations in catch {} and finally {} blocks too. This will help many developers to do certain async operations when they encounter any exceptions or want to do async clean-ups in fin

Caching

  (0 votes) by Keyhole Software (updated 5 days ago)
My local development feedback loop between code change and runnable container was annoyingly long on a Maven-based project I was recently working on. I wanted to speed things up. CodeProject The scenario was something like this: touch/change some source code docker build maven downloads the world ma

Client side scripting

  (3 votes) by Andrei Macarie (updated 5 days ago)
Intro This post shows a way to structure the web application scripts using TypeScript so that a modular approach may be achieved. The associated sample solution is available on GitHub at: https://github.com/omacarena/novaburst.ModularTypeScript and is best to download it to follow along the way. The

Code Generation

  (6 votes) by Keyhole Software (updated 5 days ago)
It’s rare that a piece of software as new as Docker is readily adopted by startups along with huge, well established companies. dotCloud, the company that created and maintains Docker, recently nabbed $40 million in funding. Microsoft also announced on 11/18 a Docker CLI for Windows. Docker wi

Custom Controls

  (0 votes) by Pantelis Chatzinikolis (updated 19 hours ago)
Over the last couple of years I have found myself seeing “globalization” being added as a requirement more and more frequently. Microsoft has done an amazing job making it easy to easily implement a display interface that is culture friends. The CultureInfo Class provides an easy to use way of displ

Dialogs and Windows

  (0 votes) by Chris Boss (updated 21 hours ago)
Beginning in the fall of 2014, something exciting started to happen. Microsofts new approach of low cost (and some times free) versions of Windows (x86) for OEM’s building small and low cost devices began to take shape. There is little doubt in the mind of this developer that this was a smart

Google Cloud Platform

  (0 votes) by Keyhole Software (updated 3 days ago)
I was on a project recently where the team was faced with a daunting list of scheduling-related backlog stories. When looking at the entire feature, about 20% of these stories dealt with custom functionality and 80% of them dealt with issues that are common to any scheduling or calendar application:

Grid & Data Controls

  (0 votes) by Babak Mahmoudi (updated 21 hours ago)
There’s been a shift of handling culture data in .Net 4. This may have influences on attempts in fixing Persian culture. The shift is simple, while prior to version 4, CLR insisted on using privately stored culture data in a “culture.nlp” binary resource, version 4 gave up and uses windows API to ge
  (0 votes) by Pantelis Chatzinikolis (updated 19 hours ago)
As always the full program (after the modification discussed here) is in the MSDN Sample Library There’s a few final touches left and we’ll complete our serial class. Depending on the cabling and the device your serial port is attached to you may require to let it know that your serial port is avail
  (0 votes) by Pantelis Chatzinikolis (updated 6 hours ago)
Serial Port Programming Part 2 – Developing a GUI to set the Port Settings and validating the data

Mobile Development

  (0 votes) by Oto Ciulis (updated 4 days ago)
Alternative methodology for developing mobile web applications using TypeScript and Node.js

Node.js

  (2 votes) by Keyhole Software (updated 5 days ago)
With so much JavaScript development on the client side, it only makes sense that developers and organizations would want to develop server side applications using JavaScript as well.  Node.js has become a popular choice for building server side applications using JavaScript because of its asynchrono

Other .NET Languages

  (2 votes) by Sacha Barber (updated 6 days ago)
The other day I have a requirement to schedule something in my app to run at certain times, and at fixed intervals there after. Typically I would just solve this using either a simple Timer, or turn to my friend Reactive Extensions by way of Observable.Timer(..). Thing is I decided to have a quick l
  (1 votes) by Afzaal Ahmad Zeeshan (updated yesterday)
This article is an overview for connecting an ASP.NET website or a web application to a remote SQL Server database.
  (0 votes) by BC3Tech (updated yesterday)
As you’ve seen me post before, I use the Multilingual App Toolkit in my Upload to YouTube app to localize it in to many languages. Since MAT is an installed extension to Visual Studio (and msbuild), however, setting up Upload to YouTube for CI and Release builds done in my Visual Studio Online
  (0 votes) by ledtech3 (updated 7 hours ago)
For a while I have been trying to find out how to get the last write time of a registry key but after digging thru the object browser in VS 2008 and .Net Framework 3.5 there appears to be no … Continue reading →

SharePoint Server

  (2 votes) by Dmitriy Kozlov (updated 2 days ago)
In this article I'd like to introduce you to a new feature of SharePoint Forms Designer 2.9.1 allowing to filter the Related items control by almost any form field including lookup, single line of text, number, choice, date, user, and even calculated column. First, I want to demonstrate the most com

Shell and IE programming

  (0 votes) by Simon Jackson (updated 21 hours ago)
I can see a light at the end of the tunnel.  As I’m nearing the journey of my marathon book writing spree. I’m taking a little time out to read a few other books on Packt’s library, this time in one of my favourite areas, AI. Unity AI Programming Essentials …
  (0 votes) by Pantelis Chatzinikolis (updated 6 hours ago)
Serial Port Programming Part 1–A (Very) Brief Introduction

Silverlight

  (1 votes) by Karl Shifflett (updated 3 days ago)
While I was writing the BBQ Shack, I noticed that view model code calling into the business layer was repetitive across view models. The pattern I used was simple and widely accepted; background worker to make the asynchronous calls to the business layer. The below code snippet was typical.  Backgro

Site & Server Management

  (0 votes) by BC3Tech (updated 3 days ago)
Some time ago I wrote about how you could create your own local (private) NuGet server by simply putting your .nupkg files out on a server share to which you had access. But there’s a better way still! As more than one of my readers commented, this isn’t optimal as not only does a proper […]Co

Third Party Products and Tools

  (0 votes) by Karl Shifflett (updated 3 days ago)
Now that I’m back developing production Line of Business (LOB) applications again, I wanted to share some techniques and challenges that I’ve overcome in our WPF UI. Our company uses the Infragistics NetAdvantage for WPF product for our WPF UI. We have been very happy with the product, support respo

Trace and Logs

  (0 votes) by Karl Shifflett (updated 2 days ago)
Visual Studio 2010 WPF Trace Settings Default Is Incorrect

Uncategorised Technical Blogs

  (2 votes) by Keyhole Software (updated 4 days ago)
Now that Angular 1.3 has been officially released, I thought I would talk about some of the new features that developers would like to know, to include: Performance improvements One-time bindings ngModel.$validators ngMessages ngModelOptions If you are still using IE 8 as your main browser, first I
  (1 votes) by ashish__shukla (updated 6 days ago)
Dependency Injection in .NET
  (1 votes) by jQuery By Example (updated 3 days ago)
Learn different ways on how to define multiple angular apps on single page.
  (1 votes) by George Mamaladze (updated 2 days ago)
Download Source Code Challenge Just had the first chance to apply PLINQ (Parallel LINQ) to the real task. When I am playing around with some new technology everything works fine, […]
  (1 votes) by izualx (updated 20 hours ago)
First, let me introduce my development enviroment. I’m using Visual Studio 2010 with Office 2010 and all my VSTO applications are basing on VSTO 4.0 and .Net Framework 4.0. All my demo code is basing on them and if you are using VS 2008, you can port these code to VS2008 very easily. The only [̷
  (0 votes) by Karl Shifflett (updated 3 days ago)
In the box - MVVM training
  (0 votes) by Babak Mahmoudi (updated 17 hours ago)
What’s wrong with Persian culture in .NET?
  (0 votes) by Pantelis Chatzinikolis (updated 21 hours ago)
As the demand for applications that are “culture aware” becomes a much more frequent requirement, the implementation of it becomes more and more important. Globalization is more then just implementing the ability to change the language of the user interface, it’s many more details. It’s the way digi
  (0 votes) by Member 11366686 (updated 4 hours ago)
List of all articles in this series: Part 1 - One by One Processing Part 2 - Batch Insert Part 3 - HiLo id allocationIn my previous post, we explored ways how we can optimize batch inserts with Hibernate and keeping our heap memory consumption at a reasonable level.If you played with that code
  (0 votes) by Member 11366686 (updated 4 hours ago)
List of all articles in this series: Part 1 - One by One Processing Part 2 - Batch Insert Part 3 - HiLo id allocationIn case you missed the previous article, I really recommend to read it. The series are best followed when read in order and each will contain one common problem with proposed so
  (0 votes) by Member 11366686 (updated 5 hours ago)
Hibernate: Performance Traps in Hibernate - Part 1

Windows Communication Foundation

  (1 votes) by Praveen Kumar Katiyar (updated 2 days ago)
instance management is the technique WCF uses to bind client requests to service instances, governing which service instance handles which client request, and when. WCF Supports 3 types of instance activation Per Call : per call services allocate and destroy a new service instance for each  client r
  (0 votes) by Praveen Kumar Katiyar (updated 2 days ago)
In this post I am going to explain how to create a simple WCF Service, with Self Hosting and consume it, there will be 4 parts of the project. A Class Library (MyMathServiceLib.dll): which will implement our business logic. Service Host Application (MathServiceHost.exe): Application which will host

Windows Phone 7/8

  (0 votes) by Karl Shifflett (updated 3 days ago)
Windows Phone 7 – Application Lifecycle – Ocean for the Phone

Windows Presentation Foundation

  (1 votes) by Karl Shifflett (updated 3 days ago)
Microsoft patterns & practices Prism 4 library and guidance gives WPF and Silverlight developers a very solid foundation for creating business applications. Adopting Prism patterns and library features guides the developer towards creating applications that: can evolve over time, are not tightly cou

Windows Security

  (0 votes) by ledtech3 (updated 4 hours ago)
Reason for Project: A while back I wrote a little utility to temporarily turn off the Microsoft Security Essentials Anti-Virus / Anti-Malware service. In January of 2013 I discovered that my application no longer worked due to an Access denied … Continue reading →

Work Issues

  (5 votes) by Keyhole Software (updated 4 days ago)
“You don’t have a time machine— you’re living the same twenty-four hours we all are. You can barely make it through your day with all the current things there are to do; when is “someday” finally going to arrive? The answer is, of course, never. Today is it.”  - Andrew J. Mellen, “



© 2015 The Code Project.  All rights reserved.


This email was sent to mailout@maillist.codeproject.com. To stop receiving The Weekly Newsletter click here.
CodeProject 503-250 Ferrand Drive, Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100

Please do not reply directly to this email. It was sent from an unattended mailbox. For correspondence please use webmaster@codeproject.com