Technology

Populating a Microsoft SQL Server Database Table with Dummy Data

Written by Mark Pringle
If you are learning to be an ASP.NET full-stack web developer, it is essential to have a solid working knowledge of Microsoft SQL Server (or some other database) and an IDE like Visual Studio. One of the best ways to learn is to get your hands dirty by building applications using generic or dum Read More

Is Technology Our Friend?

Written by Ekoja Okewu
Who is a friend?  A friend according to the Oxford Advanced learners’ dictionary is a person who has the same interests and opinions as yourself, and who will help and support you. This is someone we run to in bad and good times, someone to whom we pour our hearts to, someone who knows th Read More

AdSense Link Ads Are Going Away and Financially That's a Good Thing for Publishers

Written by Mark Pringle
AdSense publishers (website owners who display ads on their sites) are paid for clicks on ads, and AdSense Link units have proven to be an excellent source of revenue for many publishers. So, when the news came out that link units are being retired on March 10, 2021, there was a massive uproar withi Read More

What is TempData is ASP.NET MVC?

Written by Mark Pringle
TempData is a storage mechanism provided by ASP.NET that sends data from the controller to the view or the view to the controller. TempData will also allow you to transfer data from one action method to another action method within a different or the same controller.  Any data stored in Temp Read More

Instantiation in ASP.NET C#

Written by Mark Pringle
In the ASP.NET C# programming language, any time you create a new object (using the new operator keyword) based on some model or class, it is said that the model or class has been instantiated. Employee e1 = new Employee(); Employee e2 = new Employee(); Employee e3 = new Employee(); Above, Read More

What is CSS isolation in ASP.NET Core 6.0 (With Tutorial)?

Written by Mark Pringle
CSS isolation in ASP.NET Core 6.0 means you can define a Cascading Style Sheet specific to a page or view while overriding any global styles you may have created. It can be used in Razor and Blazor pages. Using CSS isolation keeps global stylesheets from becoming monolithic while it minimize Read More
Tutorial: Create a Microsoft SQL Server Database and Connect it to an ASP.NET Core MVC Project
by Mark Pringle
Creating Models and Database Tables Manually? A Few Things to Keep in Mind When Using Entity Framework
by Mark Pringle
Populating a Microsoft SQL Server Database Table with Dummy Data
by Mark Pringle
Redirect All Non-WWW Requests to WWW in ASP.NET Core 6 MVC
by Mark Pringle
The Singleton Design Pattern in C# ASP.NET
by Mark Pringle
What are the Advantages of ASP.NET Core over ASP.NET?
by Mark Pringle
What is TempData is ASP.NET MVC?
by Mark Pringle
C# vs .NET: What is the Difference?
by Mark Pringle
Using SQL Server Stored Procedures and ASP.NET Core 6 MVC
by Mark Pringle
Get the Index of an Array in a C# For Loop
by Mark Pringle
Humans and Natural Norms
by sand blown
Visual Studio Code Keyboard Shortcuts for Windows
by Mark Pringle
The Modification of Technology
by Nkoloti Mofokeng
ASP.NET Core Dependency Injection for Beginners. The Often Confusing C# Coding Pattern
by Mark Pringle
HOW TO GET MORE INTEREST IN NUCLEAR SAFETY AND ARMS CONTROL
by Ekoja Okewu
Output Caching in ASP.NET Core 6 MVC
by Mark Pringle
SOLID Design Principles Explained
by Mark Pringle
BRIDGING THE DIVIDE; ATTRACTING THE YOUTHS TO MAKE DECOMISSIONING SAFER, FASTER AND MORE EFFECTIVE
by Ekoja Okewu
ADOPTING A FIREFIGHTERS LOGIC TO NAVIGATE CHANGES AND SAFEGUARD EUROPEs CYBERSPACE
by Ekoja Okewu
Asynchronous streaming in .NET 6
by Mark Pringle


Hire a Writer