Web
Dynamics
Нажми на тег
Grafana
WPF
Progressive Web Apps
React
Windows Forms
SQL Server
WCF
VB.NET
MySQL
GraphQL
.NET Framework
PowerShell
CSS3
Jira
ADONET
LINQ
YAGNI
TFS
ORM
MariaDB
KISS
Windows Server
UI/UX
jQuery
Entity Framework
Active Directory
.NET Core
IIS
SOLID
Kanban
Git
SQLite
PHP
REST
Performance Optimization
TypeScript
MongoDB
Elasticsearch
Redis
ASP.NET
Избранное
История
Теги
Поддержка
Translate
Статистика
Реклама
RU
EN
Книги
Статьи
Видео
Новости
О разработчике
CMS
Репозитории
Портфолио
Заявка
Сообщения
Студия
Форум
Поиск по сайту
В поисках работы
точное совпадение
статьи
книги
видео
новости
заметки
название
текст
описание
автор
год
теги
Результаты поиска
Найдено:
436
«
1
2
3
4
5
6
7
8
9
10
...
»
»|
25 июля 2024 г. •
статьи
➤
Libraries for developers
Top recommended tools & libraries for .NET software development
https://sd.blackball.lv/articles/read/19757-top-recommended-tools-and-libraries-for-dotnet-software-development
Table of contents API design style gRPC GraphQL REST Database ...
#dotnet
#tools
#libraries
#overview
25 июля 2024 г. •
статьи
➤
.NET 8 Web API CRUD
Authentication and Authorization in .NET 8 Web API
https://sd.blackball.lv/articles/read/19656-authentication-and-authorization-in-net-8-web-api
Introduction In this article, we are going to discuss How to implement Authentication and Authorization in .NET 8 Web API. This is a continuation of.Net 8 series, so if you are new, Please have a look at my previous articles. Authentication and Authorization represent fundamentally different functions. In this article, we compare...
#net8
#webapi
#authentication
#jwt
22 июля 2024 г. •
статьи
➤
.NET
C# .NET 8 — Cache service with Distributed Cache
https://sd.blackball.lv/articles/read/19752-csharp-net-8-cache-service-with-distributed-cache
Introduction One common way to speed up our applications is by introducing a cache. Typically, the first option that comes to mind is using a MemoryCache (RAM) to save some data in order to speed up retrieval. This approach works well for monolithic applications. However, in the case of microservice solutions where...
#dotnet
#net8
#cache
#distributed cache
#redis
➤ Реклама
22 июля 2024 г. •
статьи
➤
.NET 8 Web API CRUD
Code First approach in .NET 8 API
https://sd.blackball.lv/articles/read/19655-ef-code-first-approach-in-net-8-api
Introduction In this article, we are going to discuss What Entity Framework is and How we can implement it in the .Net 8 project. This is a continuation of part 1, so if you are new to this article, please check my part 1 before proceeding. In this article, we are...
#net8
#webapi
#entityframeworkcore
#orm
21 июля 2024 г. •
статьи
.NET Core vs .NET Framework: Which one is right for your business?
https://sd.blackball.lv/articles/read/19749-net-core-vs-net-framework-which-one-is-right-for-your-business
Choosing between .NET Core and .NET Framework is a crucial decision for your business. Your choice between them can significantly impact the smoothness of your software projects and the success of your business. Both of these platforms have their own strengths and weaknesses. In this article, we explore the differences between .NET...
#netframework
#netcore
#comparison
#analytics
#guide
21 июля 2024 г. •
статьи
➤
.NET
.NET Core vs .NET Framework: Key differences, features, and more
https://sd.blackball.lv/articles/read/19746-net-core-vs-net-framework-key-differences-features-and-more
Jul 14, 2023 Some time ago, many professionals forecasted that .NET Core would be the upcoming successful thing, which would give an opportunity to developers for a large number of ideas/options in application development. Wherein, developers with good skills have a massive demand in this profession! So let us learn more...
#netframework
#netcore
#comparison
19 июля 2024 г. •
статьи
Write integration tests with .NET Aspire
https://sd.blackball.lv/articles/read/19745-write-integration-tests-with-net-aspire
Microsoft has recently introduced .NET Aspire, an opinionated stack for building resilient, observable, and configurable cloud-native applications with .NET 8+. Delivered through a collection of NuGet packages, .NET Aspire addresses specific cloud-native concerns, catering to the intricacies of modern, cloud-centric development. More detailed information can be found here and here. Given that...
#dotnet
#netaspire
#integration testing
18 июля 2024 г. •
статьи
➤
.NET 8 Web API CRUD
.NET 8 Web API CRUD Operations
https://sd.blackball.lv/articles/read/19654-net-8-web-api-crud-operations
Introduction Creating a CRUD (Create, Read, Update, Delete) API in .NET 8 with an In-memory collection is a common scenario in web development. In this article, we’ll walk through building a complete .NET 8 Web API with a real-world use case. Prerequisites Visual Studio or Visual Studio Code (with .NET 8 SDK installed). What...
#net8
#aspnetcore
#restapi
#webapi
#crud
17 июля 2024 г. •
статьи
Quickly convert a console app into a single-point web app in C#
https://sd.blackball.lv/articles/read/19743-quickly-convert-a-console-app-into-a-single-point-web-app-in-csharp
I found myself in need of quickly converting my C# console application into a web application, primarily, I was asked to expose our console app’s logic through an API with very little time to manage it. This article will cover on how I eventually exposed our console app on port 5005...
#netcore
#consoleapp
#generichost
#docker
#features
12 июля 2024 г. •
статьи
Svelte vs React 2024: Which is better?
https://sd.blackball.lv/articles/read/19669-svelte-vs-react-2024-which-is-better
Choosing between React and Svelte Over the past few years, there has been a constant explosion of new JavaScript libraries and frameworks - all promising to solve the complexities of building fast and efficient user interfaces (UIs) while maintaining a relatively smaller package size and improving performance. The constant emergence of new...
#frontend
#react
#svelte
#comparison
8 июля 2024 г. •
статьи
➤
.NET
File upload in ASP.NET Core 6 – detailed guide
https://sd.blackball.lv/articles/read/19650-file-upload-in-aspnet-core-6-detailed-guide
In this article, let’s learn about how to perform file upload in ASP.NET Core 6. The file for upload can be of any format like image (jpg, BMP, gif, etc), text file, XML file, CSV file, PDF file, etc. We will learn how to design a web page that allows...
#net6
#aspnetcore
#fileupload
#guide
5 июля 2024 г. •
статьи
What are large language models (LLMs)?
https://sd.blackball.lv/articles/read/19665-what-are-large-language-models-llms
A large language model is a type of artificial intelligence algorithm that uses deep learning techniques and massively large data sets to understand, summarize, generate and predict new content. The term generative AI also is closely connected with LLMs, which are, in fact, a type of generative AI that has...
#large language model
#llm
4 июля 2024 г. •
статьи
Using SVGs in React
https://sd.blackball.lv/articles/read/19648-using-svgs-in-react
Introduction In the world of making websites look good, pictures, especially images, are super important. They make up a big part (60%!) of what you see online, making websites more interesting and helping to share information. Among the many tools that developers use, React SVG stands out. It's like a superhero...
#frontend
#svg
#react
#guide
28 июня 2024 г. •
статьи
➤
Interview Questions
C# async/await interview questions and answers
https://sd.blackball.lv/articles/read/19663-csharp-async-await-interview-questions-and-answers
Are you preparing for an interview that will involve C# asynchronous programming? You’ve come to the right place! This comprehensive article covers a wide range of C# async-await interview questions that will test your understanding of the async-await pattern, along with solutions and examples to help you sharpen your skills. From...
#csharp
#asynchronous
#interview
27 июня 2024 г. •
статьи
Caching strategies in .NET Core
https://sd.blackball.lv/articles/read/19640-caching-strategies-in-net-core
Introduction Caching is a technique used to store frequently accessed data in a fast-access storage layer to improve application performance and reduce the load on backend systems. By serving data from the cache, we can avoid expensive database queries or API calls, resulting in faster response times and improved scalability. Problem statement Consider...
#dotnet
#csharp
#caching
#performance
#tips
#tricks
#guide
24 июня 2024 г. •
статьи
Monitoring and load testing ASP.NET Core application
https://sd.blackball.lv/articles/read/19636-monitoring-and-load-testing-aspnet-core-application
As a developer working on your current project, can you answer the following question: can your system at current state handle a new client with x1000 client compared to your existing user base? Will you know that running in production system has performance issues? In this post I’ll describe how you...
#aspnetcore
#testing
#loadtesting
#monitoring
#performance
20 июня 2024 г. •
статьи
ORM wars: Dapper vs EF Core
https://sd.blackball.lv/articles/read/19633-orm-wars-dapper-vs-ef-core
Dapper and EF Core are popular .NET libraries for data access and management. Both have strengths and weaknesses, and the choice will depend on the project's specific requirements. In this article, we'll compare Dapper and EF Core in terms of their architecture, performance, and features. Architecture Dapper is a simple and lightweight...
#database
#orm
#dapper
#entity framework core
#comparison
18 июня 2024 г. •
книги
Netty in Action
https://sd.blackball.lv/books/19718-netty-in-action-2016
Netty in Action introduces the Netty framework and shows you how to incorporate it into your Java network applications. You'll learn to write highly scalable applications without the need to dive into the low-level non-blocking APIs at the core of Java. About the Technology Netty is a Java-based networking framework that manages...
Год: 2016 • Автор: Norman Maurer, Marvin Allen Wolfthal • Страниц: 298 • Формат: PDF • Размер: 5,34 MB
#java
#framework
#netty
14 июня 2024 г. •
статьи
➤
Hexagon (Ports and Adapters) Architecture
Hexagonal Architecture - What is it? Why should you use it?
https://sd.blackball.lv/articles/read/19658-hexagonal-architecture-what-is-it-why-should-you-use-it
In this article, you will learn: What is hexagonal architecture (or “ports & adapters” as this architecture is officially called)? What are the advantages of hexagonal architecture over classical layered architecture? What distinguishes hexagonal architecture from “clean architecture” and “onion architecture”? ...
#software architecture
#hexagonal architecture
14 июня 2024 г. •
статьи
Async and Await in JavaScript: A comprehensive guide
https://sd.blackball.lv/articles/read/19717-async-and-await-in-javascript-a-comprehensive-guide
Introduction to Async and Await In the world of JavaScript, asynchronous programming is a key concept for performing tasks that take some time to complete, like fetching data from an API or reading a file from the disk. It helps us avoid blocking the main thread, keeping our applications snappy and...
#frontend
#javascript
#asynchronous
#guide
«
1
2
3
4
5
6
7
8
9
10
...
»
»|
Поделиться ссылкой
Если вам понравился этот сайт и вы хотите меня поддержать, вы можете
Читают сейчас
Вопросы с собеседований, которые означают не то, что вы думаете
Как получить информацию об объекте в C#
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник
Зачем нужен MediatR?
Почему программисты ошибаются в оценке сроков?
5 правил работы с суммами
Топ 20 ботов которые постоянно сканируют ваши сайты. Не все из них одинаково полезны
Бредовая работа
Семь итераций наивности или как я полтора года свою дебютную игру писал
Какого черта мы нанимаем, или осмысленность собеседований в IT
Категории
Design Patterns
Software Engineering Workshop
Поддержка
➤
Boosty
Donate
to support the project
➤
Donorbox
Поддержать
GitHub account
Проекты
Blackball
Geolocation Assistant
Mail Daemon
Codebase
Amerikas Auto
Transport Certification Center