<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Programlama Archives - Morten</title>
	<atom:link href="https://www.morten.com.tr/en/category/egitimler/programlama/feed/" rel="self" type="application/rss+xml" />
	<link>https://morten.com.tr/en/category/egitimler/programlama/</link>
	<description></description>
	<lastBuildDate>Mon, 09 Mar 2026 08:13:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updateperiod>
	hourly	</sy:updateperiod>
	<sy:updatefrequency>
	1	</sy:updatefrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.morten.com.tr/wp-content/uploads/2024/12/cropped-Morten-Logo-Bordo-Kopya-2-32x32.png</url>
	<title>Programlama Archives - Morten</title>
	<link>https://morten.com.tr/en/category/egitimler/programlama/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>AspNet Core MVC ile Web Programlama Eğitimi</title>
		<link>https://www.morten.com.tr/en/aspnet-core-mvc-ile-web-programlama-egitimi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=aspnet-core-mvc-ile-web-programlama-egitimi</link>
		
		<dc:creator><![CDATA[Eyüp Önder]]></dc:creator>
		<pubDate>Tue, 17 Jun 2025 11:27:31 +0000</pubDate>
				<category><![CDATA[Eğitimler]]></category>
		<category><![CDATA[Programlama]]></category>
		<guid ispermalink="false">https://morten.com.tr/?p=996925</guid>

					<description><![CDATA[<p>PDF İndir AspNet Core MVC ile Web Programlama Eğitim Hakkında Bu eğitim, modern web uygulamalarının ASP.NET Core MVC çatısı altında nasıl geliştirileceğini öğrenmek isteyen yazılım geliştiricilere yöneliktir. Katılımcılar, Model-View-Controller (MVC) mimarisi, Entity Framework Core ile veri erişimi, kimlik doğrulama ve yetkilendirme (ASP.NET Identity), Razor syntax ile dinamik HTML üretimi, API geliştirme, JavaScript ile dinamik işlemler...</p>
<p>The post <a href="https://www.morten.com.tr/en/aspnet-core-mvc-ile-web-programlama-egitimi/">AspNet Core MVC ile Web Programlama Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="996925" class="elementor elementor-996925" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-46e4bd1 e-flex e-con-boxed e-con e-parent" data-id="46e4bd1" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="vamtam-has-theme-widget-styles elementor-element elementor-element-0b68426 elementor-align-right elementor-widget elementor-widget-button" data-id="0b68426" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/wp-content/uploads/2025/06/AspNet-Core-MVC-ile-Web-Programlama-Egitimi.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download PDF</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-caa1c29 elementor-widget elementor-widget-text-editor" data-id="caa1c29" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><b>Web Programming with AspNet Core MVC</b></p><p><strong>About Education</strong></p><p class="translation-block">This course is aimed at software developers who want to learn how to develop modern web applications under the <strong>ASP.NET Core MVC</strong> framework. Participants gain in-depth knowledge of Model-View-Controller (MVC) architecture, data access with Entity Framework Core, authentication and authorization (ASP.NET Identity), dynamic HTML generation with Razor syntax, API development, dynamic operations with JavaScript, and different layers of web applications. At the end of this application-focused course, participants will be equipped to develop .NET-based web solutions at the enterprise level.</p><p><strong>Prerequisites</strong></p><ul><li>Basic knowledge of C#</li><li>HTML, CSS and basic JavaScript knowledge</li><li>Have basic knowledge of database structures and SQL</li><li> </li></ul><p><strong>Duration of Training</strong></p><p><strong>Toplam Süre:</strong> 5 Gün (Günde 6 saat)<br /><strong>Toplam Eğitim Saati:</strong> 30 saat<br /><strong>Eğitim Formatı:</strong> Uygulamalı ve interaktif yüz yüze /online ortam</p><p><strong>Who Should Participate?</strong></p><ul><li>Software developers who want to enter the field of web development</li><li>Those who want to develop enterprise applications using .NET technologies</li><li>Developers who want to transition from frameworks such as NET Web Forms, PHP, and Java</li><li>Software engineering or computer engineering students</li><li>All software developers who want to work on the .NET platform as full-stack developers</li></ul><p><strong>Educational Content</strong></p><ol><li><strong> Application Development with MVC Architecture</strong></li></ol><ul><li>What is the MVC Pattern?</li><li>Creating Controller, View and Model</li><li>Controller Methods and View Transitions</li><li>Search Feature, Add New Field and Validation</li><li>Details and Deletion Operations</li></ul><ol start="2"><li><strong> Data Access with Entity Framework Core (EF Core)</strong></li></ol><ul><li>Introduction to EF Core and Package Installation</li><li>Creating Entity and DbContext</li><li>Updating the Database with Migrations</li><li>Integrated Use with MVC</li><li>SQL Server Type Mapper and Transaction Management</li></ul><ol start="3"><li><strong> Authentication and Authorisation with ASP.NET Identity</strong></li></ol><ul><li>Authentication</li><li>Individual User Accounts and Roles</li><li>2 Factor Authentication</li><li>Authorisation</li></ul><ol start="4"><li><strong> Request Processing with Controller</strong></li></ol><ul><li>Routing and Model Binding</li><li>Model Validation</li><li>File Upload Processes</li><li>Dependency Injection Kullanımı</li><li>Controller Tests</li></ul><ol start="5"><li><strong> HTML Generation with Razor</strong></li></ol><ul><li>Razor View Syntax and Compilation</li><li>Layouts, HTML, and Tag Helpers</li><li>Partial Views</li><li>Using DI (Dependency Injection) in View</li></ul><ol start="6"><li><strong> Dynamic Interaction with JavaScript</strong></li></ol><ul><li>Using JavaScript and jQuery</li><li>Data Exchange with AJAX</li><li>Partial Update Scenarios</li></ul><ol start="7"><li><strong> ASP.NET Core Fundamentals</strong></li></ol><ul><li>Application Startup and Middleware Structure</li><li>Static Files, Routing, URL Rewrite</li><li>Error Handling</li><li>Real-Time Data with SignalR</li><li>Globalization &amp; Localization</li><li>Configuration, Logging, Environment Management</li><li>Session and Application State Management</li></ul><ol start="8"><li><strong> Web API Development</strong></li></ol><ul><li>Developing RESTful APIs with API Controller</li><li>Minimal API Usage</li><li>HTML and JSON Formats</li><li>Security Layers and Client Application Communication</li></ul><ol start="9"><li><strong> ASP.NET Core Server Technologies</strong></li></ol><ul><li>Kestrel, ASP.NET Core Module, WebListener</li><li>OWIN ve Request Features</li><li>ASP.NET vs ASP.NET Core Comparison</li></ul><p><strong>What You Will Gain at the End of Training</strong></p><ul><li>Developing modern web applications with the NET Core MVC architecture</li><li>Managing database operations with Entity Framework Core</li><li>Identity verification, authorisation and user management</li><li>Building service-based architectures by developing Web APIs</li><li>Creating dynamic user interfaces with MVC + Razor + JavaScript</li><li>Learn about the NET Core infrastructure, middleware structure, and hosting options.</li></ul>								</div>
				</div>
					</div>
				</div>
				</div><p>The post <a href="https://www.morten.com.tr/en/aspnet-core-mvc-ile-web-programlama-egitimi/">AspNet Core MVC ile Web Programlama Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Temel Python Eğitimi</title>
		<link>https://www.morten.com.tr/en/temel-python-egitimi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=temel-python-egitimi</link>
		
		<dc:creator><![CDATA[Eyüp Önder]]></dc:creator>
		<pubDate>Tue, 17 Jun 2025 11:14:23 +0000</pubDate>
				<category><![CDATA[Eğitimler]]></category>
		<category><![CDATA[Programlama]]></category>
		<guid ispermalink="false">https://morten.com.tr/?p=996894</guid>

					<description><![CDATA[<p>PDF İndir Temel Python Eğitimi Eğitim Hakkında Temel Python Eğitimi, programlamaya giriş yapmak isteyen katılımcılar için Python dili üzerinden sistematik ve uygulamalı bir başlangıç sunar. Eğitim, yazılım mantığını öğrenmek isteyen yeni başlayanlardan, veri analizi, yapay zekâ ve otomasyon projelerinde Python’a ihtiyaç duyan teknik profesyonellere kadar geniş bir katılımcı kitlesine hitap eder. Katılımcılar; değişkenler, veri tipleri,...</p>
<p>The post <a href="https://www.morten.com.tr/en/temel-python-egitimi/">Temel Python Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="996894" class="elementor elementor-996894" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-46e4bd1 e-flex e-con-boxed e-con e-parent" data-id="46e4bd1" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="vamtam-has-theme-widget-styles elementor-element elementor-element-0b68426 elementor-align-right elementor-widget elementor-widget-button" data-id="0b68426" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/wp-content/uploads/2025/06/Temel-Python-Egitimi.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download PDF</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-caa1c29 elementor-widget elementor-widget-text-editor" data-id="caa1c29" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2>Basic Python Training</h2>
<p><strong>About Education</strong></p>
<p><strong>Basic Python Training</strong>, programlamaya giriş yapmak isteyen katılımcılar için Python dili üzerinden sistematik ve uygulamalı bir başlangıç sunar. Eğitim, yazılım mantığını öğrenmek isteyen yeni başlayanlardan, veri analizi, yapay zekâ ve otomasyon projelerinde Python’a ihtiyaç duyan teknik profesyonellere kadar geniş bir katılımcı kitlesine hitap eder.</p>
<p>Katılımcılar; değişkenler, veri tipleri, kontrol yapıları, fonksiyonlar, nesne yönelimli programlama, dosya işlemleri ve veritabanı bağlantısı gibi konuları adım adım öğrenecek, eğitim sonunda orta seviye Python projelerini tek başına geliştirebilecek bilgi ve yetkinliğe ulaşacaktır.</p>
<p><strong>Prerequisites</strong></p>
<ul>
<li>Programlama bilgisi</li>
<li>Temel bilgisayar kullanımı ve algoritma mantığına ilgi duymak yeterlidir.</li>
<li>Kodlama disiplinine açık olmak ve düzenli pratik yapmak öğrenme sürecini hızlandırır.</li>
</ul>
<p><strong>Duration of Training</strong></p>
<p><strong>Toplam Süre:</strong> 5 Gün (Günde 6 saat)<br><strong>Toplam Eğitim Saati:</strong> 30 saat<br><strong>Eğitim Formatı:</strong> Uygulamalı ve interaktif yüz yüze /online ortam</p>
<p><strong>Who Should Participate?</strong></p>
<ul>
<li>Programlama dünyasına giriş yapmak isteyen herkes</li>
<li>Yazılım geliştirme temellerini Python üzerinden öğrenmek isteyen öğrenciler</li>
<li>Veri bilimi, yapay zekâ ve makine öğrenmesi gibi alanlara yönelmek isteyenler</li>
<li>Test, otomasyon, veritabanı işlemleri gibi alanlarda Python kullanmak isteyen teknik personel</li>
<li>Python diline ihtiyaç duyan tüm mühendislik, istatistik veya iş analitiği profesyonelleri</li>
</ul>
<p><strong>Educational Content</strong></p>
<ul>
<li><strong>Python Giriş</strong>
<ul>
<li>Python programlama dilini tanıma</li>
<li>Python ve IDE Kurulumu</li>
<li>Output işlemleri</li>
</ul>
</li>
<li><strong>Data Types &#8211; Veri Türleri ve Bilgisayarın Çalışma Mantığı</strong>
<ul>
<li>NoneType ve Numeric (Sayısal) Veri Tipleri</li>
<li>Dizi Halindeki Veri Tipleri</li>
<li>Listeler (List)</li>
<li>Demetler (Tuple)</li>
<li>Setler (Set)</li>
<li>Sözlükler (Dictionary)</li>
</ul>
</li>
<li><strong>Operators &#8211; Operatörler</strong>
<ul>
<li>Arithmetic Operators (Aritmetik Operatörler)</li>
<li>Assignment Operators (Atama operatörleri)</li>
<li>Comparison Operators (Karşılaştırma operatörleri)</li>
<li>Logical Operators (Mantıksal operatörler)</li>
<li>Operatörlerde KISA DEVRE (Associativity (Birleşme Özelliği))</li>
<li>Unary Operators (Tek terimli operatör)</li>
<li>Identity Operators (Benzerlik Operatörleri)</li>
<li>Bitwise Operators (Bitsel operatörler)</li>
<li>Membership Operators (Üyelik Operatörleri)</li>
<li>Ternary Conditional Operators &#8211; Üçlü Karşılaştırma Operatörleri</li>
<li>Number System Conversion (Sayı Sistemi Dönüşümü)</li>
</ul>
</li>
<li><strong>Math Modülü – Veri Alma işlemleri &#8211; DEBUG</strong>
<ul>
<li>Math modülü incelemesi</li>
<li>Input işlemleri</li>
<li>Hata ayıklama</li>
</ul>
</li>
<li><strong>Flow Control &#8211; Akış Kontrolü</strong>
<ul>
<li>If Clauses &#8211; If deyimi</li>
<li>Nested If Clauses – İç içe If deyimi</li>
<li>For Loop &#8211; For döngüsü</li>
<li>While Loop – While döngüsü</li>
<li>Break, Continue, Pass Statements &#8211; Break, Continue, Pass İfadeleri</li>
<li>Range Function &#8211; Range İfadesi</li>
<li>ASCII T</li>
</ul>
</li>
<li><strong>Functions &#8211; Fonksiyonlar</strong>
<ul>
<li>Fonksiyonlara Giriş</li>
<li>Dönüş değeri olmayan parametresiz (argümansız) fonksiyonlar</li>
<li>Dönüş değeri olmayan parametreli (argümanlı) fonksiyonlar</li>
<li>Dönüş değeri olan parametresiz (argümansız) fonksiyonlar</li>
<li>Dönüş değeri olan parametreli (argümanlı fonksiyonlar</li>
<li>Birden fazla dönüş değeri olan fonksiyonlar ve paketten çıkarma işlemi</li>
<li>Pass by value (değer geçişi) &#8211; Pass by reference (adres geçişi)</li>
<li>Types of Arguments (Argümanların tipleri)</li>
<li>Variable-Length Arguments (Sınırsız sayıda değer alma işlemleri)</li>
<li>Local Variable (Yerel değişken) vs Global Variable (Global değişken)</li>
<li>Recursive ve Iterative Fonksiyonlar</li>
<li>Lambda Anonymous Function (İsmi olmayan fonksiyon)</li>
<li>Özel Fonksiyonlar (map, filter, reduce, zip, enumerate, all, any fonksiyonu)</li>
<li>Decorators (Dekoratörler diğer bir adıyla Süsleyiciler)</li>
</ul>
</li>
<li><strong>Modules &#8211; Modüller</strong>
<ul>
<li>Modüllerle Çalışma</li>
<li>Kendi modülümüzü oluşturma ve kullanma</li>
<li>Special Variable (Özel değişken) olan&nbsp;<strong>name</strong>değişkeninin işlevi</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Object Oriented Programming – Nesneye Yönelik Programlama</strong>
<ul>
<li>Built-in Types (Tanımlı Tipler) (Python&#8217;da varsayılan veri tipleri)</li>
<li>Fonksiyon objeleriyle çalışma</li>
<li>Kendi class&#8217;ımızı (sınıfımızı &#8211; veri tipimizi) oluşturma</li>
<li>Special Variables ve Special Methods (Özel değişkenler ve metotlar)</li>
<li>Class kullanılarak oluşturulan objelerin özelliklerinin özelleştiri</li>
<li>Objelerin bilgilerinin güncellenmesi ve karşılaştırılması</li>
<li>Instance vs Class (Static) Variables</li>
<li>Instance vs Class vs Static Methods</li>
<li>Inner Class (class içinde class)</li>
<li>Inheritence (Kalıtım)</li>
<li>MRO – Method Resolution Order</li>
<li>Constructor</li>
<li>Polymorphism (Çok biçimlilik)</li>
<li>Duck Typing (Ördek Yazımı)</li>
<li>Operator Overloading (Operatörün aşırı yüklenmesi)</li>
<li>Magic Methods (Büyülü Metotlar)</li>
<li>Method Overloading (Metotun aşırı yüklenmesi)</li>
<li>Method Overriding (Metotun geçersiz kılınması)</li>
<li>Abstract Classes (Soyut Sınıflar) ve Abstract Methods (Soyut Metotlar)</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Iterators &#8211; Generators</strong>
<ul>
<li>Iterators(İteratörler &#8211; Yineleyici) Kavramı</li>
<li>Generators (Üreteçler)</li>
<li>Kendi fonksiyonumuzu modüle ekleme</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Exception Handling</strong>
<ul>
<li>Exception Handling (İstisnayı idare etme)</li>
<li>Exception bilgisi görüntüleme ve finally anahtar kelimesi</li>
<li>Multi Exception Handling (Çoklu Olağandışılığı İdare Etme)</li>
<li>Programımıza aykırı durumları Handle Etme (Logical Error)</li>
<li>Duruma göre kendi Exception&#8217;ımızı (olağandışılığımızı) fırlatma</li>
</ul>
</li>
<li><strong>Dosya İşlemleri</strong>
<ul>
<li>Dosya oluşturma ve yazma işlemleri</li>
<li>Dosya okuma işlemleri</li>
<li>Dosyalarda kullanılan fonksiyonlar</li>
<li>Dosyalarda değişiklik yapma</li>
</ul>
</li>
<li><strong>SQLite Veritabanı</strong>
<ul>
<li>SQLite Veri tabanı ve tablo oluşturma</li>
<li>Tablolara veri ekleme</li>
<li>Tablodaki verileri çekme</li>
<li>Tablodaki verileri silme ve güncelleme</li>
</ul>
</li>
</ul>
<p><strong>What You Will Gain at the End of Training</strong></p>
<ul>
<li>Python programlama dilinde yetkinlik kazanma</li>
<li>Temel algoritmalar ve kontrol yapıları kurma becerisi</li>
<li>Fonksiyonel ve nesne yönelimli programlama pratiği</li>
<li>Hata yönetimi, dosya işlemleri ve veritabanı bağlantısı kurabilme</li>
<li>Veri işleme, otomasyon ve analiz gibi ileri konulara sağlam bir temel</li>
<li>Kendi başına projeler geliştirebilecek teknik özgüven</li>
</ul>								</div>
				</div>
					</div>
				</div>
				</div><p>The post <a href="https://www.morten.com.tr/en/temel-python-egitimi/">Temel Python Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>