Yunus Emre
Software Engineer
Category Archives: Kodlama
Sharepoint SPFx Webpart Creation - React

SPFx (SharePoint Framework) is a framework developed by Microsoft and designed to facilitate customization and application development in SharePoint. This framework can be used to create web parts, page extensions and Microsoft Teams applications. Now let's move on to sharepoint SPFX webpart creation steps.
Asp.Net Separating Uploaded Pdf File into Pages

We want to split a pdf file into pages. However, this division will be according to the data on the page. So let's imagine that in a class of 30 students, each student has data on a page and these pages are created with the students' ID numbers. Can we split each page and make the file names the students' ID numbers?
Persistent Permission Windows in PowerApps and Sharepoint App

We used links such as Office365User and Sharepoint in a sharepoint form application we have made. However, we realized that end users are constantly faced with a permission pop-up when they try to open this form. The pop-up asks the user for Office365User and Sharepoint permission, but even if the user gives permission, the user is repeatedly asked for permission when each page is refreshed.
What is Power Automate Desktop? The Power of Automation

With technological advances, many new tools have emerged to automate business processes and increase efficiency. One of these tools is "Power Automate Desktop". So, what is Power Automate Desktop and how to use it? In this blog post, you will discover what Power Automate Desktop is, how it works and why it is the perfect solution to automate your business processes.
Flutter Sharepoint Data Pull - RestApi Bearer

Recently, I needed to pull data from Sharepoint lists with C# for a few projects. Then I wanted to do the same with Flutter. For this reason, I will explain the Flutter sharepoint data extraction process in this article.
Sharepoint Liste Taşıma Uygulaması

Bu yazı içeriğinde birçok işletmenin şirket içi iletişim ve bilgi paylaşımı amacı ile kullandığı sharepoint uygulamasından ve hazırlamış olduğumuz sharepoint liste taşıma uygulamasından bahsedeceğim.
Git Kullanımı ve Komutları

Son günler izlediğim git kullanımı ve komutları eğitim videolarından aldığım notları bu yazı içeriğinde sunacağım.
React Örnek Proje – Halı Ekleme ve Çıkarma

Kendimi geliştirmek adına son 2-3 aydır html, css, javascript ve bootstrap eğitim videoları izledim. Şuan ise react ve node.js alanında ilerlemeye çalışıyorum. Bu kapsamda yazılım bilimi kanalının reactjs eğitim içeriğini tamamladım ve react örnek proje hazırladım.
C# Alışveriş Uygulaması – Tarım Pazarı

Şimdiye kadar yapmış olduğum en detaylı proje C# alışveriş uygulaması oldu. Yazı içerisinde kodlardan daha çok uygulamanın fonksiyonlarından bahsedeceğim. Gerekli kodları githubdan bulabilirsiniz.
C# Mesajlaşma Uygulaması – Socket Programlama

Spn16 ve SHA256 şifreleme ile C# mesajlaşma uygulaması. Socket programlama kullanılarak aynı ağda bulunan kişilerin mesajlaşması sağlandı.