(Ben Nadel) Over the holiday break, I took my first look at Vue.js by reading Vue.js Up and Running by Callum Macrae. One Vue.js feature that caught my eye was the ability to add modifiers to event-bindings that influenced the way in which the underlying event was managed.
Tag: Development
Manipulating System Power Settings Through .NET
(Hannes DuPreez) It can be quite a process for some to change a computer’s power settings, especially for inexperienced users. Some people choose to have a good power plan; others do not. Technology has come a long way since the era of bubble screens and screen burns.
Bundling Scripts in ASP.NET Core
(Peter Vogel) In ASP.NET MVC Core the BundleConfig class — where, in ASP.NET MVC, you used code to create script bundles in ASP.NET MVC — is gone.
What is the Business Application Platform? (Developers overview)
(Jamie Dalton) A simple question, but for new developers can be a challenge to understand exactly what it is, the business benefits and how to use it.
CSS Custom Properties (aka CSS Variables) Don’t Make CSS Preprocessors Obsolete
(Ben Nadel) As of late, I’ve heard a number of thought-leaders in the Web Development community talk about CSS custom properties as the technology that makes CSS preprocessors “obsolete.”
Moving your ASP.NET applications to the Microsoft Cloud
(Mike Finley) There are a few key scenarios that you will want to consider as you plan your migration strategy.
Deploying ASP.NET Core App using Docker
(Rahul Sahay) In this segment, we will discuss containers. Containerization is another innovation that numerous ASP.NET engineers may not yet have a great deal of involvement with. Docker is the most well known containerization tool today.
How to Use Enums in C#
Enum is a strongly typed constant and keyword defined for the Enumeration new data type. A Typesafe enumeration provides an efficient way to define a set of named integral constants that may be assigned to a variable
When the Watch Window in Visual Studio Doesn’t Update
(Peter Vogel) While debugging in Visual Studio, you may notice, when you check some value in the Watch window, one of two icons beside your data.
What are Progressive Web Apps? – Building PWA Using Ionic 4
(Santosh Yadav) Hi everyone, in this blog, we will see how we can use ionic to create our first progressive web app. We will see how we can install and use various tools to test our app as well.
