Chủ Nhật, 21 tháng 9, 2014

Weekly Newsletter (22 Sep 2014)

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

Write an Android tutorial for a chance at an Android Tablet

15 Intel-powered Dell Venue 8 tablets are going to be given away this round of the Android Tutorial Contest. See the Android contest page for details.

Too many or not enough articles in this newsletter?

Not enough articles in this newsletter? Too many? Or you just want to filter our stuff that doesn't interest you? Head over to your settings page, click the "Newsletters and Emails" tab and choose the Newsletter topics (bottom of the page) that you're interested in.

cheers,
Chris Maunder

Weekly Poll Results

How do you manage your passwords?

Survey period: 15 Sep 2014 to 22 Sep 2014

Us developers often have access to sensitive data (not just our own). If you use passwords, how do you manage them?

OptionVotes% 
Passwords scribbled on bits of paper scattered randomly442.3944 votes, 2.39%
A physical sheet of paper1196.46119 votes, 6.46%
An unencrypted file somewhere (your machine, cloud storage etc)20210.97202 votes, 10.97%
An encrypted file somewhere1809.78180 votes, 9.78%
A password management application (eg 1password)43223.47432 votes, 23.47%
An online password management service1116.03111 votes, 6.03%
I memorise all my passwords and never write them down64535.04645 votes, 35.04%
Other1085.87108 votes, 5.87%

This week's survey: Why would you say "no" to learning a new technology?

Most popular new articles

15 Sep 2014 - 21 Sep 2014

Latest Additions

162 articles overall. 120 new, 42 updated.

New articles added

.NET Framework

  (13 votes) by Sandeep sunku (updated yesterday)
This article showcases on explaining the Threading concepts available in .Net
  (17 votes) by Marla Sukesh (updated 3 days ago)
In this article we have explained Why Microsoft has partial classes and Java does not have it and how new era of RAD (Rapid application development) and visual programming started.
  (9 votes) by Afzaal Ahmad Zeeshan
This article explains the basic knowledge about the File class in .NET Framework that comes handy when working with the file system, to create, edit, modify or delete the files or directories.
  (3 votes) by Alexei Shcherbakov
How to make almost universal NuGet 'System.Data.Sqlite' package for .NET and Mono

Algorithms & Recipes

  (10 votes) by Anton Kaminsky
Min Binary Heap Implementation in C++

Android

  (5 votes) by Grasshopper.iics
Content Provider in Android Was Never this easier.
  (3 votes) by Cindy Potvin
Why should you care about maintainability when everything already works? It's not a bad thing to try out new things with prototypes to increase your knowledge, but when you start building applications that will be used for many years and that will grow larger and more complex, you want to make
  (2 votes) by Android on Intel
In this paper, we will investigate the HEVC codec characters and optimize the CPU-based software video trans-coding technologies,which provide the best video quality and the most flexible programming model.
  (2 votes) by Android on Intel
This paper provides an overview of random number APIs and also shows how to use different APIs to generate random numbers on the Android* OS.
  (1 vote) by FaizanMubasher
This article include steps to create simple needle in android using View and Graphics. A needle like placed in Speedometers.
by Android on Intel
To solve the FAT APK size problem, the author has developed a native library compression SDK.
by Android on Intel
Recent industry reports have indicated that over 70% of tablets and smartphones worldwide use the Android OS. However, due to Android's open platform, the OS does not provide sufficient protection from malicious apps or Trojans.
by Android on Intel
This article is a beginner's introduction to creating native (NDK based) Android* applications for Intel® architecture (IA) based devices.
by Android on Intel
In a recently posted stable release of Intel Threading Building Blocks (Intel® TBB), we have added experimental support for Android applications; i.e., building Intel TBB libraries for use in Android applications via the JNI interface.

Arduino

by morzel
This post marks the beginning of "Out of Boredom" series. It will be about creating stuff with my recently purchased Arduino Uno. Let's have a break from chores of professional programming and create something just for fun :)My first Arduino based project is Sonar. It utilizes ultrasonic range senso

