Web
Dynamics
Нажми на тег
KISS
Azure
WPF
.NET Framework
WCF
Entity Framework
LINQ
Grafana
DRY
RabbitMQ
Blazor
REST
Design Patterns
MySQL
CSS3
Windows Server
VB.NET
MongoDB
HTML5
ASP.NET
ORM
YAGNI
MariaDB
Git
Agile
SignalR
SQL Server
Bootstrap
Windows Forms
Kanban
Redis
Active Directory
Jira
TeamCity
Responsive Web Design
SQLite
Angular
UI/UX
Reverse Engineering
Progressive Web Apps
Избранное
История
Теги
Поддержка
Translate
Статистика
Реклама
RU
EN
Книги
Статьи
Видео
Новости
О разработчике
CMS
Репозитории
Портфолио
Заявка
Сообщения
Студия
Форум
Поиск по сайту
В поисках работы
точное совпадение
статьи
книги
видео
новости
заметки
название
текст
описание
автор
год
теги
Результаты поиска
Найдено:
441
graphql
(31) •
api
(436)
«
1
2
3
4
5
6
7
8
9
10
...
»
»|
8 августа 2024 г. •
статьи
ASP.NET Core integration testing best practices
https://sd.blackball.lv/articles/read/19777-aspnet-core-integration-testing-best-practices
Integration testing is a type of software testing essential for validating the interactions between different components of an application, ensuring they work together as expected. The main goal of integration testing is to identify any issues that may arise when these components interact with each other. What are these components? For example:...
#aspnetcore
#testing
#integration testing
#bestpractices
5 августа 2024 г. •
статьи
The 5 C# PDF libraries every developer mostly use
https://sd.blackball.lv/articles/read/19660-the-5-csharp-pdf-libraries-every-developer-mostly-use
C# is a powerful programming language, widely used for software development across various domains. One crucial aspect of application development is dealing with PDFs, whether it's generating PDFs, extracting information from existing PDF documents, or manipulating PDF files. In this article, we'll explore five C# PDF generating libraries that every developer...
#csharp
#pdf
#libraries
#comparison
2 августа 2024 г. •
статьи
Thinking like an Architect
https://sd.blackball.lv/articles/read/19763-thinking-like-an-architect
Key takeaways Architects aren't the smartest people on the team, they are the ones making everyone else smarter. An architect is an IQ amplifier. Riding the architect elevator means connecting the penthouse with the engine room. The value of a modern architect is measured...
#architecture
#software architect
➤ Реклама
2 августа 2024 г. •
статьи
The Software Architect: Demystifying 18 Software Architecture patterns
https://sd.blackball.lv/articles/read/19740-the-software-architect-demystifying-18-software-architecture-patterns
In-depth overview of 18 essential Software Architecture design patterns. Table of contents What is Software Architecture? Why do we need software architecture? Software Architecture vs Software Design How to document architecture? 4C model 18 Software Architecture...
#software architecture
#designpatterns
#overview
1 августа 2024 г. •
статьи
➤
Clean Architecture
How to structure .NET project with Clean Architecture?
https://sd.blackball.lv/articles/read/19659-how-to-structure-net-project-with-clean-architecture
Clean Architecture in practice. Clean Architecture is a popular approach to building software applications. A Clean Architecture defines clear boundaries between different application layers, resulting in improved maintainability. In addition, Clean Architecture approach aims to keep the business logic independent of any specific external frameworks or libraries, making it easier to migrate to...
#dotnet
#software architecture
#clean architecture
30 июля 2024 г. •
книги
Web API Development for the Absolute Beginner
https://sd.blackball.lv/books/19732-web-api-development-for-the-absolute-beginner-2023
If you are a developer who wants to learn the basic skills of web and application programming interfaces (APIs) with .NET, this book is your complete introduction. The book takes a learn-by-experience approach. You will hit the ground running with a sample project that has everything you need to be...
Год: 2023 • Автор: Irina Dominte • Страниц: 423 • Формат: PDF • Размер: 11,61 MB
#net7
#webapi
26 июля 2024 г. •
статьи
Compatibility of ASP.NET Web Forms and ASP.NET MVC
https://sd.blackball.lv/articles/read/19689-compatibility-of-aspnet-webforms-and-aspnet-mvc
As the pool of technology supporting Web Forms continues to shrink, you want to know if it’s a good idea to modernize your application by integrating ASP.NET Web Forms and ASP.NET MVC. Judging from our vast experience with clients making the same move, it is worth it. Done right, you can...
#aspnet
#webforms
#mvc
#compatibility
#migration
#legacy
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
«
1
2
3
4
5
6
7
8
9
10
...
»
»|
Поделиться ссылкой
Если вам понравился этот сайт и вы хотите меня поддержать, вы можете
Читают сейчас
Переход от монолита к микросервисам: история и практика
Правило 3-х часов: сколько нужно работать в день
Чем же занимаются программисты, и как объяснить это остальным?
9 главных трендов в разработке фронтенда в 2024 году
Нужен ли вам Agile? Новая модель применимости всё объясняет
Что такое ERP система
Рассуждение на тему, какую базу данных выбирать
30 вопросов на собеседовании фронтенд разработчика
Сравнение REST и GraphQL
Что такое микросервисная архитектура и когда ее применять
Категории
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