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 […]

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, […]

Virtual business cards for MCPs

Virtual Business Cards (VBCs) are now available as a new benefit for MCPs. Use VBCs to show off your expertise, knowledge, and achievements–creatively, securely, and interactively. Brand yourself and let everyone know what credentials you hold by using them on the Web or in your e-mail signature. You can start to create your card from […]

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top