Thứ Ba, 11 tháng 2, 2020

Web Developer Newsletter - Entity Framework Core 2 for the Enterprise

Web Developer Newsletter - Entity Framework Core 2 for the Enterprise

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

Industry News

The Raspberry Pi supports a more robust CPU that is capable of running Linux and supports NodeJS, allowing JavaScript developers to use their existing skillset and build sophisticated devices with relative ease.
Read more
InfoQ
When testing websites, most software testers—including me—used to check the functionality and the UI of the page. But there are more factors that test engineers need to check.
Read more
Women who test
This Angular 9 preview post takes you through all the features coming in the latest version of Angular
Read more
Telerik
The goal of this project is to enable .NET programmers to learn the new ASP.NET Core stack from the ground up directly from code. There is so much power in the underlying ASP.NET Core stack. Don't miss them!
Read more
Dody Godawinata
There's another player in the framework space that's gaining attention and operates very much in the same spirit as Vue as far as adopting an open MIT license: Svelte.
Read more
CSS Tricks
Built on V8 and Rust, the Deno JavaScript and TypeScript runtime requires explicit permissions for file and network access
Read more
Infoworld
Mint is a language specifically created for writing single-page applications. It is a compiler and a framework combined to provide great developer experience while allowing to write safe, readable and maintainable code.
Read more
Mint
In this article, we are going to learn how to implement user authentication with ASP.NET Core Identity. So our main goal is going to be creating a login page and preparing a set of actions to validate input credentials.
Read more
Code Maze

New articles added

Applications & Tools

  (0 votes) by amatecki (updated 5 days ago)
Service unit for auto reloading Docker containers running web apps after renewal of Let's Encrypt certificates on Linux VPS.

ASP.NET

  (8 votes) by Abenezer Meseret (updated 4 days ago)
This is a full tutorial series from installing Visual Studio and other tools to deploying and running an application (a Meeting room reservation system). it starts with easiest webfroms but we'll redo it using Razor then Blazor MVC style views.
  (4 votes) by Abenezer Meseret (updated 5 days ago)
This part is about making database connection. It starts with familiar data connection code and goes through how to use Typed Datasets.
  (3 votes) by Aram Tchekrekjian (updated 2 days ago)
How to create and deploy your first ASP.NET Core Web API on IIS
  (3 votes) by Abenezer Meseret (updated 4 days ago)
How to create a new project from scratch with the concept of a Meeting Room Reservation system in mind

C / C++ Language

  (4 votes) by Michael Chourdakis (updated yesterday)
Copy your objects only when needed

Client side scripting

  (0 votes) by Han Bo Sun (updated 13 hours ago)
This tutorial will introduce the basics needed to use RequireJS to build modularized web applications with JavaScript.

Cross Platform

  (0 votes) by Stephane Capo (updated 3 days ago)
A multi-purpose, cross-platform, free and Open Source C++ framework. This article will focus on CoreModifiable attributes.

Design and Architecture

  (3 votes) by Greg Utas (updated 15 hours ago)
Are we about to go over a cliff?

Libraries

  (7 votes) by Paulo Zemek (updated 5 days ago)
What is a non-intrusive framework and whether it is really possible for a framework to be non-intrusive

Miscellaneous

  (8 votes) by Bedri Egrilmez (updated 19 hours ago)
A Windows .NET control for dynamic visualization of UML sequence diagrams

Product Showcase

  (0 votes) by Robert_Dyball (updated 4 days ago)
An article that explores how developers of enterprise web applications that need to display data in grids can use Wijmo FlexGrid, a mature, fully supported data grid.

Programming Languages

  (1 votes) by sickfile (updated 4 days ago)
I've read many articles about Promises and stumbled on it's various definitions, most of them mentioning the word proxy. I do know what a proxy server is, but not what a proxy object or a proxy value is. Let's take a short journey and build ourselves a promise constructor.

Articles updated

ASP.NET

  (19 votes) by Fred Song (Melbourne) (updated 4 days ago)
In this article, I want to show how to build a Single Page Application – MasterChef with ASP.NET Core MVC, Fluent Hibernate, and Angular JS.

C / C++ Language

  (30 votes) by Robert van Engelen (updated 5 days ago)
This article introduces RE/flex for C++. RE/flex generates fast lexical analyzers similar to Flex, but supports Unicode patterns, indentation matching, lazy repeats, smart input handling, error reporting, and performance tuning. RE/flex is compatible with Bison and accepts Flex lexer specifications.

C#

  (146 votes) by HHerzl (updated yesterday)
Entity Framework Core 2 for the Enterprise
  (39 votes) by Ozesh Thapa (updated 3 days ago)
