Chủ Nhật, 18 tháng 1, 2015

Weekly Newsletter (19 Jan 2015)

Weekly Newsletter (19 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

Are you a blogger?

We have a feature on The Code Project that allows you to share your technical blogs with other developers from the comfort of your very own blog. If you write technical blog posts and want to get those posts out to a wider audience, with an added bonus of getting more visitors to your own blog, then use our Blog feed aggregator.

Save Your Search

A quick reminder that our search page has the ability to save your favourite searches. After you've searched for your content (and narrowed down the scope, and sorted, and filtered) just type a query name in the "Saved queries" box in the left hand column of the page and it's there for evermore.

Our Tip Wiki

If you're a Silver level memeber or above feel free to update the Tips and Tricks for CodeProject.com article. There's a lot of nooks and crannies new users would love to find.

cheers,
Chris Maunder

Latest Additions

New articles added

.NET Framework

  (2 votes) by GanesanSenthilvel (updated 6 days ago)
An article on DotNet data layer programming using BigData HP Vertica platform

Algorithms & Recipes

  (6 votes) by Darko Jurić (updated 2 days ago)
Discrete Kalman Filter brief tutorial with samples in C#
  (3 votes) by Darko Jurić (updated 2 days ago)
SIR Particle Filter brief tutorial with samples in C#
  (1 votes) by Edgar Maass (updated 2 days ago)
Different methods to align (aka stich, register) point clouds via the ICP (Iterative Closest Point) method

Applications & Tools

  (1 votes) by Mihai MOGA (updated 12 hours ago)
An alternative Windows version to the famous Task Manager

ASP.NET

  (18 votes) by Shivprasad koirala, Marla Sukesh (updated 2 days ago)
The intention of this article is to compare performance between ASP.NET WebForms and ASP.NET MVC. One the main reasons of moving from Webforms to MVC is performance, performance and performance.
  (2 votes) by Shivprasad koirala, Marla Sukesh (updated yesterday)
In this article we learn MVC 5 step by step in 7 days – Day 1.

Audio and Video

  (1 votes) by Member 11363595 (updated 2 days ago)
Playing a continuous audio stream from C#

Azure

  (3 votes) by Sergey Kizyan (updated 5 days ago)
You need to change your default HTTP protocol to HTTPS in your Azure WebService. This article explains how to do it.
  (0 votes) by saramgsilva (updated 3 days ago)
This article has the goal to show how to create a development and production environment for a .Net Backend from Azure Mobile Services.

C / C++ Language

  (1 votes) by Jerry Evans (updated yesterday)
Adding cross-platform round-trip JSON serialization to C++ classes
  (1 votes) by Mikhail Semenov (updated 6 hours ago)
This article covers algorithms and implementations for maps with integers, contains benchmark results
  (0 votes) by Richard Chambers (updated 6 hours ago)
Exploring how to embed a Java VM into a C application and developing a native library for a Java application using JNI.
  (0 votes) by Joren Heit (updated 1 hour ago)
A template-based signal/slot library

C#

  (17 votes) by Bhushan Mulmule (updated 3 days ago)
This write-up will take you through all the steps that are required to understand lambda expression thoroughly.
  (1 votes) by Ranjan.D (updated 6 hours ago)
A Simple Lucene implementation by making use of an open source library named "SimpleLucene"
  (0 votes) by JorgeLuisOrejel (updated yesterday)
Solution to word-search puzzles in C#. Based on my previous implementation in C++.

Client side scripting

  (2 votes) by JGrubb23 (updated 4 days ago)
Basic intro to using the Isilon OneFS REST API using C# .NET
  (2 votes) by Igor Vigdorchik (updated 11 hours ago)
Shows how to configure your Angular application with JSNLog, a popular JavaScript logging library
  (1 votes) by Kevin Mack (updated 12 hours ago)
JavaScript and scoping

Design and Architecture

  (0 votes) by Giancarlo Rhodes (updated 3 days ago)
Part 1 – Creating the Web UI

Dialogs and Windows

  (1 votes) by Edgar Maass (updated 4 days ago)
Display a Point Cloud grabbed by the Microsoft Kinect v2 in a OpenGL control

Game Development

  (10 votes) by Jacques Fournier (updated 5 days ago)
Sudoku is a program built in C# with a WPF user interface.

GDI+

  (6 votes) by Shao Voon Wong (updated 5 days ago)
Outline Text Part 2

HTML / CSS

  (8 votes) by Florian Rappl (updated 3 days ago)
Gulp is a modern build system for web technologies. It is also integrated into ASP.NET MVC 6 and can be used in a lot of scenarios.

Installation

  (2 votes) by Rotted Frog (updated 2 days ago)
Goes through how to write a compiler extension for Wix, using the read world example of an XML search extension to read values out of XML files

Menus

  (3 votes) by David Perelman-Hall (updated 4 days ago)
This article provides a solution for applications that want to reuse the same context menu (and corresponding functionality) in many forms.

Product Showcase

  (0 votes) by Kamil Burzynski (updated 2 days ago)
Using HipChat to control CodeProject::Workspace deployments

Programming Tips

  (1 votes) by Giovanni Scerra (updated 6 hours ago)
Patterns to prevent null reference exceptions

VB.NET

  (0 votes) by Emiliano Musso (updated 2 days ago)
Definitions and examples of a genetic algorithm; Visual Basic sample for an icon generation through a model and a random initial range of solutions.

Windows Presentation Foundation

  (14 votes) by Meshack Musundi (updated 3 days ago)
A WPF application for listing, searching for and launching installed apps

Windows Workflow Foundation

  (8 votes) by Melnikov Dmitry (updated 5 days ago)
How to add functionality of workflow with designer into a project

Articles updated

.NET Framework

  (29 votes) by Davide Icardi (updated 15 hours ago)
Generate LambdaExpression or function delegate on the fly without compilation.

Android

  (12 votes) by Peter Leow (updated 5 days ago)
Becoming proficient and competent in managing Android Resources.

ASP.NET

  (44 votes) by Shivprasad koirala, Marla Sukesh (updated 5 days ago)
This article is Day 6 of learn MVC step by step in 7 days.
  (10 votes) by vladimir husnullin (updated 6 days ago)
This article shows how to create a single page web applciation using AngularJS. It will be helpfull for people willing to study angular and mvvm practices.

Audio and Video

  (71 votes) by free5lot (updated 4 days ago)
Camera in .NET application using .NET library (DirectShow).

Boards / Embedded devices

  (9 votes) by Jan Dolinay (updated 2 days ago)
This article describes software library for the FRDM-KL25Z board which allows writing programs for this board using the Arduino API.

C / C++ Language

  (14 votes) by Paul M Watt (updated 4 days ago)
A small self-contained header file implementation of an static counter for use at compile-time.

C#

  (64 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.
  (20 votes) by Paulo Zemek (updated 4 days ago)
Understand how to create fully configurable frameworks that let your application evolve without creating bottlenecks.
  (11 votes) by Edgar Maass (updated 5 days ago)
Open and display point clouds using a simple user control. Technology used: C# and the OpenGL library via the OpenTK port to .NET.
  (7 votes) by dale.newman (updated 4 days ago)
An Alternative to .NET 2.0 Custom Configuration Sections
  (5 votes) by rld1971 (updated 3 days ago)
Adding a physics engine and investigating other .NET tools

Client side scripting

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

Connected Devices

  (70 votes) by Dan Thyer (updated 6 days ago)
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.

HTML / CSS

  (35 votes) by Dan Letecky (updated 6 days ago)
Weekly HTML5 event calendar with CSS themes, drag and drop support, date navigator. PHP/AJAX and ASP.NET MVC backends.
  (17 votes) by Guruprasad.K.Basavaraju (updated 3 days ago)
An MVC application to make a copy of CodeProject articles in your Browser Cache using HTML5's AppCache feature

Internet / Network

  (244 votes) by Mehdi Gholam (updated 2 days ago)
Smallest, fastest polymorphic JSON serializer (with Silverlight4 and MonoDroid support)
  (33 votes) by Alessandro Lentini (updated 4 days ago)
My article shows a library that everyone can use to create their socket communication. Also it explains how the library is developed.
  (9 votes) by Woong Gyu La (updated yesterday)
How to create a server-client network quickly using template server-client framework, EpServerEngine (C++ and Windows Winsock).

IoT Services

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

Libraries

  (20 votes) by Mohammad Dayyan (updated 6 days ago)
A C# library to use PersianCalendar as easy as DateTime

LINQ

  (45 votes) by Don Kackman (updated yesterday)
Extension methods for variance, standard deviation, range, median, mode and some other basic descriptive statistics.

Menus

  (154 votes) by Pavel Torgashov (updated yesterday)
Customizable autocomplete menu for RichTextBox, TextBox and other controls

Miscellaneous

  (2 votes) by marc borgers (updated 2 days ago)
Logging method entry and exit points

Office Development

  (33 votes) by Helmut Obertanner (updated 4 days ago)
In this article, you will learn how to customize the built-in Select Names dialog and use different external data sources for your own dialog.

Windows Communication Foundation

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

New Tips and Tricks added

Algorithms & Recipes

  (5 votes) by Super Lloyd (updated 3 days ago)
All the tools to calculate Distance to Bezier curve, find the root of Polynomial, do Complex math

ASP.NET

  (2 votes) by Thinira_Manushan (updated 3 days ago)
In this tip, we discuss how to create and programmatically bind telerik report.
  (1 votes) by Prashant Kurlekar (updated 17 hours ago)
Customising ASP.NET MVC client side validation to validate form in parts

Azure

  (1 votes) by saramgsilva (updated 3 days ago)
This article has the goal to show how to update a .Net Backend project from Azure Mobile Services, this mean we will update the references added to the project using Nuget packages.

C#

  (16 votes) by Snesh Prajapati (updated 4 days ago)
I found that changing targeted C# version for a project in Visual Studio is bit tricky. And even if you choose old .NET framework version, Visual studio will use default C# version to compile C# code, until you explicitly set the targeted C# version.
  (3 votes) by Gaurav Goel (Team Lead) (updated 13 hours ago)
This tip teaches you the basic use of async and await, how threads work internally
  (3 votes) by Himashu Arora (updated 6 days ago)
  (0 votes) by Lusvardi Gianmarco (Jymmy097) (updated yesterday)
A really simple implementation of a C# menu for console applications.

Client side scripting

  (0 votes) by GauravSaxena_ (updated 2 days ago)
How to write managed code in JQuery

Database

  (7 votes) by Emiliarge (updated 6 days ago)
Queries in Microsoft Access (MDB) databases.
  (5 votes) by Sandeep khairha (updated 3 days ago)
divide by zero
  (2 votes) by CharlieBrown1433 (updated 4 days ago)
Resource Governor Enhancements in SQL Server 2014
  (1 votes) by OriginalGriff (updated 17 hours ago)
Sometimes, you want to extract the filename (with or without the extension) from the full path of a file. It's easy in C# and so forth - just use the Path.GetFileName method. But what if you want it in SQL?
  (0 votes) by Sandeep khairha (updated 3 days ago)
Query that returns list of all Stored Procedures
  (0 votes) by Sangunni (updated 3 days ago)
Find progress of a database restore using sys.dm_exec_requests

Design and Architecture

  (6 votes) by B. Clay Shannon (updated yesterday)
Confirm what really needs to be built using mockup implementations before investing time in the real implementations (including "Poor Man's Branching" as a side benefit)

Dialogs and Windows

  (3 votes) by Super Lloyd (updated 22 hours ago)
Solution to the problem on how to databind Windows visibility to ViewModels

General Graphics

  (3 votes) by Paul C. Rhodes (updated 17 hours ago)
Merge pixels of two images into one new pop artwork
  (1 votes) by raildude (updated 5 days ago)
An algorithm to compute the intersection point (if it exists) of a pair of 2D line segments
  (0 votes) by Mr. Lai Tai-Yu (updated 5 days ago)
How to do simple image binarization?

Grid & Data Controls

  (0 votes) by K K Srinivasan (updated 5 days ago)
This tip is to give simple idea about changing the visibility of Grid's Row.
  (0 votes) by rolandomontero (updated yesterday)
MySQL Connector for Visual Basic, obtaining a data table

Internet / Network

  (1 votes) by Emiliarge (updated 6 days ago)
How to get and parse website content.

Java

  (2 votes) by Hadrich Mohamed (updated 5 days ago)
This tip shows you the most important new feature in Java 8 release.

Libraries

  (0 votes) by Daniel 11317535 (updated 2 days ago)
Steps to automate application exports for case360 using cURL

Miscellaneous

  (0 votes) by K K Srinivasan (updated 2 days ago)
This tip is about text content of , inside open close bracket.

Mobile Development

  (3 votes) by B. Clay Shannon (updated 5 days ago)
Simple way to warm boot a Windows CE device

NoSQL

  (5 votes) by Vijay Rana AON (updated 4 days ago)
CRUD Operation in MVC with MongoDB

Office Development

  (1 votes) by Balakrishnan Dhinakaran (updated 6 days ago)
Add email from Microsoft Outlook to SharePoint list using simple macro, JavaScript
  (1 votes) by Sangunni (updated yesterday)
Read Lound Email Sender and Subject as soon as you received an email in OUTLOOK

Raspberry Pi

  (3 votes) by The Operator (updated 5 days ago)
Hacking the Minecraft Pi API using Python on the Raspberry Pi

VB.NET

  (0 votes) by JoelDz (updated 16 hours ago)
This tip shows a control for Windows Forms called MySwitch. This is done in Visual Basic .NET 2013.

VBScript

  (4 votes) by _duDE_ (updated 6 days ago)
This tip shows how easy it is to debug the VBScript by using Visual Studio Debugger

Tips and Tricks updated

DirectX

  (7 votes) by Asif Bahrainwala (updated 3 days ago)
FFT using DX11 compute shader

Mobile Development

  (8 votes) by B. Clay Shannon (updated 6 days ago)
Step-by-step guide to add barcode-scanning capability to a Windows CE / Compact Framework app

New Technical Blogs added

.NET Framework

  (19 votes) by Vladimir Khorikov (updated 5 days ago)
There is quite a bit of Entity Framework and NHibernate comparisons on the web already but all of them cover mostly the technical side of the question. In this post, I'll compare these two technologies from a Domain Driven Design perspective. I'll step through several code examples and s

ASP.NET

  (10 votes) by John Atten (updated 5 days ago)
The tools and architectural patterns we use to build and evolve web applications have undergone dramatic change over the past few years. Modern web application development is a fast-paced, dynamic activity reliant to ever an greater degree on modular, loosely-coupled application components, rapidly-
  (1 votes) by ashish__shukla (updated 2 days ago)
The post Model Binding in MVC appeared first on codecompiled .Model Binding While working in a MVC application we come across the different components such as the controller,action methods, application routes and the model.These all are no doubt important components in any MVC application...The pos

Client side scripting

  (3 votes) by Prava-MFS (updated 2 days ago)
In our previous blog, we went through almost all the major CSS selectors and I felt that was helpful for some and helpful for me as well. That’s why I came up with the same kind of way of selecting element using jQuery :). As we know, jQuery is a light weight javascript library used […]

Code Generation

  (6 votes) by Arian Celina (updated 4 days ago)
One truth about business software applications is that they evolve together with business requirements. From different reasons, sometimes from lack of experience of developers and sometimes from not having enough time to devise good solutions, the code often tends to create some sort of cancer insid

Database

  (2 votes) by Leom Burke (updated 6 days ago)
I have decided to split out the styling work into 2 posts as it would be a huge post to restyle even something so simple.  so this post is going to change the controls to be more style-conscious and introduce basic style and the next post will introduce some more advance concepts such as using [R

Date and Time

  (0 votes) by Arian Celina (updated 3 days ago)
For a software developer, staying up to date with technology developments and follow latest trends of software development is of utmost importance. But nowadays, the number of online posts/activities that are competing for our attention has increased exponentially. Dealing with all this load of info

Debug Tips

  (3 votes) by BC3Tech (updated 6 days ago)
While playing around with NuGet as much as I have been, I noticed something in the ‘nuget pack’ command that I thought was pretty interesting. A ‘-symbols’ flag. “What’s this do?” I thought. So, naturally, I gave it a shot. What NuGet spat out for me was a .

Design and Architecture

  (3 votes) by Stephen C Young (updated 5 days ago)
Picking the web application architecture best suited to your unique needs is vital. In this post I am going to talk about a few of the most common web application architectures you are likely to come across. Every web application has it’s own unique set of requirements and constraints so the a
  (0 votes) by Jacques Bosch (updated 5 days ago)
Grab a cup of your favorite poison - journeys are not usually quick, and neither is writing about them
  (0 votes) by Jacques Bosch (updated 5 days ago)
From Manual to Automated Deployment in 367 easy steps

Game Development

  (2 votes) by Vidyasagar MSC (updated 5 days ago)
"Who needs sports stardom when you can shoot fireballs from your fingertips?"― Ethan GilsdorfMonoGame monogame.netMonoGame is a C# framework that allows developers to target desktop, handhelds, mobile,and consoles using a singlecodebase. The framework is written on top of Mono, an open source implem
  (2 votes) by Vidyasagar MSC (updated 5 days ago)
I have decided to learn,develop and market a Game.Cool!!! but which game engine/framework should i go with ? What are the pros and cons of existing Game Engines? Where can i leverage my existing coding and design skills ?Today,This post will try to answer to few of the questions.There are N number o
  (1 votes) by Vidyasagar MSC (updated 5 days ago)
See examples of how these key terms are used and why they're so important for your assets and games. If you ever encounter a term used in game development that you are unfamiliar with, use this as a reference.MODELINGAssetAssets are anything that must be created in an external software like 3ds Max,

Grid & Data Controls

  (0 votes) by Leom Burke (updated 4 days ago)
Justmock is an excellent, fairly new, mocking framework from Telerik that I had the pleasure of getting a free licence for at the launch event.  The company I work for has now picked this up and is intending on rolling it out across the development department and I don't think it can happen soon eno

Mobile Development

  (0 votes) by Oto Ciulis (updated 2 days ago)
Mobile webapps with nodejs & typescript - Part III
  (0 votes) by Oto Ciulis (updated 2 days ago)
Mobile webapps with nodejs and typescript - Part II

Programming Tips

  (1 votes) by Rob Kraft (updated 4 days ago)
We cobbled together a simple system to provide us a single email each day to tell us if all of our jobs and unit tests were successful on their overnight runs.   Given that we have a dozen different jobs that run tests and a dozen that run builds it was helpful to have the […]
  (0 votes) by Ronnie Mukherjee (updated 12 hours ago)
5 tips for getting started with Angular

Reviews on Third Party Products and Tools

  (1 votes) by Vidyasagar MSC (updated 5 days ago)
FREE Assets to start your game It is the greatest of all mistakes to do nothing because you can do only a little. Do what you can.Sydney SmithArt/GraphicsHere are some free art tools that can be used to create various types of visual content for games.Blenderblender.orgBlender is a cross-platform op
  (1 votes) by Paul M Watt (updated 4 days ago)
I found the metaphorical Silver Bullet that everyone has been searching for in software development and it worked beautifully on my last project. Unfortunately, I only had one of them. I am pretty sure that I could create another one if I ever have to work with a beast that is similar to my last pro

Scrapbook

  (3 votes) by Arian Celina (updated 4 days ago)
Learning process of developers never ends. It is in our DNA to continuously feel the need to learn and self develop. As much as we learn, we have even more to learn. The technology world is moving so fast that to keep the pace and be up to date with cutting edge knowledge, we need to embrace learnin
  (1 votes) by Arian Celina (updated 4 days ago)
Software development industry is one of the fastest progressing industries. New technologies, amazingly fast changing businesses, and advancement of requirements make learning a daily task of software developers. In a way, when we choose this profession, we kind of agree to lifelong learning, but th

Site & Server Management

  (1 votes) by Melick (updated 6 days ago)
  Office 365 recently comes with a IRM feature that you can control the rights of  a document library and a List. Current IRM supports only Restrict permissions on this library on download but this option contains other few options that I will explain later. SharePoint online currently supports bel

Smart Client

  (1 votes) by Leom Burke (updated 6 days ago)
Now we have the data fetching work sorted out we can turn our attentions to the front-end. I am going to make a very simple view in this post listing the artists and associated albums with their tracks.  It is going to look like this: Now, this is very basic but it serves its purpose […]

Uncategorised Technical Blogs

  (2 votes) by Leom Burke (updated 6 days ago)
I have not blogged for quite some time.  Family, work, and life have all conspired to stop me finding the time to write here.  I am now going to start writing again, tentatively, with a view to making it a more permanent endeavour.  So, without further ado, I give you my first steps with Roslyn̷
  (2 votes) by Vidyasagar MSC (updated 5 days ago)
Recently,I was learning CocosSharp.It is a game engine which provides technology for making cross-platform games.As soon as you hit the first line of code, you see this`application.PreferMultiSampling = false;`Ok,I see that there is an application object and you are setting its property PreferMultiS
  (1 votes) by Vidyasagar MSC (updated 5 days ago)
To simply introduce, Project Spark is developed by team dakota and skybox labs.It is published by Microsoft Studios.It is a game maker "Where Players Create and Creators Play". The website quotes project spark"As a powerful, yet simple way to build and play your own worlds, stories and games. Experi
  (1 votes) by Vidyasagar MSC (updated 5 days ago)
The new UI system is leaps ahead of the the old, it's easy it is to build what you want and do it quickly with little or no coding necessary. Get all this out of the box:Fast and flexible workflowsLow memory allocations and high performanceEasy multiplatform deploymentUnique animation capabilitiesFE
  (1 votes) by Arian Celina (updated 3 days ago)
I trust anyone reading this post title most probably is expecting to see something like UML Design, OOP Design, writing code, etc. I would not consider these in required skills list, these are I would say, mandatory skills for a Software Architect. In my opinion, the most important skills for Softwa
  (1 votes) by SneakyPeet (updated yesterday)
I have been wanting to try out SignalR for a while now and finally came up with an idea that is simple enough to start with (that is not a chat application).I am not going to go into the details of how SignalR works, just show you the code to get started. If you have never heard about SignalR, read
  (1 votes) by SneakyPeet (updated yesterday)
I recently found myself with an obscure bug that was introduced into the codebase somewhere in the last 50 commits. To make matters worse the bug was not apparent and was not easily seen when looking at the code. All I knew was when last that feature worked. I ended going through each commit until I
  (1 votes) by Sacha Barber (updated 22 hours ago)
I don't know how many of you read my last post, but I have somehow managed to talk myself into becoming the official documentation writer for NetMQ. If you have not used NetMQ, it is a C# native port of ZeroMQ the socket library from outer space. I have really enjoyed learning about ZeroMQ (which [&
  (0 votes) by SneakyPeet (updated yesterday)
Git has clearly won the source control wars. Its lightweight branching and easy merging make for a frictionless experience. But there are things that you as developer can do with git and with your code to make it even better.Small FilesHaving files and functions that contain as few lines of code as
  (0 votes) by SneakyPeet (updated yesterday)
We sometimes find ourselves with code that does not belong in a commit. This might be because we are on a wrong branch, just trying new things or need to quickly do something else and are not prepared to commit the code yet. Bottom line is we sit with code that we want to persist somehow but that we
  (0 votes) by Paul M Watt (updated yesterday)
It seems that every developer has their own way of doing things. I know I have my own methodologies, and some probably are not the simplest or the best (that I am aware of). I have continued to refine me design, development, test and software support skills through my career.I recognize that everyon
  (0 votes) by Member 11366686 (updated yesterday)
Postgresql: PostgreSQL Query Tuning - Indices

Web Security

  (4 votes) by Arian Celina (updated 3 days ago)
I consider software development more art than exact science, and as such, in software development almost always there is not a single way of solving a problem. Although there are defined best practices, it is a matter of problem being solved and the knowledge of the team that influences most the def

Web Services

  (3 votes) by Arian Celina (updated 3 days ago)
It has been quite a time since Service Oriented Architecture (SOA) and Representational State Transfer (REST) architectures are around, yet there are some misconceptions about them I hear very often, which I would like to discuss here. 1. Having web services does not mean you have an SOA architectur
  (1 votes) by Arian Celina (updated 2 days ago)
If you are reading this post, most probably you have some sort of interest in web development, or even you think about starting to learn about web development. In this post, I would like to show you what path you can follow to be a web developer. This is a beginners’ guide to web development f
  (0 votes) by Arian Celina (updated 3 days ago)
Microsoft Corporation offers a rich set of possibilities when it comes to education of new and existing software developers. Taking certification exams and certifying your knowledge is one of the best ways to build a solid knowledge base, improve your skills, and get ahead with your career in softwa
  (0 votes) by Melick (updated 2 days ago)
Office web apps are now getting more and more popular with the SharePoint 2013 environment. In native SharePoint environment when you click on a document it will open in a office online (OWA) based on configuration. But it you a writing a SharePoint Hosted app or a Provider Hosted app; you might won

Windows API

  (0 votes) by Lee P Richardson (updated 4 days ago)
The TFS 2013 + Git API Disaster



© 2015 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