ASP.NET

  (20 votes) by Suraj Sahoo Mindfiresolutions (updated 3 days ago)
Lets get into the concepts of Dependency Injection and How can that be handy in MVC applications
  (8 votes) by Ashish__Shukla
Common security vulnerabilities in web applications and how to prevent them.
  (9 votes) by Arkadeep De
Bind an image slider without database in ASP.NET
  (7 votes) by Suraj Sahoo Mindfiresolutions (updated 4 days ago)
This article describes what MVC is and about the architecture. Lets learn MVC in as simple way as we can.
  (7 votes) by Shivprasad koirala
In this article we have explained why ASP.NET MVC ASP.NET and MVC vs ASP.NET webforms.
  (4 votes) by virang_21
This article describes how to implement row drag and drop inside ASP.NET Gridview using Jquery TableDnD plugin and how to pass reordered sequence back to server
  (4 votes) by M.Farrukh Abbas
How to upload an Image and preview it dynamically without saving it using FileUpload control in ASP.NET (C#).
  (2 votes) by Arora Sumit
Routing in MVC
by Prakash Lekhak
Create a Class-Collection of another Class, Extend a class like a List

Azure

by Bibhu Dutta
CodeProjectThere are two classes which allow us to hook into the events in case of role state/status change; events in the RoleEntryPoint class and events in the RoleEnvironment class. Two of these events, OnStart and OnStop, are present in the RoleEntryPoint class (as seen in my previous post) whic

Bugs & Workarounds

  (15 votes) by ChristianNeumanns
Part III: Empty Lists in Real Life

Button Controls

  (1 vote) by T Manjaly
DXperience 2012 is a modern and advanced next generation set of developer tools from DevExpress, the company which has a proven record in offering productivity tools for Visual Studio developers. There are various editions of the DevExpress available. Here is a list of available editions that you ca

C#

  (4 votes) by Jean-Pierre Bachmann
Ado.net ORM
  (4 votes) by Sachit Devkota
Toggle between enum values of an enum variable
  (4 votes) by Nicolas Dorier (updated 5 days ago)
Leverage Azure, powershell and NBitcoin for a fault tolerant and scalable block chain indexer
  (2 votes) by BlueMaple_chief
To make a simple auto updater demo, I use webclient 'interfaces' to download the file and monitor the progress.
  (2 votes) by EveryNameIsTakenEvenThisOne
Splitting and re-construction of any kind of files made easy, without corruping the result.
  (1 vote) by Raymund Macaalay (updated 6 days ago)
Like me you might be starting to integrate AngularJS or any other JS Framework in your MVC Application then later on finding out you are converting a lot of your results to handle this calls.  While it works with the MVC Controllers you always have to serialize your result to JSON Format and enablin

Client side scripting

  (8 votes) by Raymund Macaalay (updated 5 days ago)
With the web getting more and more interactive JavaScript frameworks is becoming a must in every web project (unless you want to code it yourself). There are a lot to choose from like Ember, Knockout, Backbone, Agility, Kendo UI, etc and it's all up to you whats the most compatible framework d
  (1 vote) by Raymund Macaalay (updated 5 days ago)
You might be looking for a solution something like a radio button but don't want to use the old school HTML input types, you want something interactive like dragging and dropping objects in a certain location.  Since it should work like a radio button you want that certain location to hold one
  (1 vote) by sambit kumar swain
How to get list of cam and mic devices in JavaScript
  (1 vote) by Rajiv Gogoi
This article will explain a JavaScript design pattern called the Revealing Module Pattern.

Combo & List Boxes

by Rion Williams
It's been a rather busy month, so without further ado, here is this months ILODS. Bootstrap on a 386 If you ever encounter a client that simply hasn't migrated to anything newer than a 386, but needs you to write a new web application for them, then you are in luck! Mark Otto and Jacob d

Cross Platform

by Dominic Burford
Using FTP with Nant
by Dominic Burford
Adding unit testing and code coverage to your Nant scripts

Cryptography & Security

by Bob McGowan
CodeProjectSeveral months ago I helped architect a password security scheme for a client. During that process I learned quite a bit about how to encrypt passwords in a secure fashion.Encryption vs. HashingMost developers have heard the term "encryption", which means that data is encoded in such a wa

Database

  (14 votes) by syed shanu (updated 3 days ago)
In This Article lets see in detail of Basic SQL Query
  (10 votes) by diponsust
Some queries to find generation of each row, all possible children's, all possible parents, managing recursion
  (10 votes) by derekman9707
A common question is what is the difference between truncating a table and deleting a table.  The short answer is that they both do the same thing, but in different ways.  So consider that you have a table that contains 1,000,000 rows and you need to remove all of the rows. Option 1 is to use DELETE
  (2 votes) by Anusheel Kamle
How to connect Visio 2007 to SQL Server 2008 R2 for reverse engineering
  (1 vote) by sukeshchand
Unexpected SQL Interview Questions
  (1 vote) by Math08avan
SQL Server Integration Services - How to read a text file
  (1 vote) by NightWizzard
Handling for hex expressions and the trailing '}'
by Baliram Suryawanshi
Pass OUTPUT parameter from stored procedure to SSIS Precendence Constraints

Design and Architecture

  (4 votes) by Gautham Prabhu K
Creating and using Service Locator pattern
  (4 votes) by Gediminas Geigalas (updated 5 days ago)
In your domain model, you often need to pass the same repetetive information to your domain entities or value objects. This article suggest a solution that I call "Domain Context".

Desktop Gadgets

  (8 votes) by gggustafson (updated 2 days ago)
This article presents two UserControls, PasswordXEye and TextBoxX, that extend the functionality of the underlying PasswordEye and TextBox controls.

Dialogs and Windows

  (5 votes) by Mark J Feldman
Adding comprehensive support for dialog boxes to MVVM applications.

Document / View

  (2 votes) by Nitesh Luharuka
How to create a Word document using Spire.doc

General Graphics

  (4 votes) by Anwar Ibáñez O'Kamell
Describes a way to manage user interaction events based on a common Context interface
  (3 votes) by Bartlomiej Filipek
In this post I will test several compiler options and switches that could make the particle system run faster. Read more to see how I've reached around 20% of performance improvement!

Grid & Data Controls

  (5 votes) by Smrutiranjan Parida
How to set default button click event on Enter Key Press
  (3 votes) by derekman9707
I frequently see posts in the MSDN forums requesting assistance in removing duplicate values from a source, other than SQL, to be entered into a SQL Server destination.  There are several options to accomplish this, but this post is meant to address the easiest and most straight forward.  I first wa

HTML / CSS

  (13 votes) by Sandeep sunku
This article demonstrates the use of WebRTC and Websocket features of HTML5.
  (9 votes) by Vinu Sorout
This article explains the basic knowledge about the browser databases that comes in handy when working with the HTML 5 Offline application to create, edit, modify or delete the data of a table in databases (indexedDB and WebSql).
  (9 votes) by Afzaal Ahmad Zeeshan
How can we use the keyboard events of the user and use them to dynamically change the User Interface or to perform some actions.
  (5 votes) by dgDavidGreene
Table transforms for mobile through CSS rules

Internet / Network

  (5 votes) by B. Clay Shannon (updated 14 hrs ago)
How to Capture and View Local Network Traffic Using Two Free Tools

Java

  (1 vote) by Keyhole Software
In my previous article covering Java Annotations, I outlined a recent use case and provided you with some examples of custom annotations and how they might be used. In this article, I'm going to take that a step further and give you a few examples of custom annotations and how you would proces

LINQ

  (10 votes) by Azim Zahir
This is a very simple but practical implementation of LINQ.

Mobile Development

  (14 votes) by Daniel Vaughan
Create best-in-breed cross-platform MVVM apps using Calcium for Xamarin.Forms.
  (7 votes) by Saleh Hamadeh
In the last three decades, software development has undergone a drastic change. Computer science started out as a mix of discrete mathematics and electrical engineering. As more people bought personal computers, most businesses sold their software for fixed prices. Nowadays, businesses are more user
  (3 votes) by Daniel Vaughan
Create a Xamarin Forms tabbed page or carousel page by binding to a collection of ViewModels; extending beyond the current capabilities of Xamarin Forms.

Node.js

  (2 votes) by Saleh Hamadeh
How to build a scalable REST API using Node.JS and Express

NoSQL

  (2 votes) by HenryCharles1997
In the article, I'll show you how to build a simple URL shorten service with Redis and ASP.NET MVC

Other .NET Languages

  (1 vote) by T Manjaly
Google released Google+ platform last month and announced some APIs few days ago to integrate Google+ with custom applications. The initial version of Google+ APIs can be used to retrieve public data from Google+ system. Future version of Google+ APIs will support more advanced operations like posti

PHP

  (3 votes) by Right Handed Monkey
Tips for choosing between '==' (equals or loose comparison) and '===' (identical) operators in php.
  (1 vote) by Raymund Macaalay (updated 5 days ago)
Now you just recently migrated from WordPress.com to WordPress.org and on your old WordPress you have AdWords installed, now you want to have that similar ad placement on your new WordPress install by placing the ads on  the header, on the widget side bar and after the first post summary.  The widge

Product Showcase

by Android on Intel
Mobile applications can behave differently between emulator and device and, as an app grows more and more complex, debugging performance bottlenecks can become extremely difficult. The GPA System Analyzer, part of the Intel® INDE, is a tool that can help diagnose a variety of performance issues.
by Android on Intel
This paper will help you choose the right engine for your game so it runs its best for all your Android customers.
by Android on Intel
The purpose of this paper is to provide a high level overview of the one-time password (OTP) functionalities and show how to use the OTP APIs in Android*.
by Android on Intel
This paper will discuss optimization needs and approaches on Android and walk through a case study of how to optimize a multimedia and augmented reality application.

Programming Tips

  (5 votes) by B. Clay Shannon (updated 8 hrs ago)
Some municipalities have begun to get serious about preventing bad code
  (1 vote) by Dhruv Singh
Python dictionary supports a get() method that helps to look up a key and perform assignment operation in one line of code!

Reviews on Third Party Products and Tools

  (1 vote) by T Manjaly
How to parse RSS feeds in .NET
by aetheon
I've seen a few articles saying that using Ti.App.fireEvent everywhere is not a good practice. The solution is to use the $.trigger widget method instead. That's OK. Global events are evil! I think that the real question is not if global events are good or evil. For me the real question is: How can

SharePoint Server

  (1 vote) by Mohammad A. Amer
Step by step creating News Page Layout using Content Type in SharePoint 2013
by MANPREET SINGH
How to create List & Libraries in SharePoint 2013
by shijuse
Secure Store Service in SharePoint 2013
by MANPREET SINGH
Mail Box in your SharePoint 2013/ Office 365 Site

Shell and IE programming

by Saleh Hamadeh
Assess your Collaborative Programming Skills

Silverlight

by T Manjaly
Unable to start debugging. The Silverlight Developer Runtime is not installed.
by Wayne Ye
Background In Silverlight 4, Out Of Browser with elevated permission is significantly improved, now the OOB application has more privilege in accessing system resources such as the ability of accessing Isolated Storage, manipulating COM objects, access local registry entries, or even invoke Microsof

Site & Server Management

  (9 votes) by benmwatson
Nearly 7 years ago, I wrote a little article called The Top 5 Attributes of Highly Effective Programmers that got some good feedback and has proven popular over time. One matures as a developer, of course. I wrote that last article quite closer to the beginning of my career. Over the last few years,
by sebastianrogers
One thing everyone loved about the SharePoint 2010 my sites was the Silverlight Organisation chart. It seems to have been dropped from SharePoint 2013, my guess as Silverlight is no longer flavour of the month. However its still there on the \organizationview.aspx page in the My Site Host Collection
by Imran Abdul Ghani
3 Simple Steps to Create SharePoint 2013 Site Collection

Splitter Windows

  (6 votes) by Ed Gadziemski (updated yesterday)
A collapsible split container control for Windows Forms

SQL Reporting Services

by Bob McGowan
Processing SQL Server FILESTREAM Data - Part 1

Tabs & Property Pages

by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) (updated yesterday)
We will explore the JavaScript code, by which we can easily Enable or Disable all the Tabs inside a Telerik RadTabStrip except the SelectedTab. In my previous Blog, we explored how to Enable or Disable all the Tabs. Now let's see how we can just do this for all the Tabs except the current Tab.

