Thứ Hai, 5 tháng 8, 2019

Web Developer Newsletter - EXTENDED Version of Extended Rich Text Box (RichTextBoxEx)

Web Developer Newsletter - EXTENDED Version of Extended Rich Text Box (RichTextBoxEx)

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

Click here Your IoT and AI app is hungry for data
Getting that data and applying transformations can be time consuming. Cut through the infrastructure challenges with Nutanix Xi IoT Dev Cloud. Try it now for free.

Industry News

Data can be prohibitively expensive, especially in developing countries. Chris Ashton puts himself in the shoes of someone on a tight data budget and offers practical tips for reducing our websites' data footprint.
Read more
Smashing Magazine
The web-platform-tests project is a massive suite of tests (over one million in total) which verify that software (mostly web browsers) correctly implement web technologies. It's as important as it is ambitious: the health of the web depends on a plurality of interoperable implementations.
Read more
Bocoup
The ASP.NET team has built a command-line tool called HttpRepl. It lets you browse and invoke HTTP services in a similar way to working with files and folders.
Read more
ASP.NET blog
In this article we'll look into when it's helpful to use a code-behind in your Blazor development, how we benefit and what to expect when re-factoring existing components.
Read more
Telerik
Starting today, Bootstrap 3 will move to end of life, and will no longer receive critical security updates.
Read more
Bootstrap
One of the most impactful things we can do to improve page performance and resilience is to load CSS in a way that does not delay page rendering.
Read more
Filament Group
The best trick for responsive iframes, for now, is making an aspect ratio box.
Read more
CSS Tricks

New articles added

.NET Framework

  (20 votes) by AntonioLeonardo (updated 2 days ago)
This API executes inferences by fuzzy logic concept on Plain Old CLR Object associating a predicate defined in .NET native object called 'Expression'.

Algorithms & Recipes

  (2 votes) by honey the monster, codewitch (updated 16 hours ago)
A regex and finite state engine as part of PCK

ASP.NET

  (1 votes) by Vincent Maverick Durano (updated 7 hours ago)
This is the first article of the ASP.NET Core and Blazor Code Venture series. The goal of this article series is to build a data driven Blazor app from scratch starting from setting up your development workspace, authentication, data access with CRUD, consuming Rest API's and down to deployment.

Client side scripting

  (0 votes) by Han Bo Sun (updated 2 days ago)
In this tutorial, I will be discussing the approach of uploading files using ngResource with AngularJS.

Cross Platform

  (0 votes) by Apex95 (updated 5 days ago)
A short trick to bypass both ASLR (Address Space Layout Randomization) and DEP (Data Execution Prevention) in order to obtain a shell in a buffer-overflow vulnerable binary

Database

  (1 votes) by RWisser (updated 10 hours ago)
Database subsetting creates a copy of a database that contains only a portion of the data, while still being referentially intact

Design and Architecture

  (1 votes) by Akram El Assas (updated 4 days ago)
This article introduces Digital Asset Management systems.

Google Cloud Platform

  (1 votes) by Dmitriy Repin (updated 2 days ago)
Using VS Code to author and debug an any-language service inside of a container running locally, on a cloud VM, or in a Kubernetes pod

Grid & Data Controls

  (3 votes) by morzel (updated yesterday)
Making website layout used to be hard... Frames, tables, floats, display: table, vertical-align, negative margins, absolute positioning... you name it! People & frameworks had to abuse HTML/CSS features just to center a div (let alone do a responsive page setup)...

Miscellaneous

  (3 votes) by Michael Chourdakis (updated 2 days ago)
Live update your Windows project with full or differential updates

Product Showcase

  (0 votes) by Mike V Baker (updated 4 days ago)
In this article, we'll extend the dtSearch Engine-based example to use Amazon's Aurora storage service, which is a hosted MySQL solution available through AWS.
  (0 votes) by Andy Gup (updated 5 days ago)
In this article we'll use earthquake data from the U.S. Geological Survey (USGS) to display and analyze earthquakes around the world.

SharePoint Server

  (2 votes) by AntonioLeonardo (updated 12 hours ago)
For those of who are experienced in developing multiple C# customizations for SharePoint, know that it is a common reality to have many business rules with CAML queries in source code; that the code contais a several of string concatenations.

Shell and IE programming

  (12 votes) by Michael Haephrati (updated 4 days ago)
A Tiny Command Line Interface wrapped with a Graphic User Interface

String handling

  (3 votes) by Robert van Engelen (updated 16 hours ago)
Classic globbing and modern gitignore-style globbing algorithms can be fast, whereas recursive implementations are known to blow up exponentially; why some freely available source code should be avoided.

Windows Presentation Foundation

  (1 votes) by Dan Goodman (updated 2 days ago)
Want an easy way to keep models and view models in sync? Want a built in property grid and undo system? How about a color picker? Rascl may be for you!

Articles updated

APIs

  (9 votes) by Shao Voon Wong (updated 6 days ago)
Run your C++ Graphics on the Desktop and Web

C / C++ Language

  (22 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, indent/nodent/dedent, lazy repeats, smart input text handling, and performance tuning. RE/flex is compatible with Bison/Yacc.

Database

  (36 votes) by Sergey Syrovatchenko (updated 2 days ago)
Open source index maintenance tool for SQL Server and Azure

Design and Architecture

  (11 votes) by Akram El Assas (updated 3 days ago)
This article discusses advanced Test-Driven Development (TDD) in C# through a simple example. Whether you are a new or experienced developer, this article will show you every step of TDD through a very simple example.

Document / View

  (15 votes) by wmjordan (updated 5 days ago)
MuPDF is an open-sourced, high performance PDF rendering and editing engine written in C. This article describes how to compile its source code to a DLL for use in other programming languages.

Miscellaneous

  (51 votes) by Michael Chourdakis (updated 3 days ago)
All in one: x86, x64, Virtualization, multiple cores, along with new additions

New Tips and Tricks added

Algorithms & Recipes

  (4 votes) by #realJSOP (updated 5 days ago)
Make data exchange in MVVM easy on yourself

Applications & Tools

  (0 votes) by Cloudster (updated 2 days ago)
Resolve VS Code extension errors by forcing a new download

C#

  (4 votes) by DiponRoy (updated 5 days ago)
Calling an API which has a limit of calls per second

Programming Tips

  (0 votes) by Sunny Makode (updated 6 days ago)
There are several contents available on internet that talks about injecting dependencies through .svc file's markup [in WCF service application] and it's easy when you've WCF service application. But,it is equally easy to do that even in your WCF Library project (without .svc).

Tools and IDE

  (0 votes) by Benktesh Sharma (updated 4 days ago)
Configure your favorite editor in git.

Tips and Tricks updated

Edit Controls

  (28 votes) by Robert Gustafson (updated 3 days ago)
I've created an enhanced version of the Extended RichTextBox created by Razi Syed.

Tools and IDE

  (0 votes) by Benktesh Sharma (updated 2 days ago)
How to combine multiple git commits into a single commit in GIT using Squash

New Technical Blogs added

Uncategorised Technical Blogs

  (0 votes) by Benktesh Sharma (updated 23 hours ago)
Have you ever had a need to clean up all the history in the git repository? I have. I dealt with this old fashioned way until I started interacting with the command line.  The old fashioned way is to create a new repository and update files and replace the old with a new one.



© 2019 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