SL Home
Stein Lundbeck Tech blog
dev
c#
asp.net-core
config
sass
visual-studio
snippet
Search
06.20.2024
Visual Studio custom snippet
This blog shows you how to create custom code snippets in Visual Studio.
Read more
#tags
:
dev
visual-studio
snippet
06.11.2024
How to use function and mixin in Sass
When working with Sass both function and mixin is a handy feature that allows for advanced functionality.
This article just covers the basics, it's recommended to read the official documentation found under
Links
.
Read more
#tags
:
dev
sass
06.11.2024
Reusable Sass media resizer
When creating responsive sites media resizing is important.
This article show how to make a media component that handles all device sizes
Read more
#tags
:
dev
sass
06.06.2024
Configure ASP.NET Core site
I started this project because I was often stuck doing the same job several times, mainly configuring new and existing projects.
I have a self-developed framework called Assets that I am constantly adding new features to, so I needed an easy way to add or remove features from Assets.
Read more
#tags
:
dev
c#
asp.net-core
config