May 20, 2022Using Charts in AngularHi everyone, Example is echarts on the angular.we are use apache echarts for this process. These charts will add functionality and visuality to our project. Firstly import Apache echart for our Project. Enter to the following url for this process. https://www.jsdelivr.com/package/npm/echarts We are necessary npm package install our Project. …Angular1 min readAngular1 min read
May 9, 2022Creating a routing structure in AngularHi everyone, We are Look at the angular rooting for today, let’s start writing our Project.Firstly create a new Project. It offers us to create a routing structure. In this part, we write Y and click enter. it asks us which css we want to install. …Angular3 min readAngular3 min read
May 5, 2022Simple RESTfull API with .NET COREHi everyone, Let’s let’s write a simple RESTfull API.Firstly create a new Project but that’s Project must be Asp.Net Core Web API. Now, create a new controller that’s Project. But what is this Controller? Let’s take a look at Controller. “Web Api controller is similar to controllers in Mvc projects due to its structure. The Web Api controller receives incoming HTTP requests and returns a response to the client.”Programming Languages2 min readProgramming Languages2 min read
Apr 29, 2022Main features of abstract classesHi Everyone, Let’s look at the importance and properties of abstract classes today. Abstract classes are important in reducing code repetition and writing code that conforms to the clean code structure. Abstracts classes must use to implement in all of method to classes. For example: Abstract classes are used as…Abstract2 min readAbstract2 min read
Apr 28, 2022Briefly The Importance Of InterfacesHi Everyone, Let’s examine to interfaces Today. Now let’s examine the importance and necessity of interfaces together. Interfaces contain methods that must be included in classes that derive from them. So we use to be inherit interface implement to classes. Interfaces usually begin to “I” for example: ” IUserService ”…Net Core2 min readNet Core2 min read
Apr 27, 2022Doing Web Bot Using WEBBOT Library At PythonHi Everyone, Today, We do webbot using Web Bot library. That’s bot, doing connection to url after doing login. Firstly add imports in our project. We define variables for our project after add imports.Python Programming2 min readPython Programming2 min read
Apr 26, 2022Get text need in html with .NET CoreHi Everyone, Today I’m going to tell you how you can pull texts in html. Firstly click on Create A New Project. After choosing Asp.Net Core Web API . Next -> Next. Now Opened our Project.C Sharp Programming2 min readC Sharp Programming2 min read