Thứ Ba, 31 tháng 12, 2019

The Daily Build - Delegates & its 5 Modern Flavors (Func, Action, Predicate, Converter, Comparison)

The Daily Build - Delegates & its 5 Modern Flavors (Func, Action, Predicate, Converter, Comparison)

Headline article

Delegates & its 5 Modern Flavors (Func, Action, Predicate, Converter, Comparison)

  (63 votes) by Ashwin. Shetty (updated 20 hours ago)
.NET Delegates & its 5 different features (Func, Action, Predicate, Converter, Comparison)

New Articles, Tech Blogs and Tips

Algorithms & Recipes

  (1 votes) by honey the codewitch (updated 9 hours ago)
Use the Parsley compositional parser generator to parse a complicated grammar with backtracking.

Azure

  (0 votes) by Eduard Keilholz (updated 14 hours ago)
Getting started with Azure Cognitive Services, see what it's capable of and start recognizing images within 10 minutes.

C#

  (8 votes) by Marc Clifton (updated 16 hours ago)
Please don't do this!

Updated Articles, Tech Blogs and Tips

Database

  (2 votes) by Dathuraj Pasarge (updated 21 hours ago)
Database mirroring setup without any DBA effort - on every new Database creation.

The Daily Build - RealNews

The Daily Build - RealNews

Headline article

RealNews

  (21 votes) by Mehdi Gholam (updated 18 hours ago)
WinForms RSS Reader similar to FeedReader

New Articles, Tech Blogs and Tips

C#

  (2 votes) by Marc Clifton (updated 8 hours ago)
Please don't do this!

Miscellaneous

  (3 votes) by R.A.Dain (updated yesterday)
Change the title bar color, or anything else in the Windows chrome of a WPF application

Other .NET Languages

  (3 votes) by Rion Williams (updated yesterday)
I've spent the better part of my ten-year career as a developer in a relatively safe bubble, technology-wise. . Falling in love with a programming language or technology is a bit like the software version of having your first real girlfriend/boyfriend.

Tools and IDE

  (0 votes) by Ri Xu (updated yesterday)
Golang library for reading and writing Microsoft Excel™ (XLSX) files.
  (0 votes) by Ri Xu (updated 20 hours ago)
This post shows you how to import and export Excel XLSX in Go language.

Web Security

  (0 votes) by Matthew Casperson (updated yesterday)
Learn how to call API Gateway with Cognito credentials from a JavaScript client application

Updated Articles, Tech Blogs and Tips

C#

  (24 votes) by Marijan Nikic (updated 12 hours ago)
Faster and better alternative to System.IO.Directory IEnumerable methods EnumerateDirectories, EnumerateFiles and EnumerateFileSystemEntries

Web Developer Newsletter - RealNews

Web Developer Newsletter - RealNews

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

Industry News

The Ionic team recently announced the first production release of Ionic React, a version of Ionic that leverages React to build applications for iOS, Android, Desktop, and Progressive Web Apps (PWA).
Read more
InfoQ
The CSS contain property gives you a way to explain your layout to the browser, so performance optimizations can be made. However, it does come with some side effects in terms of your layout.
Read more
Smashing Magazine
Do you ever think about what the front-end part of front-end developer really means?
Read more
Layout
Page reloads are a thing. Sometimes we refresh a page when we think it's unresponsive, or believe that new content is available. Sometimes we're just mad at the dang site and rage-refresh to let it know we're displeased.
Read more
CSS Tricks
Custom properties (also known as CSS variables) allow us to store property values for re-use in our stylesheets.
Read more
CSS in real life
Blazor patterns open up big opportunities for development. Whether you want to build a powerful service with several thin clients, or some cool interactive game that runs in a browser, Blazor enables rich, interactive application potential.
Read more
Jeremy Morgan
Mozilla put the survey together as a means of representing the "voices of developers and designers working on the web." They surveyed over 28,000 developers and designers from 173 countries.
Read more
SD Times
In this article, I would like to talk about these common mistakes everyone makes and usually ignores. And also there are some possible solutions to these mistakes.
Read more
Sink in

New articles added

Client side scripting

  (3 votes) by Roshan Choudhary (updated 4 days ago)
We will see how view encapsulation is achieved in Angular.

