In this tutorial, I will show you how you can configure your development setup in order to debug your Unity Game or project directly from…
Continue reading Debugging Unity Project On Android Device With Visual Studio
3 CommentsCoder, Blogger
In this tutorial, I will show you how you can configure your development setup in order to debug your Unity Game or project directly from…
Continue reading Debugging Unity Project On Android Device With Visual Studio
3 CommentsBitbucket now does not support basic authentication, using username and password, in git pull or push requests. If, for any reason, you are trying to…
Continue reading Setup App Password for Git in BitBucket
Leave a CommentMost of the C# programmers get to see this error once a while: Object Reference Not Set To An Instance Of Object In this article…
Continue reading Object Reference Not Set To An Instance Of Object
Leave a CommentIn this tutorial we will see how to make connection with MySQL database in Java programming language. As like Java language is open-source, MySQL is…
Continue reading Connect With MySQL Database using Java
Leave a CommentIn this article I will discuss how to setup MonoGame development environment without Visual Studio 2019, instead use any other simple text editor or Visual…
Continue reading Setup MonoGame Dev Environment with Visual Studio Code
1 CommentWe can access all fields on a Microsoft dynamics form using JavaScript easily. Dynamics provide client side SDK and using this SDK which can be…
Continue reading Get All fields on a Form using JavaScript – Microsoft Dynamics CRM
1 CommentDataTable is widely used jQuery based library for displaying data in tabular format. It gives many straight forward configuration options so that you can format…
Continue reading Word wrap Column Text in DataTable
Leave a CommentIt happens, although very few time, when we accidentally push sensitive data to remote git repository, such as passwords etc. Having sensitive data is not…
Continue reading Remove Sensitive data from git repository
Leave a CommentIn this tutorial I will show you how you can add your existing project to GitHub. In this tutorial I am using GutHub, but this…
Continue reading Add Existing Project to GitHub
Leave a CommentHere I am going to show you way to read huge files in Windows PowerShell. If you have a large text file, say more than…
Continue reading PowerShell Magic: Read Huge Text Files
1 Comment