There are certain times you need to change move your repository to different service provider with history. Assume that you have a repository in GitLab and you wanted to migrate it to GitHub. Here is the basic steps to follow. Clone your repo Clone repository to your local machine including all branches and tags. Note: […]
Automatic Form Filling with Selenium
Installing the Selenium IDE Plugin We will primarily use the Google Chrome browser for this job. If Chrome is not installed on your system, download it first and complete the installation.To download “Selenium IDE”, visit “https://chromewebstore.google.com/”. Find the “Selenium IDE” plugin by typing “Selenium” in the search box. Click on the “Selenium IDE” plugin to […]
.NET Basics
.NET is a software development framework created by Microsoft that provides a consistent programming model for building applications. It supports multiple programming languages, including C#, Visual Basic, and F#, allowing developers to build a wide range of applications, from desktop software to web applications and mobile apps. Here are some basics of .NET: Common Language […]
HTTP Error 502.5 – Process Failure
Common causes of this issue: The application process failed to start The application process started but then stopped The application process started but failed to listen on the configured port Troubleshooting steps: Check the system event log for error messages Enable logging the application process’ stdout messages Attach a debugger to the application process and […]
Single File Publishing
When you publish your programs probably you see bunch of other files along with your executable. You may want package your published files to single file. Here is how to do it: Edit your project file. Add these lines to your config file. <!– Publish single file settings –> <PublishSingleFile>true</PublishSingleFile> <SelfContained>true</SelfContained> <RuntimeIdentifier>win-x64</RuntimeIdentifier> <PublishReadyToRun>true</PublishReadyToRun> <!– Publish […]
No process is associated with this object
PS: English version is at the bottom. Bu hata mesajı ile ilk karşılaştığınızda biraz afallayabilir, hatta panik olabilirsiniz. Önceki view işleminde açık kalan uygulama var ise kapatıp tekrar deneyiniz. Kestrel yerine IIS Express ile çalıştırmak da sorunun yaşanmasını önleyebilir. — ENGLISH: When you first encounter this error message, you may be a little stunned or […]
Compiler Error CS0411 The type arguments for method ‘method’ cannot be inferred from the usage. Try specifying the type arguments explicitly.
PS: English version is at the bottom. The type arguments for method ‘IModelExpressionProvider.CreateModelExpression<TModel, TValue>(ViewDataDictionary<TModel>, Expression<Func<TModel, TValue>>)’ cannot be inferred from the usage. Try specifying the type arguments explicitly. Hata 3 tane gorunuyor. Ne bir satır numarası var ne bir başka detay. Sadece hatanın hangi ekranda olduğunu gösteriyor. Ama çift tıklıyorum her hangi bir satıra da […]
File does not exist
Nowadays, I’m working on my CMS project called Weblebici CMS. I aimed to create very simple and lightweight CMS web application. But this is not the subject of this article. Last night I created a simple default template but later I began to see some weird exception on my log. It was weird because there […]
Best Programming Quotations
A good programmer is someone who looks both ways before crossing a one-way street. — Doug Linder, systems administrator A most important, but also most elusive, aspect of any tool is its influence on the habits of those who train themselves in its use. If the tool is a programming language this influence is, […]
Fast Report Server Error
"Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another" If you are getting this error probably you are trying to read an non existing column from your query.