Posts

How to pre-install adblock to the cefsharp project

Image
http://old-support.getadblock.com/discussions/questions/79056-how-to-pre-install-adblock-to-our-cefsharp-project This article is created for those who ask for a solution questioned in the linked page above. I have to say I receive many e mails from around the world so that I will explain the answer acording to my knowledge from these days (... year 2016) So there is no an easy way to install extensions to CEF. Google make extension apis by its own way. It is built on chromium branch but Google Chrome made many developments specially for its browser.  Ofcourse you can build your extension manager on chromium project. So for this case better to explore this link first.  In this link you ll see my work about installing adblock by myself. It worked but not as I expected in chrome of google. I kindly shared for you to save some time... So as a sum up; to have a custom ad blocking system; we put a filter between a method from in chromium wrapper CEF. We used a simple way;  ...

IIS 'te Profiling Yapmak / How to make IIS profiling

Image
Eğer web uygulamanız yavaş çalışıyorsa ve nedenini anlamakta zorluk çekiyoesanız IIS üzerinde yer alan trace logging ile bir requestin A'dan Z'ye nerelere gittiğini ve ne aşamalardan ne kadar sürede geçtiğini görebilirsiniz. Bu şekilde hızlıca sorun yaşanan kısmı bulabilirsiniz.

İmzali PDF dökümanı yaratmak / how to sign documents electronically

Image
Elektronik imzalı PDF dökümanlarını yaratabilirsiniz. Hatta birden fazla imza atabilirsiniz. Bunun için ihtiyacınız olanlar itextsharp elektronik imza (usb ya da pfx sertifika dosyası) Yardımcı dll'ler Bunları kullanarak bir dökümana birden fazla imza atabilirsiniz. SafeNet gibi imza araçlarını kullanarak, sertifikanızın görünmesini sağlayabilirsiniz. Bir bilgisayara birden fazla usb taktığınızda imzalar çakışacaktır. Bunun için birden fazla server a dağıtmayı deneyebilirsiniz. 3 tür imza vardır Cades : Tüm dökümanlar Pades: PDFler Xades: XML dökümanlar

my projects / github + stack overflow

Image
https://github.com/bilginkilic https://stackoverflow.com/users/173718/bilgin-k%C4%B1l%C4%B1%C3%A7 https://www.linkedin.com/in/bilginkilic/

Hackhaton yarışmasında derece elde ettik / we are awarded

Image
We got prize from Daimler Mercedes Benz hackathon competition. Project: ChargeME ChargeME is an application developed with the purpose of providing location-based charge sharing on electric vehicles. With the help of the software, a driver with a low charge in a moving vehicle has the ability to find a charging partner right in the vehicle dashboard and be provided wireless charge transfer from a certain distance. Mercedes-Benz Türk'ün düzenlediği "Discover the Future of Mobility" hackathonunda kazananlar belli oldu. İki gün boyunca Hack.İstanbul'da 13 takım, toplam 55 kişi geleceğin mobilite çözümlerine odaklandı. Daimler’in gelecek stratejisine yönelik çalışmalar, bağlanılabilirlik, otonom sürüş, paylaşılan hizmetler ve elektrikli araçlar Hack.İstanbul'un temelini oluşturdu.Yarışmada ilk 3’e giren takımlara toplamda 37 bin 500 TL’lik para ödülüne ek olarak takım üyelerinin her birine Raspberry B Plus hediye edildi. Ayrıca, birinci olan takımın Stuttgart’t...

Sanal Faiz (kişiye özel faiz) | The Virtual Interest Rates Project (Inerest rates according to Customer risk point )

Image
It was an only one-to-one relationship with Products and Customer Segments. I have developed a system that divided that advanced interest rates function into a deep level of customer ratings enabled function. For instance, a product called A, gives %15 interest rates for 1-361 days which is grounded by FTF* rates plus 1 point spread added. What if a new division parameter which is Customer Rating asked to be a part of the selection of interest rates. I have used Oracle Types and an integration class developed on the .NET platform and with C# that was the best practice because the current Transaction Screen was only designed for entering only 75 different rates for each product and maturity. I have put a pop-up screen into each cell that could enable users to make 1 to 11 sub rates based on each standard customer ratings which are defined 11 currently. It was compulsory demand project so that there was so little time. With the architecture above, I could make the current s...

Karmaşık bir projeyi yeniden oluşturmak | Optimizing Codes in Financial Services.

Image
In big companies, it is always a good idea to keep current system while it is working. It is a must to improve the current system in order to apply new features on it when it is not enough to answer new business requests to run on it. So it was an opportunity for me to ask more to do more in less time. How was the current system and why it was not enough: It is corporate credits control system and it is the section of controlling cautions against risk on right margins and rates. But to this operation, unfortunately there exists 3 major objects and two of them is quite similar to each other. I think it is because all new software engineers thought the same; not to affect anything and better to create a new stored procedure. It is not right. It is a basic fact that keeps it simple and divides and conquer. It is always suggested to learn and understand the code first with debugging, tracing and reading the code, only after this, think and code. As the story above, over 5 y...