Testing and QA

  (1 vote) by sore_ron
How to automate SoapUI using Groovy
by E. Scott McFadden
XML Strategies to Improve Test Organization

Third Party Products and Tools

  (3 votes) by Wajahat Aftab (updated 2 days ago)
How to load data from live market stock feed in a grid view

Tools and IDE

by SergentMT
Tool for extracting depth frames from Kinect v2 to .mat files, with point cloud generator script. Ready to use!

Tree Controls

  (12 votes) by Pavel Torgashov (updated yesterday)
Fast and flexible replacing of standard WinForm's controls: ListBox, CheckedListBox and TreeView.

Uncategorised Technical Blogs

  (2 votes) by derekman9707
This is probably one of the most common posts that I see on the MSDN forums and hear from students.  The most common answer is that the database has been set to full or bulk logged recovery model and a transaction log backup has not been completed.  So let's take a VERY simplistic look at log
  (2 votes) by Shahriar Iqbal Chowdhury/Galib
Background While using log4net for logging and using a separate configuration file I encountered a strange error that log4net cant locate the configuration file, even though file and configurations are already there. This problem drive me nuts and finally i found few solutions to fix the problem. Pr
  (1 vote) by Grant Curell
This article covers the service block model design methodology for IPv6 migration.
  (1 vote) by Kevin Mack
