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

Weekly Newsletter (2 Mar 2015)

Weekly Newsletter (2 Mar 2015)

Want to win some cash (and maybe learn a little along the way)?

Our Azure Internet of Things contest is on and US contestants have until Friday to earn entries for the next $1,000 draw. Enter now!

The Best of The Best for January

Congratulations to the following authors for sharing their code, their knowledge and their time. The top articles of January have been voted by you and are:

Mobile Winner (Tie): Hugo Carnicelli Visual Studio 2015 and Apache Cordova
Winner (Tie): Pooja Baraskar Localization in Windows Universal Apps
Runner-up: Sunasara Imdadhusen Push Notification For Windows, iOS & Android - Quick, Easy and Flexible
Web Dev Winner: Prava-MFS Beginners guide on jQuery Selectors
Runner-up: Marc Clifton Writing a Web Server from Scratch
Database Winner: Mauricio David LiteDB - A .NET NoSQL Document Store in a single data file
Runner-up: Mika Wendelius Logging from inside a transaction
C++ Winner: Jerry Evans ESJ: Extremely Simple JSON for C++
Runner-up: Mikhail Semenov Fast Implementations of Sparse Sets in C++
C# Winner: Igor Ladnik Simple Software for Optimal Control
Runner-up: Matt Perdeck Introducing Semantic Types in .Net
VB.NET Winner: Meshack Musundi WPF Apps Screen
Runner-up: Emiliano Musso Basic Examples on WPF Data Binding
"Everything Else" Winner: João Matos Silva Datetime Extensions
Runner-up: Giovanni Scerra Problem Solving for Software Engineers
Click here Need Excel Controls for Windows Forms, WPF or Silverlight?
Use SpreadsheetGear to add powerful, Excel-compatible viewing, editing, formatting, calculating, filtering, sorting, charting, printing and more to your applications with the easy-to-use WorkbookView controls. Try it now!

New Articles, Tech Blogs and Tips

.NET Framework

  (12 votes) by Dave Clemmer (updated 6 days ago)
Going over key features of the VITA open source ORM and .net application framework, with sample SPAs using the MVC/AngularJS/WebApi/VITA technology stack.
  (5 votes) by Paulo Zemek (updated 2 days ago)
Presenting three expandable frameworks built as Portable Class Libraries.
  (5 votes) by john_1726 (updated yesterday)
SignalR with self-hosted Windows Service

Algorithms & Recipes

  (2 votes) by Mr. Lai Tai-Yu (Averill, Lai) (updated 18 hours ago)
A simple image binarization

ASP.NET

  (6 votes) by Shridhar Gowda (updated 3 days ago)
This article will explain how to sort a table / GridView on an ASP.NET or MVC(AngularJs) application. I am demonstrating both client side and server side sorting. I am sure you will have a great knowledge on this topic after reading it.
  (6 votes) by TalentTuner Team (updated 1 weeks ago)
In this article, We will perform basic linq operations using LINQ To Objects and LINQ To Entity
  (5 votes) by Sibeesh Passion (updated 4 days ago)
Ways to Convert Microsoft ADOMD Data Source to JSON
  (5 votes) by Sibeesh Passion (updated 3 days ago)
Convert Microsoft ADOMD Cell Set to JSON
  (5 votes) by Md. Shariful Islam (Adil) (updated 3 days ago)
T4 Template customization for ASP.NET MVC
  (4 votes) by Siddharth R Barman (updated 6 days ago)
ASP MVC5 authorization filter to validate anti-forgery token for JSON type of requests.
  (4 votes) by john_1726 (updated 3 days ago)
Introduction to using SignalR with WPF
  (4 votes) by Md. Shariful Islam (Adil) (updated 2 days ago)
SPA using sammy.js and asp.net mvc
  (3 votes) by Shmuel Zang (updated 3 days ago)
This article shows how we can implement WebBinding for the AngularJS library and, use it for binding AngularJS client side objects to ASP.NET server side objects.
  (2 votes) by TheKarateKid (updated 3 days ago)
Shows how to restrict and format the dates on Microsoft AJAX Calendar Extender...
  (2 votes) by Afzaal Ahmad Zeeshan (updated yesterday)
This tip is to provide an overview of writing strings in ASP.NET web applications to avoid concatenations.
  (0 votes) by supreetph (updated 2 days ago)
