New in .NET 6, a logging source generator for more high-performance, strongly typed logging! We've updated most of https://t.co/4PmXMQN7SX Core to use the new source generator. #dotnet
وبینار (#دوره_آنلاین) ۲ روزه مفاهیم و پیاده #RESTful#API با استفاده از ASP .NET core 3 و C# 8
در این کارگاه به صورت دقیق این نوع از Web Serviceها را مورد بررسی قرار میدهد تا به درک روشن و شفافی از RESTful API ها دست یابیم.
ثبتنام:
https://t.co/MgwCXybaPF
20 و 21اسفند
#دوسنت
In the #objectOriented (OO) paradigm, a #program consists of interacting objects. An object encapsulates data and algorithms. Data defines the state of an object. #Algorithms define the behavior of an#object. An object communicates with other objects by sending messages to them.
It is much more than just creating and using objects in your program. Abstraction, encapsulation,
polymorphism, and inheritance are some of the important features of the object-oriented paradigm.
Unlike the #imperative paradigm, the#logic #paradigm focuses on the “#what” part of the problem rather than how to solve it. All you need to specify is what needs to be solved. The #program will figure out the #algorithm to solve it.