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 Are you using .NET Core in production? Survey period: 30 Jul 2018 to 6 Aug 2018 It's fast, it's slowly gaining feature parity with the old .NET, and it runs anywhere. But are you using it in the wild? Yes, exclusively | 60 | 5.48 | | Yes, we're moving to using it exclusively | 70 | 6.40 | | Yes, we're using it alongside .NET 4.X | 152 | 13.89 | | We definitively will be | 93 | 8.50 | | We're considering it | 199 | 18.19 | | Probably not | 118 | 10.79 | | No. | 426 | 38.94 | | This week's survey: How often do you learn a new programming language? Latest Additions New articles added | (12 votes) by Ian Kloppers (updated 3 days ago) SketchIt is a small, .NET based development environment, created to have fun while learning to code, or simply to sketch together a visual idea using code. | | (0 votes) by Ajcek84 (updated 1 hour ago) Strongly typed dependency property registration implemented for WPF and UWP | | (5 votes) by Amir Hamza Md. Kayes (updated 3 days ago) For secure transport of data from one to another end, various encryption technologies have been introduced already. But Key Pair algorithm like RSA is one of the most secured and unbreakable Cryptosystems. | | (4 votes) by Maniezzo (updated 4 days ago) A quick and dirty way to univariate time series forecast | | (4 votes) by charles922 (updated 6 days ago) Introduction to Numerical Methods and Updated Polynomial Class | | (5 votes) by Arthur V. Ratz (updated 3 days ago) In this article we will discuss about the advanced Android application development based on the example of creating a responsive Airport schedule simulator application | | (2 votes) by Lars Paisley (updated 3 days ago) A discussion of routing principles in ESBs | | (5 votes) by Kornfeld Eliyahu Peter (updated 3 days ago) Maximize your Arduino with some fun... | | (4 votes) by raddevus (updated 3 days ago) Learn To Use HC-05 Bluetooth Component so you can communicate with your Arduino | | (2 votes) by RX_TX (updated 2 days ago) The popular ARDUINO boards are analyzed in their efficiency, based on two methods: one using FFT and other calculating the number π by statistical modeling. | | (0 votes) by raddevus (updated yesterday) Learn to configure your HC-05 Bluetooth module using the included Arduino sketch | | (7 votes) by HR Rony (updated 3 days ago) This article mainly covers how to setup and configure Azure AD tenant and integrating Azure AD into ASP.NET Core 2.0 web app for authentication and role based authorization. | | (3 votes) by dsuryd (updated 4 days ago) How to create a powerful reactive form on an ASP.NET Core Razor Page in MVVM style, with field configuration and validations written in C# and communicating with SignalR. | | (9 votes) by Phil Hopley (updated 5 days ago) First part in a series on a ROS (Robot Operating System) House Bot. | | (4 votes) by Rahul Rajat Singh (updated 5 days ago) In this article, we will see how we can create highly available VMs in Azure. | | (3 votes) by Roman Kiss (updated 6 days ago) This article describes the design and implementation of the small tool for exploring Azure Event Grid model on the local machine. | | (3 votes) by Rahul Rajat Singh (updated 6 days ago) Various load balancing solutions available in Azure and which one should be used in which scenario | | (5 votes) by Nick Polyak (updated 6 days ago) New programming paradigm involving combining various small pieces of functionality together | | (10 votes) by Ðecimation (updated 5 days ago) How to take the address of a managed object and create a pointer | | (3 votes) by Dave Kerr (updated 6 days ago) How to animate SVG with pure JavaScript | | (2 votes) by NitinShrivastava (updated 9 hours ago) Setting Up Environment for Angular 6 in visual studio 2017 with Asp.Net Core 2.1 | | (1 votes) by Muhammad Usama Khan (updated 5 days ago) In this article we'll learn everything about typescript. Angular itself is written into Typescript so if you want to become master in Angular then you should have the knowledge of Typescript as well. | | (1 votes) by David A. Gray (updated yesterday) Beware the abandoned stack frame, for it can be plundered at will. | | (2 votes) by DotNetSteve (updated yesterday) A custom date control to solve my customers needs and requirements | | (0 votes) by Evgeny Pereguda (updated 5 hours ago) Clone of PCSX2 emulator for Windows 10 on WPF/C# with "touch" control. | | (3 votes) by Mehdi Gholam (updated 3 days ago) WinForms RSS Reader similar to FeedReader | | (4 votes) by Rahul Rajat Singh (updated 2 days ago) This article introduces Dapper to absolute beginners. | | (1 votes) by Jeremy Likness (updated 2 days ago) Learn how to partition collections using the C# MongoDB driver with Azure Cosmos DB | | (0 votes) by Sarah Moir (updated 6 days ago) Analyzing My Music Data with Splunk | | (0 votes) by David Veuve (updated 5 days ago) In our last post on parsing, we detailed how you can pass URL Toolbox a fully qualified domain name or URL and receive a nicely parsed set of fields that includes the query string, top level domain, subdomains. Today, we are going to doing some analytic arithmetic on those fields. | | (0 votes) by Andrew D'Auria (updated 4 days ago) In this installment of "Hunting with Splunk: The Basics," we're going to look at how to detect suspicious and potentially malicious network traffic to "new" domains. | | (0 votes) by Bruno_Garcia (updated 3 days ago) Here, I'll go over what Microsoft hath wrought with its most recent Windows update and how you can implement a workaround for crashes caused by the release and how to use Sentry to monitor for errors and iterate on your app without breaking a sweat. | | (1 votes) by ThatsAlok (updated 5 days ago) Object Oriented Programming in DART | | (1 votes) by Eowind (updated yesterday) The pitfalls that I've stumbled upon when using my event sourcing engine | | (19 votes) by Marc Clifton (updated 3 days ago) A discussion of various approaches to threading, covering locks, mutexes, semaphores, concurrent collections, work queues, threads, PLINQ, TPL, exception handling, and cancellation tokens. | | (0 votes) by Cake Processor (updated 3 days ago) Language design differences between C/C++ and Java, and attempting to solve the fare evasion problem in French Metro system with that insight. | | (0 votes) by Dave Ceddia (updated 5 days ago) How to pass multiple children to a React component with Slots | Articles updated | (50 votes) by boschi84 (updated yesterday) A quite simple notifier (a MessageBox substitute) to get a better message representation of messages in an executable. The idea is to get a solution similar to the "Toast", from Android, where the notifications are not invasive.It works for Windows Form and WPF. | | (44 votes) by Peter Occil (updated 6 days ago) Most apps that use random numbers care about either unpredictability or speed/high quality. | | (8 votes) by ron85262 (updated 12 hours ago) In this article, I'll make an overview of IoT and introduce a way to approach IoT using Wemos D1. | | (2 votes) by geek96boolean10 (updated 2 days ago) Create a console application that listens to the data your Raspberry Pi 3 uploads to Azure IoT Hub | | (9 votes) by AndyEdmonds (updated 4 days ago) A free service makes it possible to use a fuzzy logic expert system online. We'll go through an example of coding in .NET core to access this, and look at some of the features of the engine and the DARL language. | | (22 votes) by syed shanu (updated 5 days ago) In this article, let's see how to create our own ASP.NET Core Blazor Master Detail HTML CRUD (Insert, Update, Select and Delete) for both Master and Detail Grid with Sorting and Filtering using Entity Framework, and Web API. | | (9 votes) by Shenwei Liu (updated 4 days ago) Showing a full-structured data service sample application migrated from ASP.NET Web API 2.0 to ASP.NET Core 2.0 (updated to 2.1) and also describing the various issues and resolutions. | | (6 votes) by Ajcek84 (updated 4 days ago) Client-side music notation rendering in Blazor | | (3 votes) by syed shanu (updated yesterday) In this article, let's see how to create our own ASP.NET Core Blazor Shopping Cart using Entity Framework, and Web API | | (5 votes) by Member 13737597 (updated 4 days ago) This article show the structure of import library file (.lib) used along with header to link against DLL | | (37 votes) by gardner9032 (updated 5 days ago) A brief example showing how to use the Reactive UI framework to perform a separation of concerns using MVVM. | | (52 votes) by CodeProject (updated 4 days ago) This is an FAQ for all member related questions. It can be modified by any Silver member. | | (17 votes) by JL Doty (updated 5 days ago) Fully exploit features of OpenHardwareMonitorLib.dll | | (104 votes) by Palavos (updated 3 days ago) An article about Huo Chess, a chess program in C++ and C# that attempts to be smaller in size than the Commodore-era Microchess | | (22 votes) by irakyu (updated 6 days ago) This article will show you the basic 3D math done on the CPU. | | (9 votes) by Mike Hankey (updated 10 hours ago) The time is right to purchase that 3D Printer you've been looking at and I'll help you get started! | | (14 votes) by BrainlessLabs.com, sibani.p (updated 4 days ago) Creating a simple ORM for C++ on-top of SQL database | | (9 votes) by JL Doty (updated 5 days ago) Minimalist app to monitor a system's sensors | | (8 votes) by geek96boolean10 (updated 3 days ago) Set up an Azure IoT Hub and connect to it via Raspberry Pi 3 | | (1 votes) by geek96boolean10 (updated 3 days ago) Create an application to download and store data uploaded to your Azure IoT Hub | | (17 votes) by Mark_Wallace (updated yesterday) A simple and extremely efficient method for saving yourself a lot of pain when writing documentation | New Tips and Tricks added | (1 votes) by T.Umarani (updated 6 days ago) How to deploy console application as an Azure WebJob using VSTS | | (2 votes) by OriginalGriff (updated 4 days ago) Winforms BindingSource does not support Parameterized Queries - so your app crashes when your user types "doesn't" | | (0 votes) by Ram Lakshmanan11 (updated 6 days ago) This article gives you multiple options to capture heap dumps. However, in my opinion, first 3 are effective options to use and others are good options to be aware. | | (3 votes) by asiwel (updated 3 days ago) Simple C# methods for saving snapshot images of a WinForm to the desktop | | (2 votes) by Khatal Vishal (updated yesterday) Focus on setting default value to a property using EF Code First | Tips and Tricks updated | (13 votes) by vudangngoc (updated 3 days ago) Synchronization is slow, why and how to do better? | New Technical Blogs added | (1 votes) by YasIkeda (updated 5 days ago) If you run msbuild and get an error message that points out Microsoft.PackageDependencyResolution.targets(198,5)., then this article may help you and your build. The problem is so simple, but if you are new with building .NET code without Visual Studio, it would not look such simple. | © 2018 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