An implementation of a Zkteco (K14) Biometric Device using C#

Client side scripting

  (62 votes) by Fred Song (Melbourne) (updated 5 days ago)
Demonstrating a series of Angular fundamentals through an Angular 7 application.
  (22 votes) by Fred Song (Melbourne) (updated 5 days ago)
Global Weather - React App with ASP.NET Core 3.0

Cross Platform

  (5 votes) by Stephane Capo (updated 2 days ago)
A multi purpose, cross-platform, free and Open Source C++ framework
  (0 votes) by Stephane Capo (updated 3 days ago)
Kigs framework is a multi purpose, cross-platform, free and open source C++ framework. This article will focus on the main base class of the framework: the CoreModifiable class.

General Graphics

  (54 votes) by wqaxs36 (updated yesterday)
Math explanation and game engine coding.

PHP

  (81 votes) by Kristian Guevara (updated 3 days ago)
PHP Tutorials for beginners

Programming Tips

  (71 votes) by Łukasz Bownik (updated 9 hours ago)
This article discusses the psychological reasons of software project failures.

STL

  (19 votes) by David Lafreniere (updated 4 days ago)
Protect against heap fragmentation faults and improve execution speed with a fixed block alternative to STL std::allocator

Tools and IDE

  (7 votes) by Shenwei Liu (updated 9 hours ago)
Creating PDF reports for grouped or non-grouped data lists in C# with many custom options and configurations (providing source code with .NET Framework 4.6.1 and .NET Core 3.1).

New Tips and Tricks added

Algorithms & Recipes

  (8 votes) by honey the codewitch (updated 4 days ago)
A circular buffer implementing IList

Collections

  (4 votes) by honey the codewitch (updated yesterday)
Using IEqualityComparer to allow collections to be keys in dictionaries and hashsets

Web Services

  (2 votes) by Steffen Ploetz (updated 3 days ago)
YES, you can - use native DLLs in your Azure Functions via P/Invoke ([DllImport]) as you already know it from .NET Framework, and safe the code you have developed and maintained for decades with much effort and patience.

Work Issues

  (1 votes) by V. (updated 5 days ago)
The easy view of the Software Development Process

Tips and Tricks updated

Miscellaneous

  (12 votes) by Tiago Cavalcante Trindade (updated 5 days ago)
How to put color in C++, Python and batch on the Windows console
  (9 votes) by Tiago Cavalcante Trindade (updated 5 days ago)
How to use WSL, GUI on WSL and how to compile for Linux on Windows

New Technical Blogs added

Artificial Intelligence and Machine Learning

  (0 votes) by OwenDavies (updated 2 days ago)
The creation of a Virtual Machine in Azure is quick, surprisingly quick. However, using the DSC extension adds a lot of time. And this makes me sad. I want to see if I can make it faster.. The story so far…. Making use of ARM Templates is really great.

Azure

  (0 votes) by OwenDavies (updated 5 days ago)
A script to modify the IP Address for a NSG rule and allow full access to that IP address
  (0 votes) by OwenDavies (updated 5 days ago)
A script that will crawl through all your ARM templates in a folder and check for the latest Azure API version
  (0 votes) by OwenDavies (updated 5 days ago)
This post will show you how to remove a custom domain from Office 265 using Azure Active Directory.
  (0 votes) by OwenDavies (updated yesterday)
The PowerShell DSC extension for Azure Virtual Machines is an immensely useful feature. It allows you to apply DSC configurations against your Azure Virtual Machine.. Unfortuantly the "reboot node if needed" setting just wasn't working for me.. The way the DSC extension works.
  (0 votes) by OwenDavies (updated yesterday)
A year ago in this post we created an Azure Virtual Machine using PowerShell instead of using the Azure Portal. This is fairly simple and allows a level of automation.

Client side scripting

  (1 votes) by Ahmed Bouchefra (updated 5 days ago)
Tutorial to install the latest Angular CLI version and generate a new Angular 9 project with routing

Uncategorised Technical Blogs

  (3 votes) by Sacha Barber (updated yesterday)
In this post I want to talk about how to get started with some very nice monitoring tools, namely Prometheus Grafana

Web Services

  (0 votes) by OwenDavies (updated 3 days ago)
Unhelpful error message received while trying to move VSTS (Visual Studio Team Services) account from one Resource Group to another

Windows Powershell

  (0 votes) by OwenDavies (updated yesterday)
So you want to create a Virtual Machine on Azure, this can be done in the portal. But really we want this scriptable, so that we can run it at a later date if needed and also so we can leverage this work and use it to create other virtual machines at a later date..



© 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