Robotic Hand Solves Rubik’s Cube

OpenAI uses a pair of neural networks to solve rubik’s cube with a robotic hand. https://openai.com/blog/solving-rubiks-cube/  Read More →

ASP.NET How to Use Cookies

Cookies Description Cookies are tiny files that are created on your computer or in your browser browser memory (if temporary). Cookies give you a way to store information across multiple http requests and responses or even sessions. Cookies store information in plain text format. Here is a good article on cookies: Beginner’s Guide to ASP.NET Cookies Retrieve: Click on Copy Code to Cut-n-paste code HttpCookie _userInfoCookies; _userInfoCookies... [Read More...]

Set Breakpoint on Every Method in Visual Studio

SetBreakpoints is a C# WPF open source application that allows you to automatically set a breakpoint on every method in a file, folder, or project. You can also use it to set breakpoints on any text string that you find in a file or folder. Since the search for the text string allows you to use regular expressions, you can easily use it to set a break point on any assignment to a variable. For example, you can set a breakpoint on every occurrence... [Read More...]

Wrap SQL in Quotes for C-Sharp Tool

WrapSQLInQuotesForCS wraps T-SQL in quotes so you can easily put it in C-Sharp code. When you run the application, it opens notepad. You paste your raw sql into notepad and save it. When you click okay on the dialog popup, it wraps your sql in quotes so that you can easily paste it into your C-Sharp project. Steps to use: 1. Get Latest source for WrapSQLInQuotesForCS at https://github.com/harvey007y/WrapSQLInQuotesForCS 2. Build and... [Read More...]

Free C# Open Source Alternative to EditPlus – FindTextInFiles

FindTextInFiles is a simple, free, open source C# alternative to EditPlus. FindTextInFiles uses parallel processing to quickly search all files in all folders and subfolders of the specified folder. It allows you to exclude certain file types, and also lets you specify regular expressions in doing the search. The results are displayed in Notepad++ Here is a quick three-minute video on how to use FindTextInFiles: Steps to use: 1. Get Latest... [Read More...]

Alternative to SQL Profiler – IdealSqlTracer is Simple, Free, and Open Source

IdealSqlTracer is a simple, free, open source alternative to SQL Profiler. The advantage of IdealSqlTracer is that it takes all of the sql generated behind the scenes in a desktop application or web page, and it formats it to make it easily readable. IdealSqlTracer takes this beautifully formatted sql, and puts it into notepad. This allows you to easily cut-n-paste the sql in notepad, and run it directly in Sql Server Management Studio (SSMS). The... [Read More...]

SQL Server Video Tutorials – 292 Hours

Here is a collection of over 292 hours of premium video tutorials on SQL Server by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. The SQL Server Full Text Search service architecture By Soumyasch – Own work, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=3177963 Background: SQL Server is a relational database management system. It is a software product with the primary... [Read More...]

SQL Video Tutorials – 3 Hours

Here is a collection of over 3 hours of premium video tutorials on SQL by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. A chart showing several of the SQL language elements that compose a single statement By :User:SqlPac, modified by Ferdna – File:Sql statement anatomy.png, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=7557212 Background: SQL (Structured Query Language)... [Read More...]

Source Control Video Tutorials – 21 Hours

Here is a collection of over 21 hours of premium video tutorials on Source Control by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. Example history graph of a revision-controlled project; trunk is in green, branches in yellow, and graph is not a tree due to presence of merges (the red arrows). By Revision_controlled_project_visualization.svg: *Subversion_project_visualization.svg: Traced by... [Read More...]

Software Practices Video Tutorials – 275 Hours

Here is a collection of over 275 hours of premium video tutorials on Software Practices by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. RUP phases and disciplines. By Dutchguilder – Own work, Public Domain, https://commons.wikimedia.org/w/index.php?curid=37249677 Background: Software Practices should involve at least the following six best practices: Develop iteratively It is good... [Read More...]

Social Media Video Tutorials – 49 Hours

Here is a collection of over 49 hours of premium video tutorials on Social Media by Pluralsight. In order to view the videos, you need to become a member of Pluralsight.  Read More →

Next Page »