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...]

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...]

Silverlight Video Tutorials – 31 Hours

Here is a collection of over 31 hours of premium video tutorials on Silverlight by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. A Silverlight application being edited in Microsoft Visual Studio. By Source, Fair use, https://en.wikipedia.org/w/index.php?curid=17049908 Background: Silverlight is an application framework for creating rich Internet applications. These applications are similar... [Read More...]

LINQ Video Tutorials – 29 Hours

Here is a collection of over 29 hours of premium video tutorials on LINQ by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. Von MovGP0 – Eigenes Werk, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=22639697 Background: LINQ (Language Integrated Query) is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages. LINQ extends the language by... [Read More...]

F Sharp Video Tutorials – 20 Hours

Here is a collection of over 21 hours of premium video tutorials on F Sharp by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. By Source (WP:NFCC#4), Fair use, https://en.wikipedia.org/w/index.php?curid=44014320 Background: F Sharp F Sharp (F#) is a strongly typed programming language that uses functional, imperative, and object-oriented programming techniques. F Sharp is most often used as a cross-platform... [Read More...]

C++ Video Tutorials – 115 Hours

Here is a collection of over 115 hours of premium video tutorials on C++ by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. By Bjarne Stroustrup’s homepage, GFDL, https://commons.wikimedia.org/w/index.php?curid=188666 Background: C++ C++ is a general-purpose programming language. It has imperative, object-oriented and generic programming features. It also provides facilities for low-level memory... [Read More...]

C# Video Tutorials – 139 Hours

Here is a collection of over 139 hours of premium video tutorials on C Sharp by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. By Tchanders – Own work, CC0, https://commons.wikimedia.org/w/index.php?curid=28382531 Background: C Sharp C# (pronounced as see sharp) is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based),... [Read More...]

Beginner Programming Video Tutorials – 66 Hours

Here is a collection of over 66 hours of premium video tutorials on Beginner Programming by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. By DBegley – http://www.flickr.com/photos/begley/2985424826/in/set-72157608507966144, CC BY 2.0, https://commons.wikimedia.org/w/index.php?curid=6435486 Background: Beginner Programming It was developed by Microsoft within its .NET initiative and later approved... [Read More...]

ASP.NET Video Tutorials – 258 Hours

Here is a collection of over 258 hours of premium video tutorials on ASP.NET by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. Photo credit By Soumyasch – CC BY-SA 3.0 Background: ASP.NET .NET Framework is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large class library known as Framework Class Library (FCL) and provides language interoperability... [Read More...]

.NET – 227 Hours of Premium Video Tutorials

Here is a collection of over 227 hours of premium video tutorials on .NET by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. Photo credit By Soumyasch – CC BY-SA 3.0 https://commons.wikimedia.org/w/index.php?curid=2953328 Background:.NET Framework is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large class library known as Framework Class Library... [Read More...]

Next Page »