Sie sind hier: Weblog

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg ist technischer Leiter des Expertennetzwerks www.IT-Visions.de, das zahlreiche mittlere und große Unternehmen im gesamten deutschsprachigen Raum durch Beratung und Schulung bei der Entwicklung sowie dem Betrieb von Software unterstützt. 

Dr. Holger Schwichtenberg ist Diplom-Wirtschaftsinformatiker und hat im Bereich komponenten-basierter Softwareentwicklung promoviert. Seit 1995 ist er in der Softwareentwicklung tätig als Softwareentwickler, Softwarearchitekt sowie Projekt- und Entwicklungsleiter. Auch heute noch implementiert er selbst leidenschaftlich mit .NET/C# und JavaScript/TypeScript sowohl Desktop- als auch Webanwendungen sowie verteilte Systeme. 

Durch seine zahlreichen Auftritte auf nationalen und internationalen Fachkonferenzen sowie mehr als 95 Fachbücher (u.a. für Addison-Wesley, Microsoft Press, O'Reilly, Apress und dem Carl Hanser-Verlag) gehört er zu den bekanntesten IT-Experten in Deutschland. Außerdem ist Herr Schwichtenberg seit vielen Jahren ständiger Mitarbeiter der Fachzeitschriften iX, dotnetpro und Windows Developer sowie bei dem Nachrichtenportal Heise.de. In den wettbewerbsrechtlichen Verfahren der EU gegen Microsoft war er von 2006 bis 2009 als technischer Gutachter tätig. 

Von Microsoft wurde er bereits 21 mal in Folge als Most Valuable Professional (MVP) ausgezeichnet. Über Dr. Holger Schwichtenberg
Dr. Holger Schwichtenberg ist technischer Leiter des Expertennetzwerks www.IT-Visions.de, das zahlreiche mittlere und große Unternehmen im gesamten deutschsprachigen Raum durch Beratung und Schulung bei der Entwicklung sowie dem Betrieb von Software unterstützt. Dr. Holger Schwichtenberg ist Diplom-Wirtschaftsinformatiker und hat im Bereich komponenten-basierter Softwareentwicklung promoviert. Seit 1995 ist er in der Softwareentwicklung tätig als Softwareentwickler, Softwarearchitekt sowie Projekt- und Entwicklungsleiter. Auch heute noch implementiert er selbst leidenschaftlich mit .NET/C# und JavaScript/TypeScript sowohl Desktop- als auch Webanwendungen sowie verteilte Systeme. Durch seine zahlreichen Auftritte auf nationalen und internationalen Fachkonferenzen sowie mehr als 95 Fachbücher (u.a. für Addison-Wesley, Microsoft Press, O'Reilly, Apress und dem Carl Hanser-Verlag) gehört er zu den bekanntesten IT-Experten in Deutschland. Außerdem ist Herr Schwichtenberg seit vielen Jahren ständiger Mitarbeiter der Fachzeitschriften iX, dotnetpro und Windows Developer sowie bei dem Nachrichtenportal Heise.de. In den wettbewerbsrechtlichen Verfahren der EU gegen Microsoft war er von 2006 bis 2009 als technischer Gutachter tätig. Von Microsoft wurde er bereits 21 mal in Folge als Most Valuable Professional (MVP) ausgezeichnet.

Zeige auch Einträge anderer Experten

Tweet von DOTNETDOKTOR

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg
14.03.2023 22:33:38

The .NET 8 Preview 2 blog post https://t.co/YeUZzI6Bev does not mention the cool new C# feature "Primary Constructors" ??

Here is an example!

Requires:
<TargetFramework>net8.0</TargetFramework>
<LangVersion>preview</LangVersion>

@dotnet #Dotnet https://t.co/YleCCWGPQe

Tweet von DOTNETDOKTOR

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg
14.03.2023 22:26:11

@dotnet There is a mistake in your .NET 8 Preview 2 blog post https://t.co/YeUZzI6Bev

Wrong:

[Range(0d, 1d, IsLowerBoundExclusive = false, IsUpperBoundExclusive = false)]
Correct:
[Range(0d, 1d, MinimumIsExclusive = false, MaximumIsExclusive = false)]

dotnet https://t.co/yQD3Z9lNmU



Tweet von DOTNETDOKTOR

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg
14.03.2023 20:32:32

.NET Blog: Hack Together: Microsoft Graph and .NET week #2 recap and final week overview https://t.co/wbqpZfNFLW

On March 1st, we launched Hack Together: Microsoft Graph and .NET to hack and learn about Microsoft Graph and .NET. Time passes so quickly; we reached the last week…

Tweet von DOTNETDOKTOR

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg
14.03.2023 19:37:44

Visual Studio Blog: Visual Studio 2022 v17.6 Preview 2 is now available https://t.co/9sufCtyznW

Preview 2 for Visual Studio 17.6 is now available! If you are a game developer, a mobile developer, or are interested in learning new tricks to better debug your code, check out thi…

Tweet von DOTNETDOKTOR

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg
14.03.2023 18:32:20

.NET Blog: EF Core 8 Preview 2: Lite and familiar https://t.co/0MESUKvytx

The second preview of Entity Framework Core (EF Core) 8 is available on NuGet today!

Basic information

EF Core 8, or just EF8, is the successor to EF Core 7, and is scheduled for release in November 20…

Tweet von DOTNETDOKTOR

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg
14.03.2023 18:32:19

.NET Blog: Announcing .NET 8 Preview 2 https://t.co/xrCrq99PbC

We’re excited to share what’s new in .NET 8 Preview 2. This release is a quick follow-up to the larger Preview 1 release. You’ll continue to see many more features show up with these monthly releases. .NET 6 and 7 …

Tweet von DOTNETDOKTOR

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg
14.03.2023 18:32:18

.NET Blog: .NET March 2023 Updates – .NET 7.0.4, .NET 6.0.15 https://t.co/6zuf4Lahe6

Today, we are releasing the .NET March 2023 Updates. These updates contain non-security improvements.

You can download 7.0.4 and 6.0.15 versions for Windows, macOS, and Linux, for x86, x64, A…

Neu in .NET 7 [8]: Statische abstrakte Properties & Methoden in Interfaces in C#

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg
10.03.2023 15:54:00

In der neuen Version von Microsofts Programmiersprache C# dürfen Schnittstellendeklarationen von Properties und Methoden als static abstract deklariert sein.

Neu in .NET 7 [8]: Statische abstrakte Properties & Methoden in Interfaces in C#

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg
10.03.2023 15:54:00

In der neuen Version von Microsofts Programmiersprache C# dürfen Schnittstellendeklarationen von Properties und Methoden als static abstract deklariert sein.

Tweet von DOTNETDOKTOR

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg
09.03.2023 20:37:04

Visual Studio Blog: Visual Studio 2022 – 17.5 Performance Enhancements https://t.co/0ynnzcnCxF

We are excited to announce that Visual Studio 2022 17.5 offers a range of performance enhancements that significantly improve the speed and responsiveness of the product in the follo…

Tweet von DOTNETDOKTOR

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg
09.03.2023 19:32:09

.NET Blog: What’s new for the WinForms Visual Basic Application Framework https://t.co/xn55uxkmRr

.NET from version .NET Core 3.1 up to .NET 7 has plenty of advantages over .NET Framework: it provides performance improvements in almost every area, and those improvements were a…

Tweet von DOTNETDOKTOR

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg
09.03.2023 16:32:31

.NET Blog: Generate images with AI using Stable Diffusion, C#, and ONNX Runtime https://t.co/bruTGgVbMC

Stable Diffusion is an AI model used to generate images based on text prompts. Using ONNX Runtime you can quickly get started generating AI images locally using your preferr…

Tweet von DOTNETDOKTOR

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg
08.03.2023 21:37:37

Visual Studio Blog: Developing Accessible Apps with Visual Studio https://t.co/zlXPTQPNQE

When your application has an accessibility issue, it means that some users will find it harder or impossible to use your application. This means that a percentage of your users are having…

Tweet von DOTNETDOKTOR

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg
07.03.2023 19:32:42

.NET Blog: Introducing the Reliable Web App Pattern for .NET https://t.co/nlPVA2qHW1

The first step of your application’s cloud journey often times is the most difficult. It’s not uncommon to find you need to scale a legacy application to meet increased business demand, but do…

Tweet von DOTNETDOKTOR

Foto Dr. Holger Schwichtenberg, Dr. Holger Schwichtenberg
02.03.2023 18:32:49

.NET Blog: Microsoft Teams’ Permission Service migration to .NET 6 https://t.co/utjcUFj6tK

At Microsoft, we are constantly working on modernizing our services to make them faster, more efficient, and up to date with the latest technologies. In this blog post, we will cover one…