Creating and consuming WCF
  (0 votes) by Arkadeep De (updated 10 hours ago)
  (0 votes) by TheKarateKid (updated 2 days ago)
Shows how to use simple ASPX page to return JSON or XML response
  (0 votes) by vivektiwari97701 (updated 19 hours ago)
Datatype conversion in query (Excel query) add null column for unavailable field in destination database
  (0 votes) by TalentTuner Team (updated 2 hours ago)
In this article, We will understand about Asp.Net MVC Routing.

ATL Server

  (0 votes) by Rajat-Indiandotnet (updated 2 days ago)
  I the last tip TIP#88 we saw how to encrypt a password. Now in this tip I would like to share how to check encrypted password ? Means once you stored your encrypted password in database now next step is to compare that particular password with your input password and return results accordingly. Th

Azure

  (2 votes) by Sanchet Pachpute (updated 2 days ago)
This article explains hows you how to deploy binaries in azure virtual machines without using hpcsync.
  (0 votes) by Max R McCarty (updated 4 days ago)
What Azure Website's can do to make our life easier when it comes to securing our application's connection strings.

Book Chapters

  (0 votes) by PeteBarber (updated 1 weeks ago)
DisclaimerI was asked to review: Swift Essentials by Alex Blewitt from Packt Publishing (I'd previously reviewed another book of theirs for the ACCU) and ideally publicise the review. In return I was given a free copy of the eBook and offered another free eBook of my choice upon publication of this

Button Controls

  (6 votes) by Evil Iceblock (updated 5 days ago)
A completely Custom-Drawn ConfirmationButton Control for Windows Forms using C# and GDI+.
  (6 votes) by Anshul Shukla (updated 6 days ago)
Reason behind why sometimes JavaScript developers are considered as God.

C / C++ Language

  (5 votes) by Bartlomiej Filipek (updated 6 days ago)
My short summary for non static data members initialization from modern C++. A very useful feature.
  (2 votes) by D. Infuehr (updated 1 weeks ago)
How to return strings or other complex data from a process to its caller without interprocess communication

C#

  (19 votes) by pradeep shet (updated 4 days ago)
Features included in c# 6.0 that can help us to have our code better and readable.
  (17 votes) by Madhur Kapoor (updated 5 days ago)
C# 6 is available with Visual Studio 2015 and it comes with some new features. To try C# 6, download and install the Visual Studio 2015 preview. Here are some of the new features that are available in C# 6 1) Auto Property Initializers You can now assign the value to a property directly at […]
  (7 votes) by Anton Angelov (updated 6 days ago)
I wanted to create an application for updating YouTube playlists so I started using the default service oriented YouTube API, provided by Google. In  order to plug it in my WPF tool, I built an SDK. Here I will give […]The post YouTube API Getting Started .NET Code appeared first on Automate T
  (3 votes) by Hydeen (updated yesterday)
How I made my 2D Game, a Mario platformer type of game. I searched around the internet for most of these things, but had trouble finding it. Especially collision detection that I ended up creating a simple solution by myself.
  (2 votes) by Syed M Hussain (updated 2 days ago)
WinMemcached is a c# key/value multi threaded server. Its purpose it to act as a test server for developers who want to develop Memcache related projects on a Windows machine but deploy in a Linux environment.
  (1 votes) by saad_lah (updated 4 days ago)
Complete guide for beginner to setup EmguCV project and run first program in Visual Studio
  (0 votes) by Christ Akkermans (updated 6 days ago)
A conservative white list based HTML sanitizer using rules. Suitable for restricting document markup and sanitizing comments with limited markup.
  (0 votes) by Doug Coburn (updated yesterday)
Quick and dirty method to use reflection, partial classes, and generic methods to maintain and extend a universal type parser class.
  (0 votes) by Mihnea Rădulescu (updated 6 hours ago)
Light-weight image viewer for .NET 4.5.1, supporting multi-core processing

Client side scripting

  (4 votes) by Yildirim Kocdag (updated 5 days ago)
  (4 votes) by Gerd Wagner (updated 4 days ago)
Learn how to develop front-end web apps with unidirectional associations between model classes, such as the associations that assign authors and publishers to books. While in most other tutorials, associations are only superficially discussed, if at all, this article provides an in-depth explanation
  (3 votes) by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) (updated 4 days ago)
