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. Advertisements This week's survey: If you had to develop a mobile application which methods would you consider? Latest Additions New articles added | (6 votes) by Matt McGuire (updated 3 days ago) How to implement a quasi-bitfield in .NET | | (1 votes) by Alex Rakov (updated 5 days ago) Programming with ELENA: code generation using mixins | | (0 votes) by InvisibleMedia (updated 4 days ago) An algorithm for sorting integers with a complexity less than O(n log (n)) | | (0 votes) by Rina B. (updated 2 days ago) This article is intended to demonstrate how to implement classical material balance analysis by using Python language. | | (0 votes) by Rina B. (updated 10 hours ago) This article demonstrates how to generate cumulative oil bubble map overlaying on top volume-in place in Python language. | | (1 votes) by Mukit, Ataul (updated 9 hours ago) My first attempt at contributing something to the Bengali Developer Community | | (0 votes) by Tomáš Sychra (updated 5 days ago) Bobril is inspired by ReactJS and Mithril. Bobril is quick. So, if you want to speed up critical parts of your application, Bobril is a good choice. | | (3 votes) by Intel Corporation (updated 3 days ago) This article will go over some basics of AI, and outline some tools and resources that may help. | | (1 votes) by Intel Corporation (updated 4 days ago) MXNet is an open-source deep learning framework that allows you to define, train, and deploy deep neural networks on a wide array of devices, from cloud infrastructure to mobile devices. | | (1 votes) by Intel Corporation (updated 4 days ago) In this blog post, we highlight one particular class of low precision networks named binarized neural networks (BNNs), the fundamental concepts underlying this class, and introduce a Neon CPU and GPU implementation. | | (1 votes) by Intel Corporation (updated 4 days ago) Nervana is currently developing the Nervana Engine, an application specific integrated circuit (ASIC) that is custom-designed and optimized for deep learning. | | (0 votes) by Intel Corporation (updated 3 days ago) This paper demonstrates a special version of Caffe — a deep learning framework originally developed by the Berkeley Vision and Learning Center (BVLC) — that is optimized for Intel® architecture. | | (0 votes) by Intel Corporation (updated 3 days ago) Theano is a Python library developed at the LISA lab to define, optimize, and evaluate mathematical expressions, including the ones with multi-dimensional arrays (numpy.ndarray) | | (11 votes) by Akhil Mittal (updated 5 days ago) This tutorial series on learning API with ASP.NET Core will focus on ASP.NET Corefeatures, request pipeline, how to create ASP.NET core API and how to use EntityFramework Core. | | (5 votes) by Robert Vandenberg Huang (updated 2 days ago) An example about streaming large JSON array in ASP.NET Web API and HTTP chunked transfer encoding | | (3 votes) by Roshan Choudhary (updated 6 days ago) Handling data concurrency in Entity Framework 6 with Database First Approach. | | (3 votes) by Pedro Pacheco C. (updated 4 days ago) I will teach you the basics of Entity Framework by creating a simple SQL- SERVER database from VISUAL STUDIO | | (0 votes) by Hamdy Ghanem (updated yesterday) Integrate ASp.Net Core api with Angular 2 using TypeScript | | (0 votes) by Jung Hyun, Nam (updated yesterday) Describes how to develop scripts for Azure functions using the Azure WebJob SDK | | (5 votes) by raddevus (updated 4 days ago) Some thoughts on Software Development , the SDLC and Process. | | (7 votes) by Arthur V. Ratz (updated 5 days ago) This article is a practical guide on using Intel® Threading Building Blocks (TBB) and OpenMP libraries for C++ based on the example of delivering parallel scalable code that implements Burrows-Wheeler Transformation (BWT) algorithm. | | (8 votes) by SeattleC++ (updated 2 days ago) Reports performance of C++ container classes on a variety of operations | | (5 votes) by Zahid Nawaz Ch. (updated 3 days ago) SqlDependency ,can be used for auto detecting changes what ever occurs in database, where clause can also be applied for narrowing scope, Its way to push changes from SQL Server to SQLDependency , .NET library , SQL Server Broker service sends updates to SQLDependency. | | (6 votes) by Matthew Mansfield (updated 6 days ago) Writing Your Own Voice Recognition Software | | (2 votes) by Pankaj Kumar Choudhary (updated 4 days ago) The goal of this series to start with basic of MEAN stack development and cover all the concept that are required for MEAN stack development and finish with a web application that is completely written in JavaScript technologies. | | (0 votes) by Mike Stowe (updated 4 days ago) A brief introduction to Kubernetes using MiniKube on a local environment. | | (3 votes) by HR Rony (updated 23 hours ago) This topic will cover the concept of the adapter pattern & how to implement logger using log4net. It will also cover what's adapter pattern, why need, where & when to use; what's Log4Net, implementation of logger using adapter pattern, how to implement and add custom SMTP appender & configuration. | | (10 votes) by Peter Leow (updated 6 days ago) Explore geolocation with HTML5. | | (8 votes) by pdoxtader (updated 5 days ago) Learn how to view a remote machine's file system using your own explorer like window, and transfer files and folders by dragging and dropping in C# using the TcpComm TCP library | | (3 votes) by Shubhashish_Mandal (updated 6 days ago) | | (0 votes) by StefanStefanov (updated 5 days ago) | | (5 votes) by Jasper Lammers (updated 3 days ago) Using multithreading in Windows Console Applications without interrupting user input. | | (5 votes) by Mukit, Ataul (updated 4 days ago) pump.io anyone ? | | (3 votes) by Rene Bustos (updated 4 days ago) WCF WebService IN VB.NET Response JSON | | (3 votes) by Jennifer Nilsson (updated 3 days ago) React VR, framework from Oculus that lets you build virtual reality web apps. You can use it, and some JavaScript, to make your own tours and user interfaces. | | (1 votes) by John7902 (updated 4 days ago) Here we use WebRTC streaming engine to establish WebRTC connection between native Android app and web browser Google Chrome or Firefox | Articles updated | (35 votes) by Ehsan Sajjad (updated 2 days ago) The purpose of this post is to outline and explore some of the issues that make performing the equality much more complex than you might expect. | | (8 votes) by tranthanhtu.vn (updated 1 weeks ago) In this article, We will learn why do we need to manage the stages of our application. | | (12 votes) by tranthanhtu.vn (updated 1 weeks ago) In this article, we will learn how to build and deploy the code | | (16 votes) by tranthanhtu.vn (updated 1 weeks ago) In this article, we will why and why not using DI & IoC from my real situation.I did not tell you that DI is not good. From my view, each tech has it own pros and cons. So It is better if we know when we can use which techs for our business. | | (12 votes) by tranthanhtu.vn (updated 1 weeks ago) In this article, We will have a look to unserstand how RESTful/WebApi was applied in my code | | (11 votes) by Fred Song (Melbourne) (updated 4 days ago) Inthis article, I talk about how to use ASP.NET Core MVC, Entity Framework Coreand Angular 2 to implement a CRUD SPA (Single Page Application). | | (8 votes) by Livio Francescucci (updated 18 hours ago) A guided walk-through to build a simple Authorization Server and enable a Client Credentials workflow using Identity Server and .NET Core | | (14 votes) by AlexeyAB (updated 6 days ago) Smart pointer that makes any object thread-safe for any operations, with the performance equal to that of optimized lock-free containers. | | (11 votes) by AlexeyAB (updated 5 days ago) We will detail the atomic operations and C++11 memory barriers and the assembler instructions generated by it on x86_64 CPUs | | (8 votes) by AlexeyAB (updated 6 days ago) Examples of use and testing of a thread-safe pointer and contention-free shared-mutex | | (14 votes) by ylax (updated 6 days ago) .net Library for automatically validating and casting console input parameters. | | (20 votes) by Shamseer K (updated 6 days ago) In this article I would like to discuss all about string vs strinbuilder in C# | | (31 votes) by Yaseer Mumtaz (updated 5 days ago) This article will help the beginners to step-up Angular2 in ASP.NET MVC, create the RESTful APIs in ASP.NET MVC Web API and front end in Angular2. | | (21 votes) by Jose A Pascoa (updated 2 days ago) Impossible to beat the C++ compiler? | | (14 votes) by Wendelius (updated 6 days ago) This article explains the problem, when another transaction (concurrent or not) accidentally overwrites previously modified data and how to prevent this from happening. | | (3 votes) by Michael Lockwood (updated 9 hours ago) This article illustrates how to call a web service using SQL Server Integration Services (SSIS), store the XML results in a SQL Server database table then query the XML using XQuery. | | (178 votes) by dmihailescu (updated 4 days ago) A Visual Studio add-in that inserts some commonly known OO paterns into your working project and searches your highlights online. | | (10 votes) by HR Rony (updated yesterday) This will cover how to use Domain Driven Design in your application according to the Onion Architecture. There are short descriptions about architecture Category / Style, N-Layer / N-Tier Architecture, Template Method Pattern and Facade Design Pattern. | | (58 votes) by Yang Kok Wah (updated 20 hours ago) A tool to generate face images for different angles and lighting using only a single frontal face image | | (11 votes) by HR Rony (updated 3 days ago) How to write the name of the test method, guideline for the naming convention, body structure inside the test method, and why you need object mocking in the test method for unit testing. | | (2 votes) by Tibor Blazko (updated 23 hours ago) Example usage of The Old Reader's and Inoreader's APIs | New Tips and Tricks added | (7 votes) by Arthur V. Ratz (updated 6 days ago) This tip/trick introduces the basic ideas on how to avoid memory mismatched allocation/deallocation issues detected by Intel® Inspector XE for Visual Studio 2015 | | (3 votes) by Nirav Prabtani (updated yesterday) How to calculate distance between two geolocations or find out distance within a specific radius by SQL Server | | (1 votes) by Evgeniy Sukhikh (updated 2 days ago) Issues and solutions taken while moving R from cmd to sp_execute_external_script | | (1 votes) by Jung Hyun, Nam (updated 17 hours ago) Introducing NConcern, a free open source compile-time AOP framework | | (2 votes) by gggustafson (updated 3 days ago) Using StringBuilder Length to eliminate unwanted trailing characters | New Technical Blogs added | (0 votes) by Jamie Munro (updated 2 days ago) How to return a CSV from ASP.NET web API using C# | | (0 votes) by n.podbielski (updated 11 hours ago) Fixing hiding text box controls by software keyboard on Xamarin Android | | (0 votes) by Sibeesh Passion (updated 12 hours ago) Installing ASP.NET Core Docker For Windows | | (6 votes) by Ehsan Sajjad (updated 2 days ago) This post focuses on the problems that one might face when using == operator with generics or inheritance and which can cause unexpected results. | | (1 votes) by Michael Collins - Intervalia (updated 4 days ago) Directive iv-on-cmd - Simplifying Angular click events handling | | (1 votes) by Gordon Beeming (RSA) (updated 6 days ago) How to generate code documentation using Ghost doc enterprise | | (1 votes) by RubiksCode (updated 10 hours ago) Single responsibility principle on different levels of abstraction | | (0 votes) by Samuel Cragg (updated yesterday) Nesting files in a project | | (5 votes) by Sacha Barber (updated 6 days ago) This is somewhat of strange post, or should I say what will hopefully become a decent set of posts, thing is, I have no idea how this will end up really... | | (4 votes) by Bill Wagner (updated 3 days ago) The Curious Case of Async, Await, and IDisposable | | (1 votes) by Dave Ceddia (updated 3 days ago) Convert React.createClass to Stateless Function Components | | (0 votes) by BlackMaxiAUT (updated yesterday) OOP Beginners tutorial | | (1 votes) by Alexander Turlov (updated 6 days ago) How to deploy a web app from a command line using MSBuild and WebDeploy | Blogs updated | (6 votes) by Shun Huang (updated 2 days ago) Here is a quick start to use Visual Studio code for C++ programmers in Linux | | (4 votes) by Abu_yanal (updated 6 days ago) Adding Splash screen | | (14 votes) by Gautham Prabhu K (updated 5 days ago) In recent years User Experience(UX) Design has become very important part of software industry. As multiple softwares are providing similar service to users a good UX can mean life or death for your software product\service and in worst case your company. | | (6 votes) by RaviRanjanKr (updated yesterday) What to choose between XAML and JavaScript for Windows Store Apps Development | © 2017 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