ahmet.ak@home:~$

let's get good together

  • Simple Introduction to Dapper

    All types of applications in business world is required to use database in order to store all the information related to business. Therefore every application is needed to query database to retrieve or place data on database. Every data inserted to or queried from database is consist of some model...

  • XML Parsing Methods and Benchmarks in .NET

    In the early era of internet XML was the hot topic. It is widely used in webservices and systems that need to communicate with each other. XML is providing structured approach on communications that’s why there are some specifications built on that. For example SOAP,XBRL,UBL. In this post we will...

  • Load testing with Locust

    Load testing is a important step of every API that will be used by your customers. To providing best performance for them or for your internal modules you should load test API. Also it is important to do this tests in order to make sure changes in time is not...

  • Info Capsule - ADO.NET

    ADO.NET is developed by Microsoft in order to interact with different database engines. Basic flow for creating and executing queries with every engine is defined below Create connection Open connection Create query Execute query Parse results Creating connection You can create ado.net connections like below. It is important to use...