In this Blog, we will see how to add two numbers from TextBox and show the result in AngularJS.
  (1 votes) by Rahul Rajat Singh (updated 5 days ago)
In this article, we will look at events in Backbone.js
  (0 votes) by georgepaterson (updated 6 days ago)
This article will describe how to write a unit-testable jQuery plugin.

CodeProject FAQs

  (7 votes) by Chris Maunder (updated 3 days ago)
Some tips and tricks to help you format your articles and tips simply and consistently.

Combo & List Boxes

  (0 votes) by Yury Yuhno (updated 4 days ago)
A custom combobox control that allows updating information for the data source

Content Management Server

  (0 votes) by essentialSQL (updated 6 days ago)
All the examples for this lesson are based on Microsoft SQL Server Management Studio and the AdventureWorks2012 database.  You can get started using these free tools using my Guide Getting Started Using SQL Server. How do GROUP BY and ORDER BY Differ? This is a question I'm frequently asked.  On the

Database

  (6 votes) by Mario K. Tacke (updated 4 days ago)
When we need authorization in a .NET application on our intranet, we tend to use the pre-configured ASP.NET membership database provided by Microsoft. During development we have the need to refresh data on development from production on a daily basis. This article describes a solution to this proble
  (1 votes) by Sacha Barber (updated 4 days ago)
If you have seen this error, whist using NHibernate with Triggers, this may be the right post for you: "Batch update returned unexpected row count from update; actual row count: 2; expected: 1″.

Design and Architecture

  (11 votes) by Gerd Wagner (updated 3 days ago)
This is an alternative for "Understanding Association, Aggregation, and Composition", correcting three flaws, one in each of the three explanations, contained in the original article.
  (7 votes) by Tushar_Gupta (updated 6 days ago)
A custom security architecture for role based access to components in a page.
  (1 votes) by Veronica S. Zotali (updated 6 days ago)
How to use TypedFactoryFacility using Castle.Windsor
  (0 votes) by Bankey Sharma (updated 2 hours ago)
Some general guidelines to make application source agnostic and business adaptive

Desktop Gadgets

  (10 votes) by gggustafson (updated 4 days ago)
This article discusses how to create animated controls using graphic layers.

Document / View

  (2 votes) by Dennis E White (updated yesterday)
I have been working on an application that has a screen where a user can view and edit their profile information. One of the problems that I have had to confront is that certain fields were getting covered by the keyboard and making it impossible for the user to be able to enter or update […]

E-commerce

  (3 votes) by William SerGio (updated 2 days ago)

Google Cloud Platform

  (0 votes) by Kevin Mack (updated yesterday)
I've talked about Microsoft Azure before on this blog.  Mainly from the perspective of startups.  For those who haven't read the previous posts, I recommend you do (of course I do right).  But for just a quick high level 1000 foot view.  Azure is a cloud platform provided by Microsoft, to provide af

Grid & Data Controls

  (3 votes) by Member 11483767 (updated 2 days ago)
In the previous post, I populated the grid with data returned from an API, and in today's post I'll incorporate paging.
  (1 votes) by Member 11483767 (updated 2 days ago)
Recently I ran across a situation where I had to present some data in a grid form – something the user could edit/save/delete – the usual CRUD operations. I could have gone down the route of presenting the data in the conventional form using a ASP.NET MVC grid but somehow this seemed a b
  (0 votes) by Member 11483767 (updated 8 hours ago)
In the previous post I implemented paging and in this post I'll implement a nifty Angular plug-in called angular-loading-bar.
  (0 votes) by Member 11483767 (updated 2 days ago)
In the first part of the series I described how to configure the application to include the requisite JavaScript files, laid out the folder structure & stubbed out the app.js and a few other JavaScript files. I’ll now give a brief overview of setting up the data access layer, and then delve in

HTML / CSS

  (4 votes) by Sander Rossel (updated yesterday)
The fifth in a series on web development.
  (0 votes) by Sebastiaan Meijerink (updated 18 hours ago)
Creates a MVC site with user inputs to change the bootstrap variables and generate a custom branded bootstrap.css

Installation

  (1 votes) by Mohit Johri (updated 3 days ago)
This article will give a brief introduction about WIX toolset that builds Windows installation packages from XML source code with an example

