Web
Dynamics
Click on the tag item
LINQ
.NET Framework
Scrum
Jira
Elasticsearch
Automation Software
Kanban
TFS
Windows Server
JavaScript
React
jQuery
WPF
KISS
UI/UX
MongoDB
TypeScript
ORM
SignalR
ADONET
Azure
PHP
Reverse Engineering
REST
SQLite
JSON
Bootstrap
Angular
GraphQL
MariaDB
Blazor
Dapper
Confluence
Grafana
IIS
Git
Agile
PostgreSQL
WCF
VB.NET
Tags
Donate
Translate
Statistics
Ads
Books
Articles
Video
News
Repositories
Portfolio
Application
Messages
RU
EN
Site search
Exact match
articles
books
video
news
notes
title
text
description
author
year
tags
Search results
Found:
400
«
1
2
3
4
5
6
7
8
9
10
...
»
»|
Aug 1 •
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 •
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 29 •
articles
Understanding OData: Building RESTful APIs with .NET
https://sd.blackball.lv/en/articles/read/19657-understanding-odata-building-restful-apis-with-dotnet
Introduction Open Data Protocol (OData) is a standard protocol for building and consuming RESTful APIs. It extends traditional REST-based data access techniques by providing a uniform way to expose, structure, and manipulate data. Originally developed by Microsoft, OData is widely adopted because it standardizes queries and interoperability between different systems and...
#net8
#csharp
#restful
#api
#odata
➤ Ads
Jul 26 •
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 •
articles
➤
Libraries for developers
Top recommended tools & libraries for .NET software development
https://sd.blackball.lv/en/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
Jul 25 •
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 •
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 •
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 •
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 •
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 •
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 •
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 •
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 •
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 •
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 •
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 •
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 •
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
Jun 27 •
articles
Caching strategies in .NET Core
https://sd.blackball.lv/en/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
Jun 24 •
articles
Monitoring and load testing ASP.NET Core application
https://sd.blackball.lv/en/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
«
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
Let’s talk about salary
File upload in ASP.NET Core 6 – detailed guide
How to run ASP.NET Core & SQL Server from Docker
What is the best frontend option for .Net backend?
C# .NET 8 — Cache service with Distributed Cache
Exploring generating PDF files from HTML in ASP.NET Core
SQL Server performance monitor data: Introduction and usage
How to convert a SQL query into C# LINQ
Compatibility of ASP.NET Web Forms and ASP.NET MVC
.NET Core — The simple step-by-step guide to creating and using a Generic Repository
Categories
Design Patterns
Software Engineering Workshop
Donation
➤
Boosty
Donate
to support the project
➤
Donorbox
Donate
GitHub account
Projects
Blackball
Geolocation Assistant
Codebase
Amerikas Auto
Transport Certification Center