BI Robert Sheldon in BI SQL Server Machine Learning Services – Part 5: Generating Multiple Plots in Python Visualization is often the first step in analyzing data. Python makes visualization easy. In this article, Robert Sheldon demonstrates how... 07 February 2018 28 min read
.NET Lance Talbert in .NET Using C# Functions in Your Animations Animation is a very important feature of games. In this article, Lance Talbert shows you how to add animations to... 24 January 2018 17 min read
BI Robert Sheldon in BI SQL Server Machine Learning Services – Part 4: Finding Data Anomalies with Python Python is widely used to analyze data. One such use is to find anomalies or outliers. In this article, Robert... 16 January 2018 16 min read
.NET Dino Esposito in .NET HTTP Response Headers in ASP.NET Core ASP.NET Core has the flexibility to add HTTP response headers anywhere in the middleware pipeline. Dino Esposito explains what you... 12 January 2018 11 min read
.NET Lance Talbert in .NET Introduction to Game Development with Unity and C# The easiest technologies to use are often the most difficult to create. Take video games. Objects in games must obey... 09 January 2018 15 min read
BI Rick Dobson in BI Historical Stock Prices and Volumes from Python to a CSV File Python is a versatile language that is gaining more popularity as it is used for data analysis and data science.... 05 January 2018 23 min read
BI Robert Sheldon in BI SQL Server Machine Learning Services – Part 3: Plotting Data with Python One of the advantages of running Python from SQL Server is the ability to create graphics to assist in analysis... 02 January 2018 26 min read
BI Robert Sheldon in BI SQL Server Machine Learning Services – Part 2: Python Data Frames SQL Server Machine Learning Services provides the ability to run Python scripts directly against data in SQL Server. To do... 18 December 2017 28 min read
.NET Dino Esposito in .NET Adapting Images to Websites Creating web pages with images that look good on all devices and screen sizes is not an easy task. Dino... 14 December 2017 11 min read
.NET Pawel Lukasik in .NET Fixing Those Broken Windows: Dealing with Technical Debt Problems that are not addressed up front are harder and more expensive to fix later. This is true for just... 30 November 2017 11 min read
BI Robert Sheldon in BI SQL Server Machine Learning Services: Python with sp_execute_external_script Run Python scripts in SQL Server using sp_execute_external_script in Machine Learning Services. Part 1 covers enabling MLS, naming input/output variables,... 30 November 2017 21 min read
.NET Hubert Kuffel in .NET MSBuild: Targeting Your Needs The Microsoft Build Engine (MSBuild) works seamlessly within Visual Studio, but it can also be used to build software where... 17 November 2017 12 min read
.NET Dino Esposito in .NET ASP.NET Core Tag Helpers for Bootstrap The ASP.NET Core tag helpers improve on the HTML templated helpers in ASP.NET MVC 5. ASP.NET Core comes with some... 17 November 2017 13 min read
.NET Michal Kostrzewski in .NET Hacking Visual Studio Visual Studio, like any Integrated Development Environment, can host extensions for more specialist languages or development tasks. This sort of... 03 November 2017 8 min read
JavaScript Jakub Kaczmarek in JavaScript Developing a Google Chrome Extension using Angular 4 It may seem a tricky task to create a Chrome extension with TypeScript and Angular 4 but it turns out... 31 October 2017 14 min read
.NET Dino Esposito in .NET The Secrets of ASP.NET Core User Secrets Although configuration data kept in a user profile folder is reasonably secure for development work, all bets are off once... 31 October 2017 12 min read
.NET Edward Charbeneau in .NET Working with Angular and its Technology Stack in .NET Angular is a great way of creating single-page applications that are easily testable, and have Dependency Injection and Separation of... 19 October 2017 14 min read
.NET Dino Esposito in .NET Abstracting System Time in ASP.NET Applications When designing web applications, it is a good idea to be cautious about the way you handle the time of... 19 September 2017 11 min read
.NET Dennes Torres in .NET Managing the Password of the Application’s User How can you ensure that passwords conform to a policy, even if they are used for connecting applications to databases?... 06 September 2017 26 min read
.NET Mircea Oprea in .NET C++/CLI Wrapper: Bridge Unmanaged C++ and .NET Learn how to create a C++/CLI wrapper that bridges unmanaged C++ code and .NET managed applications. Covers ManagedObject base class,... 06 September 2017 14 min read