Internet / Network

  (13 votes) by syed shanu (updated 3 days ago)
Open protocol using C# socket programming for NutRunner.
  (1 votes) by Tank Knat (updated 20 hours ago)
XData is a programming-friendly solution for schematized data.
  (0 votes) by Laszlo Frank (updated 12 hours ago)
An introduction to PrettyGoodTerminal development support

IoT on Azure

  (8 votes) by Todd Christell, Canin Christell (updated 4 days ago)
Creating a Microwave Oven IoT Application
  (3 votes) by Ranjan.D (updated 3 hours ago)
All about "Gilt" product analytic's by making use of Azure and Internet of things.
  (2 votes) by Ranjan.D (updated 6 days ago)
Let us try to understand how to make use of CodeProject API within the Scheduled jobs in Windows Azure Mobile Services.
  (0 votes) by DigCamara (updated 3 days ago)
Connecting a Intel RealSense device to remote users via Azure
  (0 votes) by CarNet-India (updated 2 hours ago)
CarNet is a project which involves creation of an mesh network between vehicles moving in vicinity of each other.

Java

  (4 votes) by Afzaal Ahmad Zeeshan (updated 5 days ago)
This article uses the MVC framework for building Java-based applications for desktop or for enterprise solutions.
  (0 votes) by mrcellux (updated 6 days ago)
Streams and lambdas are powerfool constructs to facilitate functional style in Java 8. There is a specific limitation related to checked exception handling though, it's good to be aware of it. I'll illustrate this through a simple example: converting a collection of Strings - cont

Libraries

  (4 votes) by Alberto Venditti (updated 2 days ago)
Using a .NET Windows service as an engine for specialized custom plug-ins execution

LINQ

  (2 votes) by Nandakishore G N (updated 2 days ago)
Search between two dates in LINQ C#

Microsoft BizTalk Server

  (0 votes) by Rajat-Indiandotnet (updated 2 days ago)
  One of the good sentence I remember "When someone has teeth he/she is not having nuts and when someone has nuts he/she not having teeth". Just joke a part. You understand what I mean to say here. If you have the resources then utilize it. One of the most most important aspect in performance…

Miscellaneous

  (0 votes) by Mani Murthy (updated 19 hours ago)
Various ways to provide mobility support to existing applications

Mobile Development

  (6 votes) by Kimmo Mbanga (updated 4 days ago)
Create a web app to create, read, update and delete records using JQuery Mobile and Localstorage
  (2 votes) by Kimmo Mbanga (updated 3 days ago)
Provide functionality to Sign In and Sign Up to enable security for our NoteKeeper JQuery Mobile App.

Node.js

  (1 votes) by Dr. Song Li (updated 2 days ago)
This is a study note on Node.js.

Office Development

  (3 votes) by Roman Rylov (updated 6 days ago)
Introduction In this article, I want to cover very common scenario of any business system it is alert notification or reporting subsystem. Usually that functional is responsible to notify end users about new events, overdue tasks and sending summary reports via e-mail. I want to review a couple of s

Other .NET Languages

  (2 votes) by SneakyPeet (updated 5 days ago)
I recently gave a talk about ChatOps at Entelect's Dev Day. The talk went really well and after some discussion with attendees I thought it might be useful to write a post about how to get started with chat ops.So What is ChatOps?To understand ChatOps we first need to talk about DevOps. DevOps is a

PHP

  (2 votes) by BD Star (updated 4 days ago)
Create-Read-Update-Delete(CRUD) operation by MySQLi Object Oriented approach in the PHP

Product Showcase

  (0 votes) by Doug Mcnabb (updated 2 days ago)
Sparse Procedural Volumetric Rendering (SPVR) is a technique for rendering real-time volumetric effects. We're excited that the upcoming book "GPU Pro 6" will include an SPVR chapter. This document gives some additional details.
  (0 votes) by Colleen Culbertson (updated 2 days ago)
Here's a collection of tips and tricks when using the Intel RealSense Gold R1 2014 SDK.

Programming Tips

  (3 votes) by JIANGWilliam (updated 5 days ago)
This article introduces some techniques to fix CoedUI automation tests, including a few generic approaches instead of much more specific functional definitions to handle problematic components such as Dialog and Table, SQL template to handle complex queries that generate test data and JavaScript bas
  (0 votes) by Wieslaw Popielarski (updated 2 hours ago)
