Turn your LIQUID code to SOLID.
Monday, January 3, 2022
If the url is opened using the proper profile, I will already be logged in
Steven T. Cramer
1 MIN READ
Azure
Powershell script using the az cli to remove and add my local IP to the allowed RDP rules for a VM.
3 MIN READ
dev-tools
To determine what was using up all the drive space, I needed better visibility.
dotnet
Inside your `Directory.Build.props` file add the following
QUICK READ
Blazor
สอนการใช้งาน Blazor State กับ Blazor Application โดยละเอียด
Mike Yoshino
Blazor-State is an architecture designed to manage state in Blazor applications utilizing MediatR.
Ilyana Smith
4 MIN READ
CSharp
Step by step to use entity framework in ASP.NET Core
Design
Design has always been a weak point of mine so in my constant effort to attain human perfection I'm going to attempt to develop my skills!
Stefan Bemelmans
5 MIN READ
AzureDevOps
User 0ec552a3-706e-462e-b46c-a488fe2dcba2 lacks permission to complete this action. Which user is that?
CSharp Blazor
We have added an End to End testing project using TestCafe as an option to existing Selenium test project.
2 MIN READ
OfficeChair
The Titan Office Chair By SecretLabs
If you like closures use Cypress otherwise us TestCafe
Co ends with o use out. Con ends with n which sounds like in
DeveloperTools
The Freeze Team is disseminating the Code Search Superpower. Come see how you too can wield it!
C#
I'm recording my progress working through the csharp track of Ecercism.io
6 MIN READ
Java
the environment in which the coding happens isn't the same ...as... React and React Native. I decided it would be fun to detail the setup process.
Here is a handy class that you can use in Blazor to determine if you are executing client-side or server-side. Its included in Blazor-State
Use Kudu to manually install an Azure App Service Extension
Cypto
Come join us as we wield the powers of SOLID to vanquish our LIQUID foes.
React
It turns out that HTML5 isn't bad at single property validation.
11 MIN READ
Refactoring a large function using the Single Responsibility Principle.
I am not fan of the "premature optimization" phrase. The phrase is subjective, and begs the question; "what is premature?
Improve the working relationships between the people that write software and the people that want the software.
C# MediatR
When using MediatR and a single controller per endpoint the controller is beyond thin, it is micro. With a base controller that looks like
When using MediatR and a single controller per endpoint the controller is beyond thin; it is micro with a base controller that looks like.
React-Native
There's a certain threshold of size and complexity that if you keep on the right side of you can assuredly never be bothered with how your files are arranged.
Wouldn't it be nice to have both fast first page load and allow for more scalability by running on the client?
I just want to break on the next request that comes to the server at the begining of the pipeline.
I needed to render a list from a variable-length array of objects. Each object contained a text name and a corresponding number value
FluentValidation
Create better error messages in dotnet core with FluentValidation.
Fixie
A dotnet core Testing Convention for Fixie that supports Dependency Injection
That definition is generic enough to mean almost anything or nothing and in practice that is often how it turns out. This blog is to explain our starting point with the VSTS templates.
Example of using GitHub Shortcode.
Mike
NodeJS
Execute js file from command line using node.
Discover and develop techniques that turn code from LIQUID to SOLID
NodaTime
NodaTime is a good replacement library for the .net DateTime. add the nuget pacakge NodaTime.Serialization.JsonNet
First of all to all the security guys out there. Increasing functionality securely is the goal. Just turning all the computers off and disconnecting the internet is secure.
Typescript
The Airbnb guidelines show three ways to implement a stateless React component using ES6 JavaScript.
Create a simple (ha!) Create React App and try to understand the magic.
Create Azure Windows 10 VM with VS2017RC Size Standard DS2 v2 This should do. Add Data Disk to VM via Azure.
This can be done via the portal by simply Stop and Deallocate the system and then select the drive and choose a larger size.
Go to your VSTS site and create new project or repo. From the Code tab, you should see something like below that displays the URL to your repository.
I'm a motivated, self-starting person, but I have to admit, sometimes I have a hard time getting the wheels going on a project or task. This happens most often when I'm distracted, bored, or unsure about the next steps to take on a task.
Kevin Dietz
All Controllers are located in a Controllers folder and must end with the name Controller.
8 MIN READ
his blog site is dedicated to those who, through hard fought battles have concluded that LIQUID programming
VisualStudio5
I prefer my using statements inside my namespace. But the default class Template for a web application generates like the following.
In a traditional MVC 5 application structure you can not access css or js files located in the view directory.
So let's write a simple hello world app. Using Typescript 1.8 and React in Visual Studio 2015 Update 2. .Net 4.5.2 (MVC 5).
SOLID
Perhaps you haven't heard of a little known, but frequently practiced coding style which we affectionately call LIQUID.