(David Ramel) Blazor guru Steve Sanderson detailed what Microsoft is thinking about the future of the revolutionary project that enables .NET-based web development using C# instead of JavaScript, explaining how gRPC is key, along with a new way of testing and a scheme for installable desktop apps.
Author: SSWUG Research
An Introduction to Object Serialization in C++
(Manoj Debnath) Serialization is a mechanism to convert an object into a sequence of bytes so that it can be stored in memory. The byte stream, once created, also can be streamed across a communication link to a remote receiving end.
An Overview of Convention-Based Routing in ASP.NET Core 3.0 MVC
(Matthew Jones) Now that we’ve discussed some basics of routing in ASP.NET Core 3.0, we can move on to talking about convention-based routing in MVC.
Jenkins Pipeline H2 Database Integration Testing
(David Morris) An Agile software development principle is continuous delivery and integration of working software. Jenkins software automates this process.
Awesome Forward & Reverse Geocoding API: positionstack
One awesome web functionality we take for granted is geolocation. Based on geolocation data, we can get someone to their destination, provide them suggestions based on their location, and so on.
How to trace SQL Server Backup
(Jack Vamvas) Question: I’m trying to understand for educational purposes , what are the exact steps the SQL Server Backup is taking to progress through a SQL Server backup.
Angular Fundamentals – Building an Angular 7 Application with .NET Core 2.2 (Global Weather) – Part 1
(Fred Song) In this article, we build an Angular 7 application with .NET Core 2.2, and introduce Angular fundamentals, like Bootstrapping, NgModules, Reactive Form, Http Client, Observation, Promise and Routing.
SQL Server Views Getting Started
(Greg Robidoux) One challenge that just about everyone is faced with, is ever changing database schemas. From the onset of a project the database schema might be perfect on day one, but as the application evolves and the business needs change database table structures have to change.
Contention in MySQL InnoDB: Useful Info From the Semaphores Section
(Daniel Guzmán Burgos) In a high concurrency world, where more and more users->connections->threads are used, contention is a given. But how do we identify the contention point easily?
Data Guard Fast-Start Failover Test – Shutdown Standby Host
(mdinh) Data Guard Fast-Start Failover Test – Shutdown Primary Host
