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

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

C# – 12 Free Video Tutorials

Twelve Free C# Video Tutorials Special thanks to Saurabh Vyas for being the contributing author for this post. These videos are from www.thebestcsharpprogrammerintheworld.com Here are twelve excellent free C-Sharp video tutorials. Title Date Presenter Min Lesson 1 (Part 1) Gridview DataAccess C# 8/20/2009 Ben Perkins 7 Lesson 2 (Part 1) Gridview MethodInvoker Threading Progress Bar C# 8/26/2009 Ben Perkins 9 Lesson 3 (Part 1) Disconnected... [Read More...]

programming windows 7 taskbar

This 5 video series can be very useful for the developers who want to make use of windows 7 taskbar with their applications . You can see those videos here in this great blog >> http://channel9.msdn.com/blogs/yochay/programming-the-windows-7-taskbar–using-the-taskbar-button-overlay-icons-and-progress-bars  Read More →

Tips for programmers

I have started this article for some tips for programmer . Note: This article is anyone who is using any programming language #Tip-1 If you are a programmer then many times you will face majour problems and bugs in your applications like access is denied , the file is being used, you dont have permissions to do this task,abc.dll is required to work your program and things related to security which block your program. In these cases dont give up go... [Read More...]

Movefilex function

In this article i will tell you about movefilex function and it’s uses So let’s start with what is movefileex function ? Well it justs Moves an existing file or a directory, including its children. But you might think hey what the hell ? when we have .net framework why do we need this api ? well the answer is sometimes you might need to move a file which is different from normal files like files which are in use . well in this case you... [Read More...]

C# Video Tutorials (139 Hours of Premium Videos)

Here is a collection of over 139 hours of premium video tutorials on C# by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. Background: C# is a simple, modern, general-purpose, object-oriented programming language. Anders Hejlsberg is the chief architect for C#. It has an object-oriented syntax that evolved out of C++. The most recent version of the language is 3.0, and it was released in conjunction with the .NET... [Read More...]

ADO.NET – Over 3 Hours of Premium Video Tutorials

Here is a collection of over 3 hours of premium video tutorials on ADO.NET by Learn Visual Studio. In order to view the videos, you need to become a member of Learn Visual Studio. Background: ADO.NET is an outgrowth of ADO (ActiveX Data Objects) technology. ADO relied on COM objects whereas ADO.NET is based on the .NET Framework. ADO.NET does not replace ADO for the COM programmer; rather, it provides the .NET programmer with access to relational... [Read More...]

Anders Hejlsberg – C-Sharp – Anders Hejlsberg Chief Architect (5 Hours of Video)

Anders Hejlsberg – C-Sharp – Anders Hejlsberg Chief Architect (5 Hours of Video) Need some inspiration? The first video on .NET programming that I can remember watching featured Anders Hejlsberg. Anders Hejlsberg is the C# Chief Architect for Microsoft. He has a very charming personality and a real talent at finding simple ways to perform complicated tasks. If you are looking for someone that possesses many of the characteristics of... [Read More...]

Next Page »