MDC for scala's ExecutionContext

SharePoint Server

  (4 votes) by Roman Rylov (updated 6 days ago)
This blog post appeared as an email response to one of our clients, he described very common use case where you have two libraries of documents, the first library where the users works with draft documents and the other library which is stored the final versions of documents. In this case, users wan
  (0 votes) by Melick (updated 5 days ago)
There are few methods that we can use to send Emails in SharePoint Provider Hosted apps. Using general Email Sending method Using SharePoint Client Object Model (CSOM) Using SharePoint JavaScript Model (JSOM) Using general Email Sending method This is the general method we are using for sending e

Site & Server Management

  (0 votes) by Rajat-Indiandotnet (updated 2 days ago)
While working on a project sometimes it happened that we need to shift the database from one server to another due to various reason (sometimes it is only money ). We are aware that this easy step take backup and restore another machine but glitch is what about the users which have access to theR

Testing and QA

  (6 votes) by Flávio Henrique de Carvalho (updated 5 days ago)
What, where, when and who to test in your code

Third Party Products and Tools

  (0 votes) by Yazad Balsara (updated 6 days ago)
Review of a smart document viewing library with annotation features.

Uncategorised Technical Blogs

  (5 votes) by Elliot Balynn (updated 6 days ago)
Few Simple Tips on Contracting in the UK In order to register your company as a private limited company you would need the following: Open a business bank account – any business bank account would do Create a company – takes few days and you could ask your accountant to do it for you Register...The
  (2 votes) by Vidyasagar MSC (updated yesterday)
Microsoft Visual studio as an IDE has matured over the years and now as a developer we are eagerly awaiting release of Visual Studio 2015 later this year. In this post,i will be talking about what’s good in Visual studio 2015 CTP 6 (released on Feb 23rd) for debugging and profiling your code.I
  (1 votes) by Francis S Michael (updated 6 days ago)
CodeProject                         As an ASP.Net developer every one experience with the most prominent Gridview. In this article I'm going to couple all types of "highlighting" rows/column using JQuery. Problem:You may need to achieve any one of these following:1. Highlight the row when mouse over
  (1 votes) by Rajat-Indiandotnet (updated 3 hours ago)
Dear Friends, In my last article (TIP 87) I wrote about PWDENCRYPT.  I forgot to write few details but thanks to all my talented friends & blog readers who guided me by providing there feedback on post. I respect their inputs and always interested to get more inputs. Thanks to all of you. Now I̷
  (0 votes) by Keyhole Software (updated 6 days ago)
I am currently working on an enterprise application using JSF as the view technology and JPA for the persistence layer. It may have been something in a backing bean or service method, but it struck me: Is there a good reason to use primitives anymore in enterprise applications? When I started progra
  (0 votes) by Leonardo Paneque (updated 5 days ago)
It is a big deal, and by no means I would defend them; I don't think anyone can. They did a cheap and horrible thing by installing a piece of adware junk, that not only was used to monetize on the buyers, it is also a major security breach. Many people are still upset at lenovo and blaming everythin
  (0 votes) by PeteBarber (updated 4 days ago)
Take the following code: struct Foo { var value: Int } let foo = [Foo(value: 1), Foo(value: 2)] By using 'let foo' an immutable array has been created. As such no members of this array can be replaced and nor can an element's contents be modified. As such both statements below result
  (0 votes) by Mario Vernari (updated 20 hours ago)
This is my very first post about “pure-web” tech, and it’s also very short. I began to deal with those things some months ago, but I feel there’s a long road to walk. Here is an attempt to re-think the Single-Page (web) Application (a.k.a. SPA) using Angular-JS, toward a more

VB.NET

  (5 votes) by Sujith Karivelil (updated 6 days ago)
This article Describes Connectivity to Gmail using IMAP, and also guide you to download and save mail content along with attachment.
  (4 votes) by bigbro_1985 (updated 4 days ago)
A simple example of how to build a simple Remotely Operated Vehicle interface.
  (2 votes) by bigbro_1985 (updated 5 days ago)
A simple Differential Drive Control Algorithm for controlling ROV's by Joystick

Web Services

  (0 votes) by Mohsen Heydari (updated 3 days ago)
Intercepting WCF and SOAP services for logging SOAP envelop

