Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Technology Blogs  >  Gunnar Peipman - Programming technology Blog  > 

Global Usings In C# 10
2022-02-28 06:30
One of the new features in .NET 6 and C¤ 10 is support for global usings. We can define using declarations as global and they work all over the project so we don’t have to defin… Read More
2021-06-28 05:15
Hopefully the era of leprosy and corona is over for this time and it’s time to get back to blogging. Exceptions are powerful feature of object-oriented languages as far as they are use… Read More
2020-11-23 06:00
During moving one system from classic ASP.NET MVC to ASP.NET Core I faced an interesting challenge. Although access to system is based on Active Directory there is separate role management b… Read More
2020-09-05 03:50
My previous post about Surface Go 2 was brief introduction based on my own experiences after one month of using it. Surface Go 2 is lightweight machine with limited hardware resources. It&rs&hell…Read More
2020-09-03 07:02
C# 9.0 comes with nice new feature called top-level programs. It’s something that teachers of beginner classes will love for sure. Imagine – you start teaching C# with only two l… Read More
2020-09-01 04:25
When working with stateless sessions in NHibernate we need some way to see generated SQL but we cannot use simple tricks as custom NHibernate interceptor to log SQL queries. As I’m usi… Read More
Surface Go 2 Review
2020-08-03 20:30
Recently I bought Surface Go 2 tablet with Intel M3 CPU and LTE. Surface Go 2 is hybrid device being either tablet or small laptop. It is lightweight and therefore not the option for resourc… Read More
Introducing Azure Static Web App Service
2020-05-21 04:57
During Build 2020 Microsoft announced preview of Azure Static Web App service – app hosting offering for static web applications built on JavaScript. Automatic deployments to productio… Read More
Hosting WordPress Behind Azure Front Door
2020-05-19 04:34
During lockdown I tried out how Azure Front Door works. It is another member of Azure load balancers and traffic routers world but it is global and designed for web applications. My only int… Read More
Using Dapper In ASP.NET Core Applications
2020-05-14 08:39
Times ago I blogged about micro ORM-s. I have been busy through all Covid-19 times learning technical side of DDD and during that I met again my old friend Dapper. There are applications whe… Read More
Embedded Power BI Reports With ASP.NET Core
2020-01-10 05:17
Last year I had some projects where I had to embed Power BI reports to ASP.NET Core applications. There were easy cases that solved practically with copy-paste but I also had more complex si… Read More
2020-01-02 08:13
I got back to active SharePoint and CSOM development some months ago and first thing to do was to port bunch of workflows from in-prem SharePoint to cloud. Where I live we don’t usuall… Read More
Using Nameof Operator In C#
2019-12-19 06:50
There’s one very useful and often overlooked operator in C#. It’s called nameof and its purpose is to return name of something. Although it is operator we can live without it may… Read More
Building GRPC Service On ASP.NET Core
2019-11-10 17:11
ASP.NET Core supports gRPC protocol that is about to replace legacy SOAP services with more performant and powerful protocol that is easier to use and support. This blog post shows how to bu… Read More
Using Composite Command In ASP.NET Core
2019-11-07 07:45
My introduction to composite command pattern was more theoretical and focused to high-level details. This blog post focuses on implementation details and introduces how to use composite comm… Read More
2019-10-31 15:56
Just wrote down something I had to went through with students in one of my classes – making file uploads work in ASP.NET Core application. Here are samples of single and multiple file… Read More
Composite Command Pattern
2019-10-26 07:08
I have previously blogged about command pattern and composite pattern. I had some projects where I succesfully mixed these two together to compose a composite command. It’s a construct… Read More
Blazor Pages Get Partial Class Support
2019-10-16 06:17
Next .NET Core version 3.1 brings some good news to Blazor – partial page classes. Maybe it’s not so big thing for many guys out there but sure great feature for those who like c… Read More
Hosting Web Application On Azure
2019-10-02 19:34
Coming to cloud with web application can be scary if it’s the first time you do it. Azure cloud is not anymore about dozen of services – it’s real monster offering more tha… Read More
What’s Next For Client-side Blazor
2019-10-02 04:47
.NET Conf 2019 was full of great news and interesting pieces of information for those who love .NET world like me. It was specially interesting for me to watch presentation The Future of Bla… Read More
2019-09-25 13:22
So, what is IDisposable and what is disposing of objects? This is something I teach to developers classes before they are going to their first school practice at some company. One of importa… Read More
How Many .NET Core SDK-s You REALLY Have?
2019-09-19 13:39
Do you have lightweight laptop with not very big laptop where you run Visual Studio? Do you need sometimes more space? You can make some free space if you remove .NET Core versions installed… Read More
NHibernate On ASP.NET Core
2019-09-05 05:00
NHibernate has been my favorite ORM for long time. Although it’s more complex for beginners than Entity Framework it’s more matured and many developers consider it to be practial… Read More
Visualize Azure CDN Metrics With Grafana
2019-08-20 09:14
Azure CDN is one of Azure services that doesn’t provide charts and metrics in service overview page. For me these charts are important because they help me to optimize delivery of my b… Read More
2019-08-16 05:06
I found temporary cross-platform solution for .NET Core to read system memory metrics until framework level libraries appear. This blog post shows how to build ASP.NET Core health check for… Read More
Azure DevOps Build Pipeline For Jekyll
2019-08-14 03:24
We have Git repository and Azure static website set up. It’s time to connect these two with Jekyll build and release pipelines to automate publishing from our machine to static website… Read More
Azure DevOps Release Pipeline For Jekyll
2019-08-14 03:12
Previous post in series focused on setting up Jekyll build pipeline. After successful build we have new version of blog waiting for publishing in build artifacts folder. This post shows how… Read More
Blazor Form Validation
2019-08-12 15:42
Client-side Blazor supports DataAnnotations form validation out of box. It’s simple and intuitive but also very flexible – if needed we can use the same mechanism to replace Data… Read More
Dependency Injection In Azure Functions
2019-08-07 05:00
Azure Functions V2 supports ASP.NET Core like dependency injection. It is specially good if we write functions that are wrappers for shared libraries and components we are also using in web… Read More
Creating VCard In ASP.NET Core
2019-08-06 05:00
It’s time to get back to old era of this blog and bring my vCard action result to today’s ASP.NET Core world. There’s also support for images so we can provide really good… Read More

Share the post

Gunnar Peipman - Programming

×

Subscribe to Gunnar Peipman - Programming

Get updates delivered right to your inbox!

Thank you for your subscription

×