Contributions

Article
For that purpose, in this article, we will cover two classes StreamWriter and StreamReader.
Article
In this article, we are going to talk about Recursion and Recursive Methods in C#. Furthermore, we will learn how to use recursive methods and how they differ from the regular methods.
Article
The string type represents a character array, and its length is determined by the Length property. All the character positions inside that string are enumerated from 0 to Length-1. C# provides us with many different methods to work with strings and we are going to examine ones that are used most of the time.
Article
In this article, we are going to learn how to solve simple problems by using linear structures. We are going to accept inputs, work with them and print the output to the console window.
Article
In C#, data can be converted from one type to another by using an implicit conversion (automatic) or an explicit conversion (we can choose how it’s done).
Article
In this article, we are going to talk about operators in C#, how to use them and what are the differences between each of them.
Article
In C#, different data types are registered differently. Furthermore, different actions are allowed to be executed upon them as well. For different data types, a certain amount of memory space is reserved on our computer.
Article
n this article, we are going to talk about what IDE is and how we can use Visual Studio to create a new project.
Article
In this article we are going to demonstrate how Continuous Integration with Jenkins and Docker works.
Article
Find out how to replace try-catch blocks in your code with the Global Error Handling by using the custom or built-in middleware in ASP.NET Core.
Article
Find out what Unit testing is and how to write unit tests in ASP.NET Core Web API Project.
Article
In this blog post, we are going to learn how we can implement authentication and authorization in Angular. We are going to see how we can securely transfer the user’s credentials from a browser to a server and vice versa.
Article
Securing a web application is one of the most important to do and usually one of the hardest things to pull off. Let's learn how to do it using JWT.
Article
In this post, we are going to convert an existing Generic Repository Pattern implemented in ASP.NET Core to an asynchronous one.
Article
Let’s imagine that we have a .NET Core Web API project in which we need to generate a PDF report. Even though it shouldn’t suppose to be too hard to do something like that, we could end up in losing too much time if we don’t know how to do it properly.
Article
In this post, we are going to create a new form component for the post actions and modal components to display success and error messages. We are going to reuse them in every parent component that needs those modal components. Furthermore, we are going to create all the input fields from the config file dynamically, since we want to make our code reusable.
Article
Find out what we consider to be the best practices in .NET Core Web API. All the stated is our recommendation based on a development experience.
Article
In part 5 of the React series: React Error Handling, we are going to create error handling reducer and action to handle HTTP errors. The React Series is about the utilization of the free technologies like MySql, .NET Core and React to make a responsive, flexible and robust web application at zero cost.
Article
In this part, we are going to learn a bit about more advanced features of TeamCity. We are also going to write an integration test to make sure our application is communicating with the database every time we build it.
Article
In part 4 of the React series: React Lazy Loading, we are going to use lazy load feature to load components in an async way. The React Series is about the utilization of the free technologies like MySql, .NET Core and React to make a responsive, flexible and robust web application at zero cost.
Article
In this part, we're going to learn why we need CI in our lives, what makes a good CI tool, install TeamCity using Docker and prepare our continuous integration environment. In the end, we are going to run the whole process to see what we have accomplished.
Article
In this post, we are going to explain how to send HTTP requests from React. We can send requests from every component but we are going to do that by centralizing the HTTP logic as some kind of a repository. For this type and size of the project, the centralized solution fits perfectly fine.
Article
In this part, we are going to learn the difference between a Docker registry and a Docker repository and how to persist the changes we made to our images. We’re also going to learn more about Docker Hub and how to make our own local Docker registry.
Article
In part 2 of the React series: Navigation and React Routing, we are going to create a navigation and to make it functional by using routing. The React Series is about the utilization of the free technologies like MySql, .NET Core and React to make a responsive, flexible and robust web application at zero cost.
Article
Mobile devices have changed the software development and consumption ecosystem in the last few years. Usage of mobile devices grows by the year and it's no wonder that we see overcrowded mobile app marketplaces.So, what can a mobile software development company do to improve its chances on the global markets?
Article
In this post, we are going to add a MySQL database as another container and connect it with our application. Since we'll have multiple containers running we are going to take this opportunity to introduce Docker Compose tool which is a tool for defining and running multi-container applications.
Article
So, we’ve had a unique opportunity and a great pleasure to talk to one of the topmost authorities on developer security in the world, both Microsoft Regional Director and MVP for Developer Security, Troy Hunt.
Article
In part 1 of the React series: Creating React Project, we are going to prepare a project and create our first component. The React Series is about the utilization of the free technologies like MySql, .NET Core and React to make a responsive, flexible and robust web application at zero cost.
Article
In this article, we are going to focus on dockerizing our ASP.NET Core application with Dockerfiles, and understanding how Dockerfiles commands work. We are also going to spend some effort in optimizing our images to achieve the best results.
Article
In this part, we talk about the powerful Docker CLI and go through some of the potential use cases and scenarios that Docker is useful for.

Showing the last 30 only...