I'm a huge mystery buff.  Plain and simple, I love them all.  I read mystery novels, watch police procedural, you name it.  There's something truly awesome about figuring out and solving some puzzle that no one else could solve.It's surprising how many people I know who work in software development
by Saleh Hamadeh
How to host multiple websites using Express.js
by Gabor Fekete
CodeProject This is a short post about using std::unique_ptr with malloc() and free(). Although, it can be used with other resource management functions too (files, sockets, etc.). Often, when working with legacy C and C++ code, we see usages of malloc() and free(). Just like new and delete, explici
by Karl Shifflett
Back when I was using Visual Studio 2010 a few weeks ago I had a cool macro that would allow me to select a view and viewmodel file in the Solution Explorer, run the macro and then the viewmodel would be nested nicely under the view as pictured above. Well… Beginning with Visual Studio 2012 […
by Wayne Ye
Under some scenarios we need impersonate another Windows account and do some work under that user's session, for example: An enterprise ASP.NET web application provides server administrators' ability to access the server under some specific privilege set; Server admin input their NT account informat

Uncategorised Tips and Tricks

  (1 vote) by MANPREET SINGH
How to have Facebook Like & Share Button on our List & Document Libraries

User Controls

  (4 votes) by M.Farrukh Abbas
How to move, sort, filter and search items between Listboxes and make it as reusable user control using ASP.NET (C#)

VB.NET

by Shekhar Pankaj
Using Web Configs Key Value pair in classical Asp pages

Web Security

  (14 votes) by Shemeemsha RA
First step towards securing MVC applications
  (6 votes) by Abani Kumar Meher
This article describes how we write code while developing web application which results in SQL injection vulnerability and how we should write code to prevent it.
  (2 votes) by Saleh Hamadeh
Web performance trends - one load, that's all
by Saleh Hamadeh
Web security: unvalidated redirects

Web Services

  (3 votes) by padmore
How to call Nest API from .NET using FirebaseSharp
  (1 vote) by IInjac
CodeProject   It's been a while since the last part, but I have been terribly busy. In the last part you learned about custom controllers, the ApiServices-class and the Authorization level attributes. In this part you will learn how to wire up everything. I will show you how to create a universal ap

Windows Phone 7/8

by Saleh Hamadeh
This post discusses how to verify phone numbers using Twilio and Parse
by hjgode
This is the description of my btPrint demo app to print demo files to portable bluetooth label/receipt printers. I already did the same app for android and now wanted to do the same for windows phone 8. The app starts with the main screen where you select a bluetooth printer, connect, select a demo

Windows Presentation Foundation

  (17 votes) by Shivprasad koirala (updated 5 days ago)
An article presented by ShivPrasad Koirala which covers complete step by step tutorial on WPF MVVM Architecture like Leveraging PRISM, Simple 3 layer example and GLUE code problem, Adding actions, Decoupling actions and so on.

Articles updated

.NET Framework

  (38 votes) by Sandeep Singh Shekhawat (updated 6 days ago)
This article introduces the Generic Repository pattern and Unit of Work in ASP.NET MVC applications.
  (15 votes) by John Atten (updated 3 days ago)
How often do you find yourself tossing together a console application for the purpose of trying out code, "testing" in the sense of seeing what works best, or, possibly, as a means to demo some library of function? I do, a lot. And I usually end up with some horrid mess which, while never intended

Android

  (15 votes) by _Maxxx_ (updated 5 days ago)
A step-by-step beginners guide to setting up a development environment to write games using Cocos2d-X 3.2 on a PC
  (7 votes) by Ranjan.D (updated 7 days ago)
This article discuss in detail about various Android connectivity options like Wi-Fi, Bluetooth, NFC, SIP, USB.
  (5 votes) by Ranjan.D (updated 4 days ago)
This article is all about various Android Storage capabilities. We will be discussing in detail about the storage options like SQLite database, Internal and External Storage, Shared Preferences, Network etc.
  (5 votes) by Ranjan.D (updated 6 days ago)
This article is all about leaning with a hands on code samples about Android Content Provider.

Applications & Tools

  (2,117 votes) by .dan.g., autoQA (updated yesterday)
A hierarchical task manager with native XML support for custom reporting.

ASP.NET

  (369 votes) by Shivprasad koirala, Marla Sukesh (updated 20 hrs ago)
As the article's name says, learn MVC. Ao the agenda is simple, we are going to learn ASP.NET MVC in 7 days.
  (303 votes) by Shivprasad koirala, Marla Sukesh (updated 6 days ago)
The whole purpose of this article is to quickly brush up your MVC knowledge from an MVC interview perspective.
  (56 votes) by Mahsa Hassankashi (updated 6 days ago)
This article explains SignalR concept via chat implementation and interaction between client and server visually and involving hub class.
  (35 votes) by Omar Al Zabir (updated 18 hrs ago)
SQL Server Performance Dashboard (SSPD) is a small open source web app that shows you performance & problems of one or more SQL Server instances and their databases in near real time.
  (23 votes) by John Atten (updated 5 days ago)
The ASP.NET Identity team released the Identity 2.0 framework RTM back in march. The new release contained significant additions to the functionality found in the original 1.0 release, and introduced some breaking changes as well. In a previous post, we took a high-level look at how Identity 2.0 w
  (12 votes) by Sandeep Singh Shekhawat (updated 5 days ago)
This article explains how generics are useful over non-generics and explains how to reuse code using generics.
  (10 votes) by Shivprasad koirala (updated 6 days ago)
This article talks about MVC Tempdata and how MVC tempdata, Peek and Keep works using example and step by step video tutorial on mvc
  (8 votes) by Sandeep Singh Shekhawat (updated 2 days ago)
This article explains how to render a partial view and JSON data using AJAX.
  (7 votes) by John Atten (updated 5 days ago)
Earlier this year we looked at Implementing Group-Based Permissions Management using the ASP.NET Identity 1.0 framework. The objective of that project was to gain a little more granular control of application authorization, by treating the now-familiar Identity Role as more of a "permission" which c
  (6 votes) by Sandeep Singh Shekhawat (updated 4 days ago)
Layout is used for a consistent look and feel of all pages of a web application
  (5 votes) by Ranjan.D (updated 3 days ago)
Let us learn how to build a simple MVC Tree Control by using jsTree (a jquery plugin, that provides interactive trees)

Audio and Video

  (14 votes) by Sergey Alexandrovich Kryukov (updated yesterday)
The convenience of this Sound Recorder is defined by its minimalism and understanding of the purpose

C#

  (165 votes) by Akhil Mittal (updated 5 days ago)
This article will cover almost every OOPS concept that a novice/beginner developer hunt for, and not only beginners, the article's purpose is to be helpful to experience professionals also who need to sometimes brush-up their concepts or who prepare for interviews.
  (75 votes) by Akhil Mittal (updated 5 days ago)
All about Abstract classes in C#
  (62 votes) by Akhil Mittal (updated 5 days ago)
Day 6: Understanding Enums in C#.My article of the series "Diving in OOP" will explain enum datatype in C#.
  (68 votes) by Akhil Mittal (updated 5 days ago)
Access modifiers (or access specifiers) are keywords in object-oriented languages that set the accessibility of classes, methods, and other members. Access modifiers are a specific part of programming language syntax used to facilitate the encapsulation of components.
  (70 votes) by Akhil Mittal (updated 5 days ago)
Diving in OOP (Day 2):My article in the second part of the series will focus solely on inheritance concept in OOP
  (56 votes) by Akhil Mittal (updated 5 days ago)
This part of the article series will focus more on run time polymorphism also called late binding.
  (8 votes) by me.ajaykumar (updated 6 days ago)
OData

C++ / CLI

  (8 votes) by Konstantin Tchoumak (updated 2 days ago)
Reading hardware information in Stored Procedure

Database

  (25 votes) by Jörgen Andersson (updated 3 days ago)
A propertymapping extension for DataReaders
  (5 votes) by Mika Wendelius (updated 5 days ago)
How to generate desired amount of rows in SQL Server using CTE

Design and Architecture

  (60 votes) by Paulo Zemek (updated 3 days ago)
A deep explanation on when to use interfaces and abstract classes.

Files and Folders

  (196 votes) by Uzi Granot (updated 6 days ago)
PDF File Writer is a C# .NET class library allowing applications to create PDF files. Version 1.8 adds Bookmarks.

Hardware & System

  (70 votes) by slelong (updated 11 hrs ago)
A USB library to detect USB devices, and manage Attach and Detach events

HTML / CSS

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

Internet / Network

  (215 votes) by Mehdi Gholam (updated 6 days ago)
Smallest, fastest polymorphic JSON serializer (with Silverlight4 and MonoDroid support)
  (67 votes) by Simon Cooke (updated 2 days ago)
A bi-partite circular buffer for high performance buffering, where it comes from, and why you'd want to use it.
  (60 votes) by pdoxtader (updated 10 hrs ago)
A multithreaded server class that accepts multiple connections from a provided client class. Each client can send and receive files and text (byte data) simultaneously along 250 available channels.

Miscellaneous

  (4 votes) by mudnug (updated 2 days ago)
How to work with DotSpatial controls

Tablets and All-in-Ones

  (6 votes) by DrABELL (updated 6 days ago)
Win8/Tablet PC app allows inflation calculation on individual products and basket of goods (AIC-2013)

Ultrabooks

  (23 votes) by DrABELL (updated 6 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.

Win32/64 SDK & OS

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

Windows Communication Foundation

  (9 votes) by Bruce Zhang (updated 3 days ago)
WCF provides a flexible and extensible architecture for the developer. The most common situation is to customize the extension of behavior. It is not complex, but some issues should be noticed. This article discusses how to extend the behavior in WCF.

Windows Presentation Foundation

  (23 votes) by Paulo Zemek (updated 4 days ago)
Learn how to create a math expression compiler and a special WPF markup extension capable of using it to generate bindings.



© 2014 The Code Project.  All rights reserved.


This email was sent to vutunglampro@gmail.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

Không có nhận xét nào:

Đăng nhận xét