Web
Dynamics
Click on the tag item
Bootstrap
PostgreSQL
SQLite
KISS
Automation Software
JSON
Design Patterns
Jira
MySQL
Dapper
Redis
SQL Server
ADONET
Active Directory
.NET Core
Angular
Agile
MongoDB
C#
Azure
Performance Optimization
ASP.NET
SOLID
CSS3
TeamCity
NPM
Web API
WPF
jQuery
Reverse Engineering
REST
WCF
DRY
TFS
Confluence
Git
Scrum
UI/UX
Responsive Web Design
Grafana
Favorites
History
Tags
Donate
Translate
Statistics
Ads
RU
EN
Books
Articles
Video
News
Developer
Repositories
Portfolio
Application
Messages
Studio
Forum
Site search
Looking for a job
Exact match
articles
books
video
news
notes
title
text
description
author
year
tags
Search results
Found:
441
graphql
(31) •
api
(436)
«
1
2
3
4
5
6
7
8
9
10
...
»
»|
Aug 8, 2024 •
articles
ASP.NET Core integration testing best practices
https://sd.blackball.lv/en/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
Aug 5, 2024 •
articles
The 5 C# PDF libraries every developer mostly use
https://sd.blackball.lv/en/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
Aug 2, 2024 •
articles
Thinking like an Architect
https://sd.blackball.lv/en/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
➤ Ads
Aug 2, 2024 •
articles
The Software Architect: Demystifying 18 Software Architecture patterns
https://sd.blackball.lv/en/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
Aug 1, 2024 •
articles
➤
Clean Architecture
How to structure .NET project with Clean Architecture?
https://sd.blackball.lv/en/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
Jul 30, 2024 •
books
Web API Development for the Absolute Beginner
https://sd.blackball.lv/en/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...
Year: 2023 • Author: Irina Dominte • Pages: 423 • Format: PDF • Size: 11,61 MB
#net7
#webapi
Jul 26, 2024 •
articles
Compatibility of ASP.NET Web Forms and ASP.NET MVC
https://sd.blackball.lv/en/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
Jul 25, 2024 •
articles
➤
.NET 8 Web API CRUD
Authentication and Authorization in .NET 8 Web API
https://sd.blackball.lv/en/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
Jul 22, 2024 •
articles
➤
.NET
C# .NET 8 — Cache service with Distributed Cache
https://sd.blackball.lv/en/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
Jul 22, 2024 •
articles
➤
.NET 8 Web API CRUD
Code First approach in .NET 8 API
https://sd.blackball.lv/en/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
Jul 21, 2024 •
articles
.NET Core vs .NET Framework: Which one is right for your business?
https://sd.blackball.lv/en/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
Jul 21, 2024 •
articles
➤
.NET
.NET Core vs .NET Framework: Key differences, features, and more
https://sd.blackball.lv/en/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
Jul 19, 2024 •
articles
Write integration tests with .NET Aspire
https://sd.blackball.lv/en/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
Jul 18, 2024 •
articles
➤
.NET 8 Web API CRUD
.NET 8 Web API CRUD Operations
https://sd.blackball.lv/en/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
Jul 17, 2024 •
articles
Quickly convert a console app into a single-point web app in C#
https://sd.blackball.lv/en/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
Jul 12, 2024 •
articles
Svelte vs React 2024: Which is better?
https://sd.blackball.lv/en/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
Jul 8, 2024 •
articles
➤
.NET
File upload in ASP.NET Core 6 – detailed guide
https://sd.blackball.lv/en/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
Jul 5, 2024 •
articles
What are large language models (LLMs)?
https://sd.blackball.lv/en/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
Jul 4, 2024 •
articles
Using SVGs in React
https://sd.blackball.lv/en/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
Jun 28, 2024 •
articles
➤
Interview Questions
C# async/await interview questions and answers
https://sd.blackball.lv/en/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
...
»
»|
Share page
If you liked this website and want to support me, you can
Reading now
How to get client IP address and location information in ASP.NET Core
C# .NET 8 — Cache service with Distributed Cache
Security Through Obscurity (STO): History, criticism & risks
GraphQL vs. REST
Using Dependency Injection with HttpClient in C#: A comprehensive guide
Grafana k6 and ASP.NET Core: A practical guide to Load & Stress Testing
Optimizing LINQ queries in C#: tips and best practices
Docker done right: 10 best practices for developers
A Comprehensive guide to HTTP/3 and QUIC
Using Entity Framework Core and Dapper in ASP.NET Core – Safe Transactions
Categories
Design Patterns
Software Engineering Workshop
Donation
➤
Boosty
Donate
to support the project
➤
Donorbox
Donate
GitHub account
Projects
Blackball
Geolocation Assistant
Mail Daemon
Codebase
Amerikas Auto
Transport Certification Center