(David Walsh) I’ve always loved the flexibility of Objects and prototypes in JavaScript, but for a long time, I felt that a level of dynamism was lacking.
Community
Return Response Codes from ASP.NET Action Result Using StatusCodes Enum
(Srinath M S) The Microsoft.AspNetCore.Http.StatusCodes enum has many response codes.
Enable CORS In ASP.NET Core API
(Bipin Joshi) Browsers do not allow cross origin communication for security reasons. This means if an ASP.NET Core web API housed in one web app is called by JavaScript code running as a part of another web app, the communication attempt will fail.
Neural Anomaly Detection Using Keras
(James McCaffrey) An advantage of using a neural technique compared to a standard clustering technique is that neural techniques can handle non-numeric data by encoding that data.
Using Pure Pipes To Generate NgFor TrackBy Identity Functions In Angular 7.2.7
(Ben Nadel) One feature that I really appreciated in AngularJS was how easy it was to define a “track by” property in the ngRepeat directive.
SQL SERVER – Windows Authentication or System Admin Account (SA)
(Pinal Dave) I like to say that I am SQL Server Performance Tuning expert but often during the conversation, I end up discussing security as well.
MySQL Partition pruning Explained
(Aakash Muthuramalingam) Partitioning is a process in which a single larger table is split into several smaller tables (physically) and still considered as a single table.It is generally a good idea for the tables whose size is in a few 100 GB’s.
Behind-the-Scenes Secrets of Jsoup V: Tips & Tricks of Optimization
(Nathanael Yang) We have done things right, now it’s time to do things faster. We would keep Donald Knuth‘s warning in mind, “We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil”.
How to parse string dates with a two digit year and split on the right century in C#
(Scott Hanselman) So you’ve been asked to parse some dates, except the years are two digit years. For example, dates like “12 Jun 30” are ambiguous…or are they?
MySQL 8.0.14: A Road to Parallel Query Execution is Wide Open!
(Alexander Rubin) For a very long time – since when multiple CPU cores were commonly available – I dreamed about MySQL having the ability to execute queries in parallel.
