Chủ Nhật, 2 tháng 11, 2014

Weekly Newsletter (3 Nov 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

Thank You to those who have been reporting SPAM

We've had quite a nasty storm of SPAM over the Halloween weekend and so a huge Thank You goes out to everyone who has been reporting and deleting spam and the associated spammer accounts. If I could buy you all a beer I would - you've done a tremendous job!

Chris Sells on Interviews

For many the art of interviewing turns into a big, painful exercise in rolling a dice. I was browsing Chris Sell's blog and thought some of his hard-earned wisdom may make life easier for those tasked with this challenge.

Future Proof Your Technical Interviewing Process

cheers,
Chris Maunder

Latest Additions

New articles added

.NET Framework

  (4 votes) by Robert Ellis (updated yesterday)
A methodology for the rapid implementation of a Windows Service with Pause/Continue functionality, using single or multiple System.Net.Timer-based worker processes and Apache log4net logging

Algorithms & Recipes

  (4 votes) by Omar Gameel Salem (updated yesterday)
Implementation of a sophisticated spell checker that makes use of language model to consider the context in which a word occurs

Applications & Tools

  (4 votes) by Modesty Zhang (updated yesterday)
Develop and operate full stack web Apps and APIs on Google App Engine with productivity and efficiency, including front end app & UI, restful web services and persistence layer with NoSQL database on Google App Engine.

ASP.NET

  (11 votes) by mdshohelrana (updated yesterday)
CRUD with SPA, ASP.NET Web API and Angular.js
  (13 votes) by Terrence Sheflin (updated yesterday)
Explains how to use HttpModule in conjunction with IIS to handle requests to fake directories
  (5 votes) by Azim Zahir (updated yesterday)
This is a demonstration of ASP.NET MVC Scaffolding with DataTable to store data.
  (6 votes) by Shivarajbk (updated yesterday)
This article explains how to write RESTFUL WCF service for Android applications.

Bugs & Workarounds

  (5 votes) by ChristianNeumanns (updated yesterday)
This article series aims to answer the question: Should we return an empty list or 'null' from functions?

C / C++ Language

  (8 votes) by David O'Neil (updated yesterday)
A short introduction to Object Oriented Programming with C++, showing the basics of objects and virtual functions in an approachable manner.
  (5 votes) by Lộc Nguyễn (updated yesterday)
A C program to scan source file for tokens
  (3 votes) by David Serrano Martínez (updated yesterday)
I like work. It fascinates me. I can sit and look at it for hours. (Anonymous)
  (3 votes) by Vaclav Naydenov (updated yesterday)
How C++ library YB.ORM can help manipulate the data stored in RDBMS using domain classes. Basic concepts of ORM are explained by examples.

C#

  (11 votes) by John Underhill (updated yesterday)
Rijndael 512, a Serpent/Rijndael hybrid, and a parallelized 768 bit stream cipher
  (9 votes) by dorodnic (updated yesterday)
Using the await keyword with Expression-Trees
  (7 votes) by Nicolas Dorier (updated yesterday)
Build all transactions with the TransactionBuilder : P2SH, P2PK, P2PKH, Multi Sig, Stealth, Colored Coins
  (2 votes) by Darek Danielewski (updated yesterday)
Up until version 1.26 of Dapper, it was not possible to utilize TVP.
  (0 votes) by Member 11191468 (updated yesterday)
Custom Elements – The Transformative Spec of Web Components

Client side scripting

  (2 votes) by Gerd Wagner (updated yesterday)
Avoiding boilerplate code for constraint validation in a JavaScript front-end web app by using the model-based framework mODELcLASSjs

Cryptography & Security

  (6 votes) by Ajay K. Yadav (updated yesterday)
Binary Cracking & Byte Patching with IDA Pro
  (4 votes) by Ajay K. Yadav (updated yesterday)
The objective of writing this paper is to manifest, how to crack an executable without peeping its source code by exercising OllyDbg tool.

Design and Architecture

  (11 votes) by Joy George K (updated yesterday)
This article contains tips for designing classes. Normally developers take considerable amount of time to decide whether their classes should be stateless or stateful. First we are discussing what is meant by state of an object and then getting into tips for deciding what should be the state of our

Dialogs and Windows

  (4 votes) by Steffen Ploetz (updated yesterday)
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article shows 'how to' a XAML based ribbon application with the Roma Widget Set (Xrw) in C#
  (2 votes) by Henryk Filipowicz (updated yesterday)
A simply universal Desktop Splash Dialog with a Delegate Function and Progressbar

DLLs & Assemblies

  (6 votes) by Pieter Alec Myburgh (updated yesterday)
A project driven .NET class diagram generator that allows generation from dll or exe.

Files and Folders

  (3 votes) by Igor Krupitsky (updated yesterday)
This application will tell you if a scanned image file is blank

Hardware & System

  (7 votes) by Lyubomir Rumenov Velchev (updated yesterday)
A Windows Service which sends an email notification when the external IP address has changed.

HTML / CSS

  (36 votes) by Marcelo Ricardo de Oliveira (updated yesterday)
A jQuery plugin for turning plain text guitar tabs into online playable music
  (1 votes) by andreas333 (updated yesterday)
Managing html-input in a textarea

Internet / Network

  (4 votes) by Woong Gyu La (updated yesterday)
How to create a server-client network quickly using IOCP TCP template server-client framework, EpServerEngine.cs (C#).

IoT Overview

  (20 votes) by Guruprasad.K.Basavaraju (updated yesterday)
  (5 votes) by Mahsa Hassankashi (updated yesterday)
IoT wants to connect all potential objects to interact each other on the internet to provide secure, comfort life for human
  (4 votes) by YathiRaja (updated yesterday)
Introduction to the Internet of Things
  (4 votes) by KRISHNA ANIPINDI (updated yesterday)
A beginner's introduction to what the Internet of Things(IoT) is, what does it comprise of and what are its possibilities.
  (3 votes) by murali516 (updated yesterday)
The Internet of Things is Bigger than the Industrial Revolution.
  (2 votes) by Irfan I Shaikh (updated yesterday)
Internet of Things (IoT) is nothing but objects which are connected through internet and communicate (transfer data) with each other, however every object has its own identity i.e. an IP Address or MAC Address or Unique Identifiers.

Java

  (1 votes) by Stiti Samantray (updated yesterday)
Get started with error and exception handling with Java programming.

Libraries

  (3 votes) by Cinchoo (updated yesterday)
Easy to create and use windows services, self install-able, multiple instances etc

MFC

  (4 votes) by Marius Bancila (updated yesterday)
MFC Collection Utilities is a small open-source library that enables you to use any MFC collection with range-based for loops.

Other .NET Languages

  (3 votes) by Tsun-Huai Soo (updated yesterday)
The method doesn't replace existing Computer Language. Natural Language and Computer Language have to cooperate with each other.
  (0 votes) by awilson9010 (updated yesterday)
Working with Windows BCD store in Powershell

Programming Tips

  (0 votes) by Emmet M (updated yesterday)
Using JavaScript in Windows shell and Windows Web server (IIS).

SharePoint Server

  (1 votes) by Abhishek Sinha Mumbai (updated yesterday)
Creating, deleting, updating, activating, deactivating List using code in SharePoint 2010

Testing and QA

  (1 votes) by Duncan Edwards Jones (updated yesterday)
The need for an evidence-based approach to software development

VB.NET

  (2 votes) by Dominick Marciano (updated yesterday)
When iPhone SMS messages are backed up to your computer using iTunes, the messages are stored in a SQLite database. This article will show the layout of this database file and how to access all saved message information.

Windows API

  (3 votes) by Michael Chourdakis (updated yesterday)
A flexible memory sharing class across processes and threads with locking support

Windows Communication Foundation

  (6 votes) by Bimaln (updated yesterday)
Describe about the SOAP message in WCF with example.
  (4 votes) by Sudhir Dutt Rawat (updated yesterday)
WCF service example to explain how and when to implement callback model (WSDualHttpBinding)
  (3 votes) by Dominic Burford (updated yesterday)
If you need to create a WCF service but aren't sure how to start or how to organise your Visual Studio solution, then hopefully this article will give you some ideas.
  (2 votes) by Bimaln (updated yesterday)
Handle errors in Wcf.

Articles updated

.NET Framework

  (12 votes) by Nirosh (updated yesterday)
This tutorial is designed for .NET programmers who need to understand 'Nido' framework and its application.

Algorithms & Recipes

  (58 votes) by Paulo Zemek (updated yesterday)
This article presents a Genetic Algorithm that searches for the shortest path to visit many places and return to the original one.
  (21 votes) by Evgeny Pereguda (updated yesterday)
This article presents brief review on fractal transformation - element of the Chaos Theory and presents its real implementation - new technology of compression of audio data.

Android

  (19 votes) by Evgeny Gorbin (updated yesterday)
Simple social network integration tutorial for android using modular library

ASP.NET

  (107 votes) by Halil ibrahim Kalkan (updated yesterday)
ASP.NET Boilerplate is a starting point for new modern web applications using best practices and most popular tools.
  (35 votes) by Snesh Prajapati (updated yesterday)
In this article I am explaining three ways to upload image (by Browsing File, by Dragging and Dropping and by Capturing using Webcam) from an ASP.NET MVC web application to server and accessing those back to display on web page.
  (15 votes) by Laredo Tirnanic (updated yesterday)
A project demonstrating the technology's used to write a simple MVC CMS

C / C++ Language

  (55 votes) by Woong Gyu La (updated yesterday)
This article explains 10 rules (steps) for replacing the recursive functions using stack and while-loop to avoid the stack-overflow.

C#

  (102 votes) by Thorsten Bruning (updated yesterday)
How to combine a bunch of techniques to improve code readability.
  (29 votes) by Tsuda Kageyu (updated yesterday)
Extract all the variations of an icon, including the ones ExtractIconEx() can't extract.

Client side scripting

  (43 votes) by Peter_Olson (updated yesterday)
Introduction to the compiling/interpreting process by making a simple calculator application in JavaScript.

Collections

  (24 votes) by _Noctis_ (updated yesterday)
Sorting out the confusion behind collections

Cryptography & Security

  (42 votes) by NewPast (updated yesterday)
Software protection & Decompiling software as a new cracking method

Files and Folders

  (23 votes) by Igor Krupitsky (updated yesterday)
This Windows application lets you merge image and PDF files in a given folder into one PDF file.

General Graphics

  (537 votes) by Brad Barnhill (updated yesterday)
This library was designed to give an easy class for developers to use when they need to generate barcode images from a string of data.

Hardware & System

  (101 votes) by stepe (updated yesterday)
Displays system information like free disk space and free memory on the desktop.

Libraries

  (48 votes) by Nirosh (updated yesterday)
Nido Framework with .Net 4.0 and Entity Framework help you standardize your Business Logic Layer (BLL).
  (21 votes) by thorssig (updated yesterday)
html2struct parses HTML code into a simple tree-like structure of objects and provides a little tool-set for extracting data from it.

PHP

  (19 votes) by Christoph Buenger, DaSpors (updated yesterday)
Describes PHP application development with the free Scavix Web Development Framework (Scavix-WDF).
  (12 votes) by Christoph Buenger, DaSpors (updated yesterday)
How to easily build an online shop with the Scavix PHP Web Development Framework.
  (3 votes) by David O'Neil (updated yesterday)
A few classes for handling PayPal Instant Payment Notifications, to take care of the necessary processing on your end.

Product Showcase

  (0 votes) by LEADTOOLS Support (updated yesterday)
RTSP Server Made Easy with LEADTOOLS
  (0 votes) by Grant_Fritchey (updated yesterday)
Grant Fritchey argues that getting your databases under source control is not only vital for the stability of development and deployment, but it will make your life easier when something does go wrong.

Threads, Processes & IPC

  (6 votes) by yux_315 (updated yesterday)
Implement a thread synchronization queue with STL and boost.

Tools and IDE

  (129 votes) by Oleg Shilo (updated yesterday)
This article describes the CS-Script C# Intellisense plugin for Notepad++ (CSScriptNpp).
  (10 votes) by Sergey Alexandrovich Kryukov (updated yesterday)
The Editor attribute applied to an enumeration type makes it editable in PropertyGrid. This is enough to make the Visual Studio Designer use the editor, without a need to write a Visual Studio add-on.
  (5 votes) by Dave Kerr (updated yesterday)
Use QuickAccent to quickly copy accents and symbols to your clipboard. Also read the article to find out about the essentials when writing System Tray based applications

Ultrabooks

  (27 votes) by DrABELL (updated yesterday)
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 API

  (14 votes) by David O'Neil (updated yesterday)
My DWinLib Windows API wrapper combined with Francisco Campos's Pretty WinAPI framework

Windows Presentation Foundation

  (44 votes) by comiscience (updated yesterday)
WPF performance

New Tips and Tricks added

.NET Framework

  (5 votes) by Bob L. (updated yesterday)
This is a simple VB.NET class that encapsulates the sending of e-mail messages via SMTP.
  (3 votes) by Rapuru Amarendra (updated yesterday)
This tip explaining how to create custom helpers in asp.net MVC4 step by step clearly. It will be very helpful for who want to learn asp.net MVC as beginners.
  (2 votes) by Abhishekv 11 (updated yesterday)
Today I want to share with you a Visual studio 2013 features that is sometimes very useful, VS 2013 introduced a good feature called 'Autos window' that helps us to observe the method or collection of methods return values in the running debugging session
  (1 votes) by Nikita Mazhara (updated yesterday)
How to load assembly into memory in .NET application to have assembly file unlocked

Algorithms & Recipes

  (1 votes) by Heriberto Lugo (updated yesterday)
Sort in ascending order a group of numeric values without the help of any loops, arrays, templates or otherwise generic lists.

Android

  (6 votes) by Suvendu Shekhar Giri (updated yesterday)
CheckBoxes in Android Application.
  (4 votes) by Raza Habib (updated yesterday)
RadioGroup in Android Application.

Applications & Tools

  (1 votes) by Omar Gameel Salem (updated yesterday)
Avoid typing view names in Spring controllers by hand

ASP.NET

  (8 votes) by jackie verma (updated yesterday)
This article will help you to understand and create partial view in short and easy way.
  (7 votes) by Israel Gebreselassie (updated yesterday)
This tip/trick shows you how to edit the web.config file dynamically .
  (5 votes) by Shamas Imran, M Nabeel (updated yesterday)
Convert Coordinate data to strings to be stored in database.
  (7 votes) by Jnana (updated yesterday)
This article describes steps to create rest api with OAuth and how to use those api using OAuth
  (4 votes) by Francis S Michael (updated yesterday)
Some thoughts about session expired problem in ASP.Net
  (3 votes) by Mathew Soji (updated yesterday)
This article guides through implementing a basic REST based Web API service with multiple GET methods and its consumption using AngularJS client.
  (3 votes) by cruse07 (updated yesterday)
Performing insert delete and select in MVC 4.0 using WCF services, with one view and different action methods.
  (2 votes) by John Newcombe (updated yesterday)
As a seasoned Sitecore developer coupled with the fact that I had a client needing an Umbraco solution, I though I would see what this famous CMS could do.

C / C++ Language

  (5 votes) by bvinothraj (updated yesterday)
C++ Wrapper for Pipe-based IPC in Windows

C#

  (6 votes) by ShaikAnwar (updated yesterday)
This topic gives us an idea how to write linq queries on Entities & DataTable. This covers some basic querying and also usage of joins and group by using LINQ.
  (4 votes) by Mathew Burnett (updated yesterday)
A very simple program to kill all network interfaces if your VPN goes down.
  (3 votes) by Noble KC (updated yesterday)
How to create an Expandable/Collapsible Menu Panel for Windows Forms in C#.NET
  (2 votes) by John Newcombe (updated yesterday)
Converting a standard MVC 4 Controller into an Umbraco Plug-In Surface Controller
  (1 votes) by wongslawski (updated yesterday)
Explains how to delete a local file whose path exceeds the system-defined maximum length
  (1 votes) by D Sarthi Maheshwari (updated yesterday)
A suggested solution to create Partition based Dictionary (reducing chances of OOM errors and adding capability to hold bigger KVP set in Dictionary).

Caching

  (2 votes) by ashok_ku_samantray (updated yesterday)
Query Caching in Django with the help of select_related method

Client side scripting

  (9 votes) by Md Wahiduzzaman khan (updated yesterday)
When an inner function is inside in an outer function that is called closure.
  (4 votes) by The Operator (updated yesterday)
Javascript provides Math.floor and Math.random methods that can be used together to return random numbers.
  (0 votes) by Igor Vigdorchik (updated yesterday)
An example of using CodeProject API to retrieve your articles with AngularJS

Database

  (15 votes) by Arkadeep De (updated yesterday)
  (7 votes) by Arvind Singh Baghel (updated yesterday)
I shown a sql query which find the size of database mdf and ldf file in sql server.
  (4 votes) by Lopamudra Pradhan (updated yesterday)
How to fix the error "MySQL can't specify target table for update in FROM clause" while executing an update query.

Date and Time

  (4 votes) by John Simmons / outlaw programmer (updated yesterday)
Extension method to determine fiscal date

Desktop Gadgets

  (1 votes) by Jems_007 (updated yesterday)
The tip is for those who getting application hang/freeze issue in web browser control.

Files and Folders

  (4 votes) by Dan Hu (updated yesterday)
Demonstrate how to use .NET Cryptography library to create a file encryption/decryption tool

Hardware & System

  (0 votes) by dominick.sidiropoulos (updated yesterday)
A way to access files on HFS+ filesystems that side-steps alltogether the tar-pit called "windows-drivers-from-hell (tm)".

HTML / CSS

  (10 votes) by Dariush Tasdighi (updated yesterday)
Creating a very simple and flexible Tooltip with any HTML, CSS, JQuery versions!
  (8 votes) by Amit Kumar (updated yesterday)
For developers designing was never easy, but bootstrap has made that possible.

Internet / Network

  (2 votes) by geo dev (updated yesterday)
In this article we explain how to implement client/server application where the server can send multiple files to client.
  (0 votes) by Jinan Kordab (updated yesterday)
This tip describes the benefits of discarding a computer box to increase efficiency at home and at work

Miscellaneous

  (3 votes) by Evgeny Pereguda (updated yesterday)
This article presents simple class for printing of log information with some features of C++11.

Mobile Development

  (1 votes) by Ullas_Krishnan (updated yesterday)
How to use SQLite with Xamarin C# Android

Programming Tips

  (21 votes) by Rajaraman Raghuraman (updated yesterday)
Step by step guide to problem solving in programming especially for beginners.
  (12 votes) by Gaurav.Kumar.Arora (updated yesterday)
Regular expression is explained - which comes as a solution to one of my colleagues
  (2 votes) by geo dev (updated yesterday)
In this tip, we present implementation of TLV objects.
  (1 votes) by Nosey Parker (updated yesterday)
Crafting on hex string

Session State

  (1 votes) by Himansu Sekhar Khuntia (updated yesterday)
Knowing how session time-out work in ColdFusion

Testing and QA

  (1 votes) by pratimard (updated yesterday)
Drag and Drop using Selenium

Third Party Products and Tools

  (2 votes) by Member 10163979 (updated yesterday)
Implementing custom sort on numbers for Telerik's RadComboBox

VB.NET

  (3 votes) by ganiweecom (updated yesterday)
How to display Master Detail Views in Windows Forms Datagridview

Windows Communication Foundation

  (4 votes) by Dominic Burford (updated yesterday)
Exception handling in WCF
  (3 votes) by Bimaln (updated yesterday)
Handle errors in WCF.

Tips and Tricks updated

Algorithms & Recipes

  (7 votes) by Mike Meinz (updated yesterday)
Describes an algorithm to ignore spurious ultrasonic sensor readings.

Cryptography & Security

  (16 votes) by Mike Meinz (updated yesterday)
Step-by-step instructions to create and install a Certificate Authority certificate and a signing certificate as well as a BAT file to sign a program.

HTML / CSS

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

iPhone

  (6 votes) by Yvan Rodrigues (updated yesterday)
There is a very high virtual memory penalty if you do.

Miscellaneous

  (14 votes) by ProgramFOX (updated yesterday)
A tip about how to run a Windows Forms application in C# on user logon

Uncategorised Tips and Tricks

  (1 votes) by Farzan Hajian (updated yesterday)
This tip describes how to create and delete Linux swap files using a Python script

Windows Communication Foundation

  (9 votes) by Sujit Bhujbal (updated yesterday)
How to send email using a WCF Service.

New Technical Blogs added

.NET Framework

  (0 votes) by Gordon W Beeming (updated yesterday)
So yesterday I posted Pushing a new project to Chocolatey and I said I would create another post showing how to configure how the Chocolatey install runs and this is that post .

ASP

  (1 votes) by Mohamed Meligy (updated yesterday)
Serializing a PagedList using JSON.NET in ASP.NET MVC – Gotcha And Workaround

ASP.NET

  (9 votes) by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) (updated yesterday)
Of course, as the name suggests, it is the upcoming version of ASP.NET.
  (1 votes) by Shivprasad koirala (updated yesterday)
In this article we have explained difference Between ViewResult() and ActionResult() in MVC.

ASP.NET Controls

  (0 votes) by Srinivasu Pemma (updated yesterday)
Introduction To PaginationPagination is the process of displaying a huge records by splitting them into different pages. This can be better explained by a example. Consider you have 10000 records in a table you want to show them to the end user when he requests. The very simple thing is to display a

C / C++ Language

  (0 votes) by Faye Williams (updated yesterday)
A reader sent me an interesting question the other day. They asked if polymorphism and overloading were essentially the same thing. My initial reaction was Huh? What are people being taught if they think that these two concepts are the same thing? But a quick google search revealed that yes, many, m

C#

  (14 votes) by Gaurav.Kumar.Arora (updated yesterday)
Earlier, I was thinking that learning of Object Oriented Programming (OOPs) is enough to write robust, scalable and re-usable application/program.
  (6 votes) by Gaurav.Kumar.Arora (updated yesterday)
History: In our previous Learning The S.O.L.I.D Programming Principles: Overview [Part - I], we have learned all about S.O.L.I.D: it is an acronym introduced by Michael Feathers as: S for SRP: Single responsibility principle O for OCP: Open/closed principle L for LSP: Liskov substitution principle
  (5 votes) by Wastedtalent (updated yesterday)
Viewing application data with a simple visual object explorer.

Caching

  (2 votes) by ThisIsTan (updated yesterday)
In this blog we will discuss how to cache your whole project. When we run our project, php interpreter enters into the public/index.php file and after interpreted the project source code, again it comes out through index.php file.   As … Continue reading →

Client side scripting

  (5 votes) by Gaurav.Kumar.Arora (updated yesterday)
As per official jQuery we can define JQuery.noConflict as - A Boolean indicating whether to remove all jQuery variables from the global scope (including jQuery itself).

Content Management Server

  (2 votes) by essentialSQL (updated yesterday)
Grouping results returned from your queries using the GROUP BY clause
  (1 votes) by essentialSQL (updated yesterday)
In this lesson you are going to explore how to do pattern matching with the SQL Where clause LIKE operator.  Using this phrase allows us perform partial matches of data values and obtain answers to questions which can’t be done with conventional comparisons. The lesson's objectives are to: lea
  (1 votes) by essentialSQL (updated yesterday)
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 to use the Intersect Operator The INTERSECT operator is used to combine like rows
  (1 votes) by Manas Bhardwaj (updated yesterday)
This post How to Set Check-in Policies for all Projects in Team Foundation Server using PowerShell? written by Manas Bhardwaj appeared first on Manas Bhardwaj's Stream.The Team Foundation Server 2013 provides the administrators with opportunity to add check-in policies to the Source Control Settings

Database

  (0 votes) by Srinivasu Pemma (updated yesterday)
CodeProject What is a Stored Procedure (SP)The stored procedure is a set of PL/Sql statements written inside a named block. We use stored procedures in Sql Server to perform the very basic operations on database tables.AdvantagesStored Procedures are very much useful in multidevelopment environment.

Date and Time

  (3 votes) by Ivan Krivyakov (updated yesterday)
Difference between 'Resource' and 'Embedded Resource' Build Actions described

Microsoft BizTalk Server

  (1 votes) by Manas Bhardwaj (updated yesterday)
This post Shrink all databases on SQL Server written by Manas Bhardwaj appeared first on Manas Bhardwaj's Stream.This post is intended to be used as a hack for Developers to release some disk space. Please do not use on actual production environments. Usually, the database transaction logs also take

Node.js

  (1 votes) by Nigel B Thomas (updated yesterday)
Gigabit File uploads Over HTTP - The Node.js versionCodeProjectLike it or not JavaScript is everywhere. It can be found in front end applications on the client, it can be found in a variety of frameworks and  libraries, and it can be found in  backend applications in server environments. The popular

Other .NET Languages

  (0 votes) by Mohamed Meligy (updated yesterday)
This blog post is about an ASP.NET MVC workaround we implemented in a previous project. We solved the problem by enforcing using a class that extends one of ASP.NET MVC classes, which in itself created another problem, as new developers joining the project may always use the old class. The solution

Reviews on Third Party Products and Tools

  (0 votes) by Mohamed Meligy (updated yesterday)
There was a question in a tech facebook group I co-manage about what tools you’d use if starting a new project today. I don’t know for sure. It depends -of course- is the expected answer. For example, there’s some idea I had I mind I considered using MongoDB or CouchDB for, while s
  (0 votes) by Kevin Mack (updated yesterday)
One topic I've written about before is this idea of staying current.  Don't believe me, see the following articles (here and here).  This industry is an industry that is constantly moving.  And I do mean constantly, and I think sometimes people on the outside looking in are unaware just how quickly

Selection Controls

  (1 votes) by Mohamed Meligy (updated yesterday)
Solving Initial Selection Problem In Angular.JS Select — ng-options with track by

Shell and IE programming

  (1 votes) by James_Carter (updated yesterday)
As Bjarne Stroustrup points out, “C++ is a multi-paradigmed language.” It supports many different styles of programs, or paradigms, and object-oriented programming is only one of these. Some of the others are structured programming, and generic programming. In the last … Continue r

Third Party Products and Tools

  (0 votes) by Faye Williams (updated yesterday)
To start with, did you know you can record a screencast on Fedora just by pressing CTRL-ALT-SHIFT-R? No? Me either. How fantastically easy is that? Once you’ve pressed the keys, you get a little red circle in the top right of your screen that indicates recording is on. When you’re done,

Tree Controls

  (0 votes) by Ronnie Mukherjee (updated yesterday)
You probably know that database indexes are a means for improving database performance. But surprisingly few people understand the different types of indexes there are, how they work, and how to choose an appropriate index for a specific performance problem – or indeed whether an index will help at

Uncategorised Technical Blogs

  (5 votes) by Prava-MFS (updated yesterday)
Hello everyone, I am back again with your demand for SVN commands. This time, we will go through all usual commands which may be needed while using SVN :). So, let’s not waste our time, and let’s go and check the commands one by one :). svn help The name itself suggests ‘HELP’
  (1 votes) by Keyhole Software (updated yesterday)
