.Net, C#, Web Developers

@itdevnews


News, articles, books and videos from the world of software development.

.Net, C#, Web Developers

20 May, 10:26


Wow 😲 An entire .NET MAUI learning path on Microsoft Learn is for free now!

Just check it out here πŸ‘
https://docs.microsoft.com/learn/paths/build-apps-with-dotnet-maui/?WT.mc_id=friends-0000-jamont

.Net, C#, Web Developers

18 May, 14:50


​​Check out a list of .NET APIs for most commonly used file formats, which I recently discovered on the Internet. There are Word, Excel, PDF, and many more formats support πŸ‘Œ
https://products.conholdate.com/total/net/

.Net, C#, Web Developers

16 May, 13:08


Join Microsoft Build May 24–26 2022 and explore the latest innovations in code and application development.

There are secure cloud developer environments, cloud-native apps, collaborative apps, low code, and many more 😲
https://mybuild.microsoft.com/en-US/home?wt.mc_ID=Build2022_corp_bl_oo_Newsletter_WinInsiders

.Net, C#, Web Developers

02 May, 10:02


Are you working on a .NET Core app that runs on Windows subsystem for Linux? The following article describes how to debug such apps using Visual Studio 2022 WSL debugger component.

The author utilizes Avalonia as a UI framework and provides lots of examples for this article and for this cool cross-platform framework πŸ‘

You can read the article and leave your comments in our chat πŸ”₯
https://www.codeproject.com/Articles/5330464/Running-and-Debugging-Multiplatform-NET-NET-Core-N

.Net, C#, Web Developers

29 Apr, 11:08


In this video Holger Flick, MVP and chief evangelist at TMS Software, explains how he creates his videos.

You will learn where to get ideas, how to work with the material, what the hardware and software are used to make videos, and many more πŸ€”

Just watch it, and don't forget to πŸ‘πŸ‘Ž
https://youtu.be/gr37KetWqq0

.Net, C#, Web Developers

27 Apr, 12:47


If you need to connect your .NET Core app to a Firebird database, this news might be useful to you. Recently, they released a new major version 9.0.0.0 of ADO.NET provider for Firebird with Entity Framework Core 6.0 support.

This version includes new data types from .NET 6, batching API support, small yet still important improvements, and 😲 expectable breaking changes.

You can learn more about this release here πŸ‘
https://github.com/FirebirdSQL/NETProvider

.Net, C#, Web Developers

26 Apr, 13:08


​​Do you need to deal with PDF Documents In C#? The following article might be useful if you want to programmatically add a list to the document.

The author utilizes the FreeSpire.PDF for .NET library and provides simple examples to create ordered and unordered lists, and also to add bullet images. πŸ‘
https://www.c-sharpcorner.com/article/how-to-create-lists-in-pdf-documents-in-c-sharp/

.Net, C#, Web Developers

25 Apr, 09:40


Good news for those who interested in taking advantage of SQLite and EntityFramework in your Blazor WebAssembly apps.

Just check out a package that automatically stores the database in your browser's cache to persist between sessions.

...and don't forget to πŸ‘πŸ‘Ž
https://youtu.be/ZeJISZgy-FM

.Net, C#, Web Developers

21 Apr, 12:41


​​Jordan Russell Software have updated their wonderful πŸ”₯ installer tool - InnoSetup up to the version 6.2.1.

The update includes protection against potential DLL preloading attacks and fixes some cosmetic issues. I've already installed this update and tried to recompile installations for our C# .NET components.

In fact, the dark theme rules πŸ‘
https://jrsoftware.org/isdl.php

.Net, C#, Web Developers

20 Apr, 14:53


Recently Microsoft announced Entity Framework Core 7 (EF7) Preview 3.

There are scaffolding/reverse-engineering templates, update pipeline improvements, and many more.

You can learn more from their official dev blog πŸ‘
https://devblogs.microsoft.com/dotnet/announcing-entity-framework-7-preview-3/

.Net, C#, Web Developers

18 Apr, 10:51