Windows Communication Foundation

  (2 votes) by Joe Murphy (updated 5 days ago)
Monitor Network Traffic for BasicHttpBinding WCF call using Wireshark

Windows Powershell

  (2 votes) by aljodav (updated 4 days ago)
A very easy way to drive PowerShell console application through MFC
  (0 votes) by aljodav (updated 3 days ago)
Easily reading CodeProject RSS feed for new articles from a MFC Application
  (0 votes) by aljodav (updated 2 days ago)
An easy way to encrypt files that are automatically decrypted in the same user account
  (0 votes) by aljodav (updated yesterday)
A simple, short and easy way to display a JSON object in a browser (motivated by a forum question)

Windows Presentation Foundation

  (3 votes) by Dirkster99 (updated 2 days ago)
This is a basic 101 type tutorial on CefSharp 3 with WPF. You learn how to display of HTML in your WPF application.
  (0 votes) by Dmitriy Repin (updated 3 days ago)
A trick that allows populating a user control with sample data while you are designing it in the Visual Studio designer

Windows Runtime

  (1 votes) by Pooja Baraskar (updated yesterday)
Make your app usable by people who have limitations.

You may also like...

Research Library

Updated Articles, Tech Blogs and Tips

.NET Framework

  (53 votes) by Sergey Alexandrovich Kryukov (updated 5 days ago)
Generic classes for enumeration-based iteration and array indexing
  (49 votes) by Peter Vegter (updated 6 days ago)
MCI wrapper class library for .NET developers

Algorithms & Recipes

  (46 votes) by Igor Ladnik (updated 16 hours ago)
Article presents simple software for solving square optimal control problem for linear and nonlinear dynamic systems.
  (31 votes) by Mehdi Gholam (updated 22 hours ago)
Word Aligned Hybrid (WAH) compression for BitArrays

Applications & Tools

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

ASP.NET

  (31 votes) by DrABELL (updated 3 days ago)
