Thứ Ba, 21 tháng 1, 2020

Web Developer Newsletter - How to Upload a Document in ASP.NET Core

Web Developer Newsletter - How to Upload a Document in ASP.NET Core

Welcome to this week's Web Development newsletter from CodeProject.

Click here How to track every change to your SQL Server database
Want to see who made database development changes, what they were working on, and why they made each change? Redgate SQL Source Control works with your source control system to give you a full version history, with line-level changes. Try free

Industry News

These bindings enable developers to build native mobile apps using C# and .NET for iOS and Android using familiar web programming patterns.
Read more
ASP.NET blog
There are so many different tests we need to be running on the front end - accessibility testing, performance testing, user testing, HTML validation, visual regression testing - it's hard to work out what you need to test for and where to start.
Read more
JavaScript January
We take a look at how to use the grid lines to place items.
Read more
Smashing Magazine
There are truly thousands of ways to animate on the web. We've covered a comparison of different animation technologies here before. Today, we're going to dive into a step-by-step guide of one of my favorite ways to get it done: using GreenSock.
Read more
CSS Tricks
PHP 8.0 is currently being discussed and developed.
Read more
The PHP
Over the last few years, CSS-in-JS solutions have become prevalent across the front-end landscape with many offerings such as styled-components, and emotion that provides a way to colocate your components and style definitions.
Read more
dev.to
Google said on Tuesday it's planning to end support for third-party tracking cookies in its popular Chrome browser "within two years," a move it says will make web browsing more secure for users.
Read more
Digiday
In this post, we'll walk through what you can expect now that the new Edge channel is open – including how the update will roll out, how you can get started testing and what to expect from the preview channels going forward.
Read more
Microsoft Edge Developer

New articles added

Algorithms & Recipes

  (7 votes) by honey the codewitch (updated 2 days ago)
A Pike VM for running non-backtracking NFA regular expressions in C#
  (5 votes) by honey the codewitch (updated yesterday)
A completely programmable lexer/tokenizer/scanner generator in C# using a Pike Virtual Machine
  (3 votes) by honey the codewitch (updated 3 days ago)
Manage location tracking, lifetime, error reporting and basic parsing/lexing with this simple class

Applications & Tools

  (0 votes) by Tomáš Růt (updated 4 days ago)
This article describes how to create a test project that allows you to both write and fully debug in TypeScript source files.

ASP.NET

  (2 votes) by Marc Clifton (updated 6 hours ago)
The Secret Sauce

C++ / CLI

  (3 votes) by steveb (updated 17 hours ago)
Why use pointers?

General Graphics

  (3 votes) by Marijan Nikic (updated 2 days ago)
Small tool for adding borders to image for canvas printing

Miscellaneous

  (5 votes) by Michael Chourdakis (updated 2 days ago)
DirectX hardware screen capture and encoding with audio mixing capabilities. H264/H265/VP80/VP90/FLAC/MP3

Mobile Development

  (0 votes) by Sergey Grybniak (updated 4 days ago)
Find out how to easily create a single-page application using Sapper, Prisma, and GraphQL Yoga

Product Showcase

  (0 votes) by Dynamsoft (updated 4 days ago)
In this article, we will discuss how to use open-source OCR software Tesseract to recognize the accompanying text from barcode images.

Threads, Processes & IPC

  (6 votes) by honey the codewitch (updated 6 days ago)
Add the ability to run a service in console mode and to control or install your service from the command line

Trace and Logs

  (6 votes) by VulfL (updated 5 days ago)
Rules of thumb to write useful and readable logs in software system

Windows Presentation Foundation

  (0 votes) by Daniel H. W. (updated 17 hours ago)
Using a self defined TrafficLight Column to virtualize a status bool and the readonly value at the same time instead of a simple CheckBox

Articles updated

Algorithms & Recipes

  (75 votes) by Peter Occil (updated 5 days ago)
Most apps that use random numbers care about either unpredictability, high quality, or repeatability. This article explains the three kinds of RNGs and gives recommendations on each kind.
  (66 votes) by Peter Occil (updated 2 days ago)
Discusses many ways applications can do random number generation and sampling from an underlying random number generator (RNG) and includes pseudocode for many of them.

Artificial Intelligence and Machine Learning

  (2 votes) by Arthur V. Ratz (updated yesterday)
A simple introduction to using K-Means Clustering for data analysis.

Database

  (96 votes) by Sergii Syrovatchenko (updated 21 minutes ago)
Open source index maintenance tool for SQL Server and Azure

Emulation

  (11 votes) by Evgeny Pereguda (updated 9 hours ago)
Clone of PCSX2/PPSSPP emulator for Windows 10 on WPF/C# with "touch" control

Internet / Network

  (10 votes) by Mehdi Gholam (updated 5 days ago)
Tiny, fast, standard compliant CSV reader writer

Web Services

  (7 votes) by Ahmed Bouchefra (updated 5 days ago)
Setting up a custom domain for your GitHub hosted website

New Tips and Tricks added

Artificial Intelligence and Machine Learning

  (0 votes) by Alon Lek (updated 3 days ago)
Find the best way to predict column value based on other columns, quickly and simply

C / C++ Language

  (1 votes) by Shao Voon Wong (updated 4 days ago)
Benchmark of Singular Min/Max and Iterator Versions

C#

  (13 votes) by Shao Voon Wong (updated 4 days ago)
Never compare NaN with itself!

Files and Folders

  (1 votes) by OriginalGriff (updated 18 hours ago)
It's pretty easy to let Windows Explorer drop files on a WinForms app, but I can never remember how. So since I needed a "file touch" app, I thought I'd document the process here.

Scrapbook

  (1 votes) by Mekki Ahmedi (updated 18 hours ago)
Begin at the beginning

Toolbars & Docking windows

  (1 votes) by Steffen Ploetz (updated 4 days ago)
A solution for: If the toolbar is created button by button with single TB_ADDBUTTONS calls, the width of the separators is not calculated correctly.

Tips and Tricks updated

Miscellaneous

  (5 votes) by Tiago Cavalcante Trindade (updated 14 hours ago)
In this article, I will show you how to put color in C++, Python and batch on the Windows console.

New Technical Blogs added

Azure

  (4 votes) by Chris A. Johnson (updated 6 days ago)
This article explains exactly how to setup an SSL certificate for FREE on your Azure account. The existing free SSL with Azure only works on 'non-naked' domains, making it pretty much worthless. This is a 100% free method which ensures your site will be 100% secure.

Client side scripting

  (0 votes) by Ahmed Bouchefra (updated 5 days ago)
How to integrate and use bootstrap 4 with Angular 9

Code Generation

  (2 votes) by 10xlearner (updated 4 days ago)
Hi dear reader, I’m Xavier Jouvenot and this is the second article about Code Craft, by Pete Goodliffe. If you want, you can look at the previous article about ‘Defensive Programming’, and you can find book here..

Programming Languages

  (0 votes) by Alexander Gutev (updated 4 days ago)
This post begins with a description of the State Management Problemand various solutions to it offered by today's programming languages. The final section details the solution provided by version 0.8 of the Tridash programming language.

Uncategorised Technical Blogs

  (1 votes) by Ahmed Bouchefra (updated 5 days ago)
In this tutorial, we'll see by example how to create a CRUD application from scratch and step by step. We'll see how to configure a MySQL database, enable the admin interface, and create the django views.



© 2020 The Code Project.  All rights reserved.


This email was sent to vutunglampro@gmail.com. To stop receiving The Code Project Web Development Newsletter click Unsubscribe.
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