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

The Daily Build - fastJSON

The Daily Build - fastJSON

Summer is winding down, the trees are starting to turn, and we're all settling in for a quiet few weeks of Autumn code cleaning. Our TODO list runneth over (as it always has) but performance and stability (and correctness!) are always paramount. Looking for some pointers to make things faster? Wander through our optimisation articles for some light reading.

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!

Headline article

fastJSON

  (317 votes) by Mehdi Gholam (updated 3 hours ago)
Smallest, fastest polymorphic JSON serializer (with Silverlight4 and MonoDroid support)

New Articles, Tech Blogs and Tips

.NET Framework

  (2 votes) by Ehsan Sajjad (updated 3 days ago)
This article is in the continuation of a series of articles regarding how Equality works in .NET and it is specific to how Equality operator works for reference types.
  (1 votes) by matt warren (updated yesterday)
How the .NET CLI tooling runs your code
  (0 votes) by matt warren (updated 2 days ago)
If you've ever spent time debugging .NET memory dumps in WinDBG, you will be familiar with the commands shown below, which aren't always the most straight-forward to work with!

Algorithms & Recipes

  (9 votes) by bitzblitz (updated 2 days ago)
Did you know that there are uses for encoding integers in a negative base? This article shows how this is done along with a simple implementation of arbitrary precision math (numbers with no upper limit).

Artificial Intelligence and Machine Learning

  (4 votes) by Angel Gabriel Valdés Sarduy (updated 2 days ago)
It tests an ANN structure selector criteria for generic kinds of problems with ANNs.

Azure

  (0 votes) by Hemang Maradia (updated 2 days ago)
This article describes how to configure Runbook feature of Azure Automation and utilization of the same to manage and optimize cost of infrastructure resources in Azure.

Boards / Embedded devices

  (0 votes) by Intel Corporation (updated 2 days ago)
This earthquake detector application is part of a series of how-to Intel® Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit, Intel® Edison development platform, cloud platforms, APIs, and other technologies.
  (0 votes) by Intel Corporation (updated 2 days ago)
This shop-floor equipment activity monitor application is part of a series of how-to Intel Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit, Intel® Edison development platform, cloud platforms, APIs, and other technologies.
  (0 votes) by Intel Corporation (updated 2 days ago)
This home fall tracker application is part of a series of how-to Intel® Internet of Things (IoT) code sample exercises using the Intel IoT Developer Kit, Intel® Edison development platform, cloud platforms, APIs, and other technologies.
  (0 votes) by Intel Corporation (updated 2 days ago)
This guide describes the implementation of an industrial use case using Intel® IoT Gateway and the IBM Watson IoT Platform running on IBM Bluemix.
  (0 votes) by Intel Corporation (updated 2 days ago)
This guide shows you how to set up and program three key components for designing and developing real-world Internet of Things (IoT) apps
  (0 votes) by Intel Corporation (updated 2 days ago)
This guide will walk you through adding the IoT Cloud repository to your Intel® IoT Gateway and adding support for Microsoft Azure so you can begin developing applications for this platform in your programming language of choice.

Bugs & Workarounds

  (0 votes) by RickZeeland (updated 14 hours ago)
Avoid 7zip 'Duplicate filename' error when creating an archive with files from multiple directories.

C#

  (3 votes) by Lucas Ontivero (updated yesterday)
A Bitcoin traffic sniffer that intercepts bitcoin protocol messages and analyzes them in order to check if bitcoin addresses in transactions are vulnerable.
  (0 votes) by matt warren (updated 2 days ago)
Using BenchmarkDotNet, this post will analyse the individual optimisations and show how much faster each change is.
  (0 votes) by Keerat Singh (updated 3 hours ago)
Customize the Microsoft Band Theme using the Band SDK and a UWP application

Code Generation

  (0 votes) by matt warren (updated 14 hours ago)
Coz: Finding Code that Counts with Causal Profiling - An Introduction

Collections

  (0 votes) by matt warren (updated 2 days ago)
How to prevent .NET Garbage collections with the TryStartNoGCRegion API

Database

  (0 votes) by Midi_Mick (updated yesterday)
A set of extension methods giving System.Data.SQLite access to Savepoints

Design and Architecture

  (2 votes) by Anton Angelov (updated 19 hours ago)
