Chủ Nhật, 6 tháng 11, 2016

The Daily Build - FlowSharp

The Daily Build - FlowSharp

A late announcement of the best articles of the month due to some unusual scheduling, Halloween chocolate overload and probably something to do with Daylight Saving. Regardless, some excellent articles to hopefully broaden your horizon's a little and expand your skills. Thanks, as always, to the authors who spent the time to share their knowledge.

C# Winner: PureNsanity Multithreading in C# .NET 4.5 (Part 2)
Runner-up: Snesh Prajapati Factory Patterns - Simple Factory Pattern
C++ Winner: Alexandre Bencz Compiling your C code to .NET
Runner-up: Eugene Balabanov How to make your own sandbox: Simple sandbox explained
Database Winner: Basit Anwer Migrating a NorthWind Database to a NoSQL Database
Runner-up: sanathjs MongoDB/NoSQL For Beginners
Web Dev Winner: Vincent Maverick Durano ASP.NET Core and Angular 2 Code Venture - Part 1
Runner-up: jgauffin OneTrueError - Automated exception handling
Mobile Winner: Rou1997 Android Phone Calls API: Calling Phone & Getting Calls History & Getting Contacts List
Runner-up: syed shanu Getting Started With CocosSharp Game Development For Windows Phone
"Everything Else" Winner: Marc Clifton The Software Development Process - Science, Engineering, Art, or Craft?
Runner-up: Pradeep Shet Introduction to .NET Core 1.0

Don't forget the Taurid meteor shower tonight!

Click here Need to create Excel Charts?
Use SpreadsheetGear to enable users to visualize data with comprehensive Excel-compatible charting, which makes creating, modifying, rendering and interacting with complex charts easier than ever before. Try it now!

Headline article

FlowSharp

  (120 votes) by Marc Clifton (updated 7 hours ago)
A Diagramming Tool

New Articles, Tech Blogs and Tips

.NET Framework

  (5 votes) by Mr. xieguigang 谢桂纲 (updated yesterday)
VisualBasic Darwinism Evolutionary computation Application and Super Computing
  (1 votes) by Antonio Nakić Alfirević (updated 7 hours ago)
A better approach for storing and restoring application state.

Android

  (0 votes) by Andy Point (updated yesterday)
In this horizontal listview Android example, we will discuss how to create a horizontal listview using RecyclerView.

ASP

  (1 votes) by NiladriDutta10 (updated 21 hours ago)
In this article we will be discussing a simple way to populate a dropdown list control in a Classic ASP web page.

ASP.NET

  (3 votes) by Sourabh_Mishra (updated 2 days ago)
in this article, we are going to learn how to create charts in angularjs using webapi

ATL Server

  (1 votes) by Sander Knape (updated 8 hours ago)
Are your SSH log files flooding with failing login attempts? I’ve seen many questions on websites such as Stackoverflow and Stackexchange from worried people that someone is actively targeting their servers with brute-force password logins attempts. Let me get one thing straight first: you are

C / C++ Language

  (10 votes) by Shao Voon Wong (updated 20 hours ago)
No frills C++ MP3/WMA DirectShow player class

C#

  (13 votes) by Paulo Zemek (updated yesterday)
This article presents the PropertyPathObserver class, which allows for faster bindings and more.
  (0 votes) by yetibrain (updated 17 hours ago)
Unicode Buddy is a tool to inspect unicode files. It can detect orphaned surrogates and invalid utf-8 sequences. It is able to show the encoding/decoding of a certain codepoint. It is not an editor but a viewer.

Client side scripting

  (2 votes) by NiladriDutta10 (updated 16 hours ago)
In this blog, we will learn how to swap array elements in JavaScript, using array prototype and other methods.

Content Management Server

  (0 votes) by Graham D Smith (updated 2 days ago)
If you get to the stage where you are deploying your application on a very frequent basis and you are relying on automated tests for the bulk of your quality assurance then a mechanism to alert you when things go wrong in production is essential. There are many excellent tools that can help with thi
  (0 votes) by essentialSQL (updated 2 days ago)
The INSERT statement is used to add rows to a SQL Server data table.  In this article we'll explore how to use the INSERT statement.  We discuss some best practices, limitations, and wrap-up with several examples. This is the second article in a series of articles.  The first is entitled Introductio
  (0 votes) by essentialSQL (updated 2 days ago)
In this article we'll discover data modification statements used to modify data in SQL server using the INSERT, UPDATE, DELETE, and MERGE statement. The SELECT, INSERT, UPDATE, DELETE, and MERGE statement are collectively referred to DML (Data Manipulation Language) statements.  These statements all

Database

  (2 votes) by Mika Wendelius (updated yesterday)
This article discusses four different approaches such as associative arrays and user-defined types (UDT) how to get the data into a table.

