.NET Core nerede kullanılır?

Cross platform yani yazılımcı diliyle bağımsız platform olan Net Core ; Windows, Macos, Linux işletim sistemlerinde çalışabilir. Bu da yazılımcıların Net Core ile birlikte Macos, Linux veya Android platformlarına uygulamalar yazabildikleri anlamına gelmektedir.

Read more

Can you tell the life cycle of MVC?

To be specific the MVC request goes through various steps of execution and that’s what is termed as MVC application life cycle . Any web application has two main execution steps first understanding the request and depending on the type of the request sending out appropriate response.18 Mar 2014

Read more

What is MVC page?

The Model-View-Controller (MVC) is an architectural pattern that separates an application into three main logical components: the model, the view, and the controller . Each of these components are built to handle specific development aspects of an application.

Read more

MVC hangi Design Pattern?

MVC ( Model View Controller), bir yazılım mimari desendir. Geliştirilen bir uygulamada birbirlerine bağlı 3 parçayı ayıran ve kullanıcı arayüzlerini geliştirmek için hem iOS uygulama geliştirmede hem de diğer yazılım dillerinde sıklıkla kullanılan bir design pattern ‘dir.

Read more