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

Visual studio shotcut keys

h3 id=”general-scroll”>General Shortcut Description Ctrl-X or Shift-Delete Cuts the currently selected item to the clipboard Ctrl-C or Ctrl-Insert Copies the currently selected item to the clipboard Ctrl-V or Shift-Insert Pastes the item in the clipboard at the cursor Ctrl-Z or Alt-Backspace Undo previous editing action Ctrl-Y or Ctrl-Shift-Z Redo the previous undo... [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...]

Free visual studio 2010 ebook

Microsoft Press has released a free book titled Moving To Microsoft Visual Studio 2010 and is available to download now. This free e-book written by Patrice Pelland, Pascal Paré, and Ken Haines is an ultimate resource for developers who have switched to the latest version of Visual Studio According to the authors, this 336 page book will help professional developers who are working with previous versions of Visual Studio and are looking to make the... [Read More...]

.NET Framework MasterClass Videos

.NET Framework Versions by Soumyasch Here is a collection of 8 video tutorials on some of the new components in .NET Framework versions 3.0 and 3.5. The presenter is Microsoft’s Mike Benkovich. The videos focus on LINQ and WCF. Version 3.5 of the .NET Framework was released on November 19, 2007. Version 3.5 uses version 2.0 of the CLR, and it installs numerous service packs on top of the CLR. New Features of NET 3.5 Framework New language... [Read More...]

.NET Framework Threading – 5 Premium Video Tutorials

Threads Running within a Process Here is a collection of 5 premium video tutorials on .NET Framework by Learn Visual Studio. In order to view the videos, you need to become a member of Learn Visual Studio. Here are a few things you need to understand when working with threads: Threads are  light-weight processes that make multitasking within a single application possible. System.Threading is the base class used for threading Programmers don’t... [Read More...]

.NET Framework – 4 Premium Videos by Learn Visual Studio

.NET Framework Versions Here is a collection of 4 video tutorials on .NET Framework by Learn Visual Studio. You need to become a member of Learn Visual Studio to view the videos. The Microsoft .NET Framework is a software framework that includes a library of coded solutions to common programming problems and a virtual machine that governs the execution of programs written for the framework. The .NET Framework consists of these two components: Base... [Read More...]

Visual Studio c# – July 22, 2009: .net-framework-3.5-service-pack-1, asp.net-charting-control, asp.net-mvc-1.0-rc, expression-blend, microsoft-platform-installer, nerd-dinner, wpf-user-controls

Tip/Trick: Creating and Using Silverlight and WPF User Controls July 19, 2009 – Scott Gu shows how to take existing UI and encapsulate it as a user control photo credit: Odi Kosmatos Visual Studio 2022 and .NET Framework 3.5 Service Pack 1 Beta July 19, 2009 – Scott Gu gives a very informative description of the new features in Visual Studio 2022 and .NET Framework 3.5 Service Pack 1 Styling a Silverlight Twitter Application with Expression... [Read More...]

NET Framework 3.0 and Beyond with Many Video Illustrations

by: Wade Harvey The .NET framework is a software component that is included with Microsoft Windows operating system, or it can be downloaded separately and added to it. NET Framework 3.0 was originally called WinFX. It is the current version of the NET Framework, and it is more of an add-on to NET Framework 2.0 than a whole new framework, as the major components of the 2.0 version are included within 3.0. There were two main components of the... [Read More...]

What is .NET Framework? A Visual Definition

By: Wade Harvey .NET Framework Definition The .NET applications and services operate within the .NET Framework (pronounced “dot net framework”). .NET applications do not directly access the operating system. Instead, they use the .NET framework, and the .NET framework accesses the operating system and hardware. The framework consists of two components: The .NET Framework Class Library, and The Common Language Runtime (CLR ) The framework... [Read More...]