(Mohamed Taman) There is no code base that is free from the use of the switch statement; even for performance tweaks, we tend to use it over the if/else statements.
Other News
How To Upload File in Laravel 5.7 Using MySQL
(Parvez) This tutorial help to upload files using Laravel 5.7.We will create html form view that upload file into server and save path information into MySQL table.
A reminder to convert pagesets for Db2 objects to the 10-byte extended RBA and LRSN format
(Paul McWilliams) APAR PH02437 introduces the new DSNB233I message in Db2 12 and Db2 11.
ODBC Data Sources, The SqlCapabilities Option And Power Query/Power BI Data Refresh Performance
(Chris Webb) A few weeks ago I received a great tip from Simon Nuss about a Power Query feature relating to ODBC data sources that I hadn’t seen before (although it’s in Power BI Desktop and Excel 365, so it can’t be that new) and which is potentially important for the performance of data refresh an
Getting Started with GraphQL in ASP.NET
(Julio Sampaio) GraphQL has been around for a while and is proving its value. It is not, unlike what’s been spread about, a framework or just a ready-tool for dealing with HTTP-based searches.
How to Stay Motivated on Long-Term Projects
Hello, this is Laura Lee Rose – author of the business and time management books TimePeace: Making peace with time – The Book of Answers: 105 Career Critical Situations – and I am a business and efficiency coach that specializes in time management, project management, and work-life balance strategies. This question came from a small business owner. What are some...
SQL SERVER – FIX: Msg 41105: Failed to Create the Windows Server Failover Clustering (WSFC) Resource With Name and Type ‘SQL Server Availability Group’
(Pinal Dave) Sometimes there are errors which give us the solution to the problem and I love to discover other ways to fix it.
21 New Tools and Extensions for Visual Studio 2017
(Terrence Dorsey) Microsoft is hard at work on Visual Studio 2019, but developers are still rolling out increasingly helpful and sophisticated tools and extensions for Visual Studio 2017.
Calculate Percentiles to Learn About Data Set Skew in SQL
(lukaseder) B-Tree indexes are perfect when your data is uniformly distributed. They are not really useful, when you have skewed data.
Lifetime Profile Update in Visual Studio 2019 Preview 2
(Kyle Reed) The C++ Core Guidelines’ Lifetime Profile, which is part of the C++ Core Guidelines, aims to detect lifetime problems, like dangling pointers and references, in C++ code.