Learn how to improve automated testing troubleshooting through the introduction of meaningful exceptions' messages on tests' failure. The second version of the utility will utilize the Ambient Design Pattern.
  (2 votes) by Antariksh Verma (updated 19 hours ago)
 In this article, we will look into the façade design pattern with the help of example using C#.

Files and Folders

  (3 votes) by Mehedi Shams (updated 2 days ago)
Counting hits of the sites that run through IIS, using IIS logs.

Java

  (0 votes) by dileep (updated 2 days ago)
Copy the modified files from one directory to another

Mobile Development

  (5 votes) by YevheniyK (updated 2 days ago)
The article describes a general approach to using Cocos2d-x on top of native components and relevant coding specifics for Cocos2d-x, iOS and Android.

Other .NET Languages

  (0 votes) by matt warren (updated 13 hours ago)
Adventures in Benchmarking - Method Inlining

String handling

  (1 votes) by matt warren (updated 19 hours ago)
Strings and the CLR - a special relationship

Uncategorised Technical Blogs

  (1 votes) by matt warren (updated 2 days ago)
As part of an ongoing attempt to learn more about how a real-life Garbage Collector (GC) works (see part 1) and after being inspired by Julia Evans' excellent post gzip + poetry = awesome I spent a some time writing a tool to enable a live visualisation of the .NET GC in action.
  (1 votes) by matt warren (updated yesterday)
Adventures in benchmarking - performance golf
  (0 votes) by matt warren (updated 2 days ago)
GC pauses and safe points
  (0 votes) by matt warren (updated 14 hours ago)
Adventures in Benchmarking - Memory Allocations
  (0 votes) by matt warren (updated 15 hours ago)
Technically Speaking - Anniversary Mentoring

VB.NET

  (0 votes) by Avatar2400 (updated 3 hours ago)
simple class that allows you to have message box with checkbox and other small features.

Updated Articles, Tech Blogs and Tips

.NET Framework

  (24 votes) by Ehsan Sajjad (updated 2 days ago)
The purpose of this post is to outline and explore some of the issues that makes performing the equality much more complex than you might expect.

Algorithms & Recipes

  (7 votes) by Gegniani (updated 3 days ago)
Calculate the ordinal suffix of any number in VB.NET

Android

  (4 votes) by Andy Point (updated 2 days ago)
Google Maps Search Nearby In this post we will learn how to find nearby places in Google Maps. We will first see how to get current location of user and then will add marker on nearby places like Restaurants, Hospitals, Schools etc. You can see demo of this post (Google Maps Search Nearby) in above

ASP.NET

  (27 votes) by Shamim Uddin (updated 2 days ago)
How to enable cross origin request in ASP.NET Web API
  (8 votes) by Shamim Uddin (updated 2 days ago)
In this article We will learn about TypeScript
  (7 votes) by Zijian (updated 2 days ago)
Generate strongly typed client API in C# for ASP.NET Web API supporting desktop, Universal Windows, Android and iOS
  (4 votes) by Ehsan Sajjad (updated 3 days ago)
Registering Custom Directories for Views in ASP.NET MVC

C / C++ Language

  (6 votes) by Jose A Pascoa (updated 2 days ago)
SIMD instruction sets may expect a special alignment of memory, but when that memory is on the stack MASM does not provide alignment facilities.

C#

  (16 votes) by Rajita R (updated 2 days ago)
If (you know the basics) { things are not scary }

Internet / Network

  (102 votes) by axuno (updated 19 hours ago)
MailMergeLib is an SMTP template mail client library written in C# which provides comfortable mail merge capabilities and SMTP fail-over features.
  (61 votes) by Mehdi Gholam (updated 2 hours ago)
A binary JSON serializer based on fastJSON (support for MonoDroid)

Uncategorised Technical Blogs

  (7 votes) by Vangos Pterneas (updated 2 days ago)
Background removal using Kinect 2 (green screen effect)

Web Security

  (5 votes) by Sander Knape (updated 2 days ago)
If you maintain your own server of servers with SSL certicates, you might know how annoying it can be to keep those certificates up to date. Especially when you have a multitude of servers, some possibly even serving the same certificates, this is a hassle to manage. Luckily, there is a solution, an

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

Đăng nhận xét