​​Hello, this is our first post after a month of inactivity. There were many dev tasks that required a lot of coding, testing, etc. etc. So I decided to start from this interesting news. Please take a look and don't forget to πŸ‘πŸ‘Ž

Visual Assist and Unreal Engine are getting closer each other. Check out new C++ Enhancements: there are smart suggestions, showing comments from base classes, and many more.
If your work on a C++ gaming project using Unreal Engine, this article is for you πŸ”₯

Visual Assist is the must be tool for many devs. In fact, if you are working on any other project, this Visual Studio extension might safe your time dramatically 😲

https://www.wholetomato.com/visual-assist-ue4-unreal-engine

.Net, C#, Web Developers

21 Feb, 13:11


😲 Did you know that last week .NET celebrated his 20th anniversary? The live broadcast was was held on February 14. I heard that Delphi's 27th birthday occurred on the same date. Funny coincidence πŸ˜€

Please watch the video and don't forget to leave your πŸ‘πŸ‘Ž
https://youtu.be/67tCWKnweso

.Net, C#, Web Developers

17 Feb, 16:11


​​Have you ever needed to implement a fully-featured text editor in your C# app? Just check out this interesting article, where the author introduces a text editor based on the RichtextBox class. Unfortunately, the sources are on the Codeproject's server. I needed three attempts to download them 😲

I hope the author will move this useful project to GitHub to let more devs to join and fork it πŸ”₯
https://www.codeproject.com/Articles/1191753/A-Full-Featured-Editor-Based-on-the-Richtext-Box-3

.Net, C#, Web Developers

12 Feb, 08:44


​​OFF πŸ˜‚ by Programmer Jokes

.Net, C#, Web Developers

11 Feb, 16:49


Some time ago I had to parse transport-neutral formatted messages (TNEF) in a language, other than C#, in Delphi. There are lots of solutions in C# on the Internet. But not in Delphi. So I've implemented a class library and published the solution on GitHub.

Today I've found another C# project that deals with Microsoft Outlook (MSG) messages. The MSG binary format differs from TNEF. The program reads properties from Outlook MSG files, extracts HTML, and other message parts.

Just check it out and don't forget to πŸ‘
https://github.com/Sicos1977/msgreader

.Net, C#, Web Developers

09 Feb, 15:15


​​Huh, the following article says that you can use new C# features with old .NET frameworks. C# is part of the SDK and compiles to IL, which old runtimes can run, as well.

Just read here to learn more 😲
https://dusted.codes/dotnet-basics

.Net, C#, Web Developers

02 Feb, 16:43


​​Wow, check out an interesting free plotting library for .NET that can interactively display large datasets. There are line plots, bar charts, pie graphs, scatter plots, and more with just a few lines of code πŸ”₯
https://github.com/ScottPlot/ScottPlot

.Net, C#, Web Developers

28 Jan, 12:54


​​OFF πŸ˜† image by @pvergadia

.Net, C#, Web Developers

26 Jan, 12:58


Yet another post about design patterns. If you use the patterns in your code, please check out this big article that might help you to tackle certain problems in certain situations.

😲 I know guys who learned patters one-by-one to quickly apply them when coding. To be honest, I didn't learn design patterns so closely, but used some of them, such as Singleton and Visitor. In fact, they was helped me a lot.

The article covers, I think, the most of possible design patterns and provides good code examples.
The examples are not in C#, but in fact, they allow to catch the main idea of the pattern.

Put πŸ‘ if the article was useful for you.
https://github.com/kamranahmedse/design-patterns-for-humans

.Net, C#, Web Developers

25 Jan, 14:53


Check out this relatively long video that covers some aspects of Web and REST API development, such as the Content Negotiation in ASP.NET Web API, REST and SOAP service response formats, Web API, JSON, and many more.
🧐The guys use the Talend API Tester Chrome extension to show request and response internals and C# example service to demonstrate different service settings.

I think, the video might be used as a Q&A resource in the Web API development πŸ‘Œ
https://youtu.be/AVROtn5QhQY