DLLs & Assemblies

  (0 votes) by HUONG Minh-Luong (updated 20 hours ago)
Introduction to H-Mapper

HTML / CSS

  (1 votes) by ONasri 12202787 (updated yesterday)
A Good Example in how you can create a Custom Filter in AngularJs

IoT on Azure

  (0 votes) by BC3Tech (updated 2 days ago)
Since using the new Azure "V2" VMs I had a complaint: I can't (easily) set up a schedule for my VMs like I was able to with Classic VMs and the Classic Management dashboard.
  (0 votes) by Graham D Smith (updated yesterday)
In the previous post in my blog post series on Continuous Delivery with TFS / VSTS we learned how to provision a Windows Server virtual machine using Azure Resource Manager templates. The next major step in this quest to automate the creation and configuration of the infrastructure to which we’

Site & Server Management

  (0 votes) by Graham D Smith (updated 2 days ago)
In the previous post in this series we covered using Release Management to deploy PowerShell DSC scripts to target nodes that both configured the nodes for web and database roles and then deployed our sample application. With this done we are now ready to do useful work with our deployment pipeline,
  (0 votes) by Graham D Smith (updated yesterday)
At this point in my blog series on Continuous Delivery with TFS / VSTS we have finally reached the stage where we are ready to start using the new web-based release management capabilities of VSTS and TFS. The functionality has been in VSTS for a little while now but only came to TFS with Update 2 o
  (0 votes) by Graham D Smith (updated yesterday)
I suspect I’m on reasonably safe ground when I venture to suggest that most software engineers developing applications for Windows servers (and the organisations they work for) have yet to make the leap from just writing the application code to writing both the application code and the code th

STL

  (3 votes) by Eric Z (Jing) (updated 3 days ago)
There is an efficient way provided by std::map to solve a common programming pattern ("query-and-insert-if-nonexistent")

Third Party Products and Tools

  (0 votes) by Nagaraj Muthuchamy (updated 2 days ago)
Design and implementation of custom pagination and cascaded filtering with rad grid.

Tools and IDE

  (0 votes) by harleydk (updated 17 hours ago)
The ESP 8266-12 won't last long on a batteries; it uses 80 mA per hour. So to use it for last-lasting battery-powered sensors it's necessary to put it in sleep mode and, furthermore, use a stand-alone version without all the development board components. So this post will be about how to program a s

Uncategorised Technical Blogs

  (0 votes) by Graham D Smith (updated 2 days ago)
In part-one of this two-part mini series I covered how to get acceptance tests written using Selenium working as part of the deployment pipeline. In that post the focus was on configuring the moving parts needed to get some existing acceptance tests up-and-running with the new Release Management too

You may also like...

Research Library

Updated Articles, Tech Blogs and Tips

.NET Framework

  (42 votes) by Alexandre Bencz (updated 2 days ago)
With this new OrangeC/C++ compiler back-end, you can compile your C code to .NET
  (5 votes) by Arun Endapally (updated 22 hours ago)
How to create and publish a NuGet package easily

Android

  (2 votes) by Rou1997 (updated yesterday)
Showing Webcam Photo/Video In Activity & Saving To File . . . And BONUS: Writing Your Own Torch & Strobo Application

C#

  (43 votes) by Michael_Jacobsen (updated 2 days ago)
Encryption algorithm based on key self-mutation. Complete source code and samples.

Client side scripting

  (8 votes) by Tomáš Růt (updated 2 days ago)
A simple introduction to bobril framework
  (6 votes) by UberGeoff (updated 2 days ago)
A reusable MVC popup message box with Ajax functionality - that can bind to any model
  (4 votes) by Tomáš Růt (updated 2 days ago)
Simple explanation of bobril routing mechanism
  (3 votes) by Tomáš Růt (updated 2 days ago)
Explanation of bobflux application architecture for bobril
  (2 votes) by Tomáš Růt (updated 2 days ago)
Explanation of features for localizations and formating by bobril-g11n library

Code Generation

  (19 votes) by Arun Endapally (updated 21 hours ago)
How to protect your source code from decompiling or reverse engineering

Database

  (8 votes) by Mika Wendelius (updated 2 days ago)
Few CLR procedure concepts to write into a file from SQL Server database
  (1 votes) by Complete IT Professional (updated 2 days ago)
Explanation and demonstration of some Oracle SQL functions to convert text to dates

Hardware & System

  (96 votes) by Elmue (updated yesterday)
An electronic door lock that replaces a mechanic key by an RFID card or RFID token.

VB.NET

  (19 votes) by Mr. xieguigang 谢桂纲 (updated yesterday)
.NET language Canvas control for Interactive visualizing network data.

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

Đăng nhận xét