YouTube™ API for ASP.NET, AJAX-extended (C#).
  (29 votes) by Jarosław Zwierz (updated 5 days ago)
With this sample I'll try to demonstrate how to achieve editing of One-To-Many model in the single View.

ASP.NET Controls

  (12 votes) by DrABELL (updated 3 days ago)
Tip describes CSS3 formatting technique that allows to create web Table header, which always stays atop the table regardless of scrolling

Audio and Video

  (107 votes) by lepipele (updated 6 days ago)
Easy to use C# WebCam library that's not plagued with weird DLL references or PInvoke calls

Boards / Embedded devices

  (10 votes) by Jan Dolinay (updated 2 days ago)
This article describes faster but still easy-to-use version of digital I/O for Arduino

C#

  (201 votes) by Mahsa Hassankashi (updated 6 days ago)
This article is one of the first sources (with complete and clear comparision) about data structure, Array, ArrayList, List, IList, ICollection, Stack, Queue, HashTable, Dictionary, IQueryable, IEnumerable.
  (60 votes) by John Underhill (updated 3 days ago)
Twofish 512, Serpent 512, Rijndael 512, the HX series, and Super-Ciphers
  (15 votes) by Nick Polyak (updated 3 days ago)
Describe VS2015 extension for generating sub-enumerations (akin to sub-classes)

Charts, Graphs and Images

  (19 votes) by DrABELL (updated 5 days ago)
YouTube™ video player API provides variety of customization features (ASP.NET, C#)

Client side scripting

  (55 votes) by Amir Jalilifard (updated 5 days ago)
Lets take an exciting travel to the land of MVC, MVP and MVVM patterns with our sexy friend : JavaScript
  (33 votes) by Olivier Giulieri (updated yesterday)
A web color picker which looks like the one in Microsoft Office 2010.
  (13 votes) by Rahul Rajat Singh (updated 5 days ago)
A gentle introduction to backbone.js
  (10 votes) by Rahul Rajat Singh (updated 5 days ago)
In this article we will discuss about backbone.js collections. We will see how we can use collections to manipulate a group of models and how we can use restul API to easily fetch and save collections.
  (10 votes) by Rahul Rajat Singh (updated 5 days ago)
In this article we will discuss how we can perform CRUD operations on a backbone model using a REST based HTTP service.
  (8 votes) by Rahul Rajat Singh (updated 5 days ago)
In this article we will discuss the basics of backbone models
  (7 votes) by Rahul Rajat Singh (updated 5 days ago)
In this article, we will try to look at Routes in Backbone.js. We will try to understand how routes can be useful in a large scale single page applications and how we can use routes to perform action based on requested URL.
  (6 votes) by Rahul Rajat Singh (updated 5 days ago)
In this article we will look at some more concepts related to backbone models. We will try to see how we can override the default model behaviour. We will look at the signification of model IDs, how we can validate a model and finally how a model can be persisted either locally or on a server.
  (6 votes) by Rahul Rajat Singh (updated 5 days ago)
In this article, we will try to look at the View classes in Backbone.js and see how view classes help us in updating the relevant parts of the application easily.

Cryptography & Security

  (20 votes) by giorgi.m (updated 6 days ago)
Tutorial on how to encrypt/decrypt files using C++

Database

  (95 votes) by adriancs (updated 5 days ago)
A tool to export and import MySQL database in .NET
  (55 votes) by Moises Barba (updated 8 hours ago)
The seventh version of the dynamic, configuration-less and self-adaptive Kerosene ORM library, that provides full real support for POCO objects, natural SQL-like syntax from C#, and advanced capabilities while being extremely easy to use.
  (29 votes) by Moises Barba (updated 6 hours ago)
A deep dive into the Kerosene ORM Entity Maps operational mode that provides full real support for POCO objects.
  (4 votes) by Moises Barba (updated 7 hours ago)
A deep dive tutorial on Kerosene ORM Dynamic Records and other core concepts of the library

Design and Architecture

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

Game Development

  (32 votes) by Vahe Karamian (updated 4 days ago)
The first article in a series to discuss Unity 3D and how to get started with your own 3D projects.
  (14 votes) by Vahe Karamian (updated 4 days ago)
The second article in a series to discuss Unity 3D and how to get started with your own 3D projects.
  (13 votes) by Vahe Karamian (updated 4 days ago)
The third article in a series to discuss Unity 3D and how to get started with your own 3D projects.
  (8 votes) by Vahe Karamian (updated 3 days ago)
The fourth article in a series to discuss Unity 3D and how to get started with your own 3D projects.

HTML / CSS

  (99 votes) by DrABELL (updated 6 days ago)
Aesthetic enhancement of HTML5 web elements via pure CSS3; no image files required
  (36 votes) by DrABELL (updated 4 days ago)
SAY IT WITH CSS3! - Online slide show implements "darkbox" pop-up using pure CSS3/HTML5 features
  (14 votes) by Sander Rossel (updated yesterday)
The first in a series on web development.
  (7 votes) by Sander Rossel (updated yesterday)
The second in a series on web development.
  (6 votes) by Sander Rossel (updated yesterday)
The third in a series on web development.

Internet / Network

  (248 votes) by Mehdi Gholam (updated 5 days ago)
Smallest, fastest polymorphic JSON serializer (with Silverlight4 and MonoDroid support)
  (43 votes) by Mehdi Gholam (updated 5 days ago)
A binary JSON serializer based on fastJSON (support for MonoDroid)

NoSQL

  (154 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, working in Linux)

Office Development

  (20 votes) by NewPast (updated 18 hours ago)
Format, add line numbers, error handling, expose a .NET library to VBA, and number to words in Office.

PHP

  (1 votes) by Sander Rossel (updated yesterday)
The (long awaited) fourth in a series on web development.

Programming Tips

  (68 votes) by Duncan Edwards Jones (updated 6 days ago)
Tips to make you a better citizen in the developer community.
  (12 votes) by Giovanni Scerra (updated 3 days ago)
Patterns to prevent null reference exceptions

String handling

  (21 votes) by John Simmons / outlaw programmer (updated 6 days ago)
Spell it out! No! Wait!

Tools and IDE

  (8 votes) by 0x7c00 (updated 4 days ago)
A tool for translating C/C++ makefile projects in Visual Studio compatible ones

Ultrabooks

  (31 votes) by DrABELL (updated 5 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.

Windows Communication Foundation

  (31 votes) by Mike_Liu (updated 5 days ago)
Write a duplex WCF service to broadcast events to all connected clients, so all connected clients can get real time notifications whenever an event occurs on any of the clients.

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

Đăng nhận xét