For the last six months, I have been working a project that exclusively uses CoffeeScript for both the front end and back end. That being said, I have had a lot of CoffeeScript on my mind lately! This blog post will examine some of the pros and cons related to features of CoffeeScript and, hopefully
  (0 votes) by Gordon W Beeming (updated yesterday)
Inspiration Today my DotNet Pretty articles were featured on @coding4fun by Greg Duncan and one of the comments by Niner bc3tech (@bc3tech) requested that I share this solution on Chocolatey. I decided that this was a good idea and decided to share my experience . Creating a Chocolatey Account Cre
  (0 votes) by Jamie Munro (updated yesterday)
If you've used Knockout.js in your project, at some point or another you've probably encountered the following error "Uncaught ReferenceError: Unable to process binding". The most likely cause is a typo somewhere or forgetting to change the context. E.g. you are within a foreach binding and forget t
  (0 votes) by rlsdumont (updated yesterday)
TL;DR: Comparing the values of simple objects of unknown types in .NET can be a pain. Here is the story of how I achieved it (and the code!).This week I had to implement a thing that saves settings for, well, something. Each setting should be saved individually, so all I had as input was the key (a
  (0 votes) by Srinivasu Pemma (updated yesterday)
CodeProject The ultimate goal of all businesses which operate on the online platform is pretty much the same – getting a high search engine rank. The overall traffic volume on your website crucially depends on whether it comes up among the first few results on the different search engines. If not, y
  (0 votes) by Afzaal Ahmad Zeeshan (updated yesterday)
Now adays people are running into SEO troubles and are trying to use fake softwares and methods to get their website on the top list or the top rank in some particular keyword. Many people try to hire a programmer to program such a software that would run entire night and will keep giving their webs
  (0 votes) by John Michael Hauck (updated yesterday)
Introduction This blog entry is about the software and algorithms I wrote to control the motorized telescope described in Part 1. It would be very helpful to read that post before proceeding with this one.   Source Code https://www.assembla.com/code/telecontrol/subversion/nodes The Motors To expl
  (0 votes) by Manas Bhardwaj (updated yesterday)
This post How to pass Professional Scrum Master (PSM I) Certification? written by Manas Bhardwaj appeared first on Manas Bhardwaj's Stream.So, Finally, I am a Professional Scrum Master (PSM I) It was kind of overdue to have an attempt on Professional Scrum Master Certification conducted by Scrum.org

Web Security

  (1 votes) by CdnSecurityEngineer (updated yesterday)
One of the easiest things to do is to say that your organization wants to improve security because of x,y,z factors across the industry. A much harder thing to do is to describe what affect this will have on your…Read more ›The post Quantify Your Security Position appeared first on Secur

Windows Powershell

  (1 votes) by Sacha Barber (updated yesterday)
AT work I use MSMQ I fair bit, and I also use NServiceBus a fair bit of late, which thankfully takes care of creating all the queues needed. But, for those time when you really need to make a bunch of queues, it can be a time consuming exercise, so I decided to see if […]
  (1 votes) by Mohamed Meligy (updated yesterday)
Running Developer Command Prompt for Visual Studio The Visual Studio developer command VsDevCmd.bat only works with the cmd.exe command line shell/processor, which is still the native command prompt in Windows. Try writing some command in Start->Run or Explorer’s address bar, and you’ll
  (1 votes) by Manas Bhardwaj (updated yesterday)
This post A PowerShell alternative to SharePoint 2013 AppRegNew.aspx written by Manas Bhardwaj appeared first on Manas Bhardwaj's Stream.If you are reading this post then chances are that you are already aware of the SharePoint 2013 App Model and especially the SharePoint 2013 Provider Hosted Apps.



© 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