Yunus Emre
Software Engineer
Category Archives: C#
Project Online Connection with .Net Csom
If we want to connect to microsoft project online in a web or desktop application we have written, we must have a microsoft account that can enter this tenant. With this microsoft account we will connect to project online with our application.
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?
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.
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ı.