Miscellaneous

  (3 votes) by R.A.Dain (updated yesterday)
Change the title bar color, or anything else in the Windows chrome of a WPF application

PHP

  (2 votes) by Foma Tuturov (updated 3 days ago)
MVC Framework

Tools and IDE

  (0 votes) by Ri Xu (updated yesterday)
Golang library for reading and writing Microsoft Excel™ (XLSX) files.
  (0 votes) by Ri Xu (updated 20 hours ago)
This post shows you how to import and export Excel XLSX in Go language.

Web Security

  (0 votes) by Matthew Casperson (updated yesterday)
Learn how to call API Gateway with Cognito credentials from a JavaScript client application

Articles updated

Algorithms & Recipes

  (70 votes) by Peter Occil (updated yesterday)
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.
  (54 votes) by Alex Rakov, Alexandre Bencz (updated 3 days ago)
ELENA is a general-purpose, object-oriented, polymorphic language with late binding

ASP.NET

  (15 votes) by syed shanu (updated yesterday)

Audio and Video

  (83 votes) by Alexander Iacobciuc (updated 5 days ago)
In this article you will find an implementation of a stream player control.

C#

  (24 votes) by Marijan Nikic (updated 12 hours ago)
Faster and better alternative to System.IO.Directory IEnumerable methods EnumerateDirectories, EnumerateFiles and EnumerateFileSystemEntries

Database

  (92 votes) by Sergey Syrovatchenko (updated yesterday)
Open source index maintenance tool for SQL Server and Azure

Internet / Network

  (21 votes) by Mehdi Gholam (updated 18 hours ago)
WinForms RSS Reader similar to FeedReader

Miscellaneous

  (16 votes) by Michael Haephrati (updated 3 days ago)
Why the creation of a cover story is a mandatory part of any covert monitoring product and how Target Eye handled it

Tools and IDE

  (11 votes) by honey the codewitch (updated 4 days ago)
Generate powerful, maintainable parsers in most major .NET languages using a friendly grammar format

New Tips and Tricks added

C#

  (2 votes) by Marc Clifton (updated 8 hours ago)
Please don't do this!

Database

  (2 votes) by Wendelius (updated yesterday)
How to overcome the error message "Types don't match between the anchor and the recursive part in column..." for varchar columns in a recursive CTE query
  (0 votes) by OriginalGriff (updated 3 days ago)
Select users with a birthday in the next "n" days is pretty easy, if you use the day of year. The only slight complication is the need to "wrap" round the year end.

New Technical Blogs added

Client side scripting

  (0 votes) by Ahmed Bouchefra (updated yesterday)
In this tutorial, we'll install the latest Angular CLI version and generate a new Angular 9 project with routing.
  (0 votes) by Ahmed Bouchefra (updated yesterday)
In this post, we'll see by examples how to use the ngFor directive to iterate over arrays of data and even objects in Angular templates.

Grid & Data Controls

  (2 votes) by essentialSQL (updated yesterday)
In this puzzle, we're going to work through a problem to identify the top and bottom 25 percent to rank student scores. Solving puzzles is a great way to learn SQL.  Nothing beats practicing what you've learned.

Other .NET Languages

  (3 votes) by Rion Williams (updated yesterday)
I've spent the better part of my ten-year career as a developer in a relatively safe bubble, technology-wise. . Falling in love with a programming language or technology is a bit like the software version of having your first real girlfriend/boyfriend.

SQL Reporting Services

  (0 votes) by essentialSQL (updated yesterday)
In this puzzle we're going to learn how to find the person whose birthday, among others, is in the middle.  Knowing how to calculate the median value is a good skill to have.  As you start to explore business intelligence you'll come across similar problems to solve.
  (0 votes) by essentialSQL (updated yesterday)
In this puzzle, we're going to learn how to calculate moving averages by working through a hypothetical stock market example. Solving puzzles is a great way to learn SQL.  Nothing beats practicing what you've learned.

Uncategorised Technical Blogs

  (0 votes) by essentialSQL (updated yesterday)
In this video we’ll walk you though how to select top rows within a query.   We’ll show you how to retrieve the top or bottom rows in the result.  We’ll also show you how to use one sort to select the rows, and once completed, another sort to present them (tricky).



© 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