Showing posts with label Downloads. Show all posts
Showing posts with label Downloads. Show all posts

Sunday, March 25, 2018

Azure Strategy and Implementation Guide - Download Free ebook

Are you in the process of cloud migration or just started your journey towards Azure ? If yes then this is the right time for you to go through the book which Microsoft just released it and it's available for Download for Free.

This book is called Azure Strategy and Implementation Guide.

Download it from here: https://azure.microsoft.com/en-us/resources/azure-strategy-and-implementation-guide/en-us/


Happy Learning !!!

Sunday, March 27, 2011

Download Power Commands for Visual Studio 2010

PowerCommands 10.0 is a set of useful extensions for the Visual Studio 2010 adding additional functionality to various areas of the IDE.

Download:  http://visualstudiogallery.msdn.microsoft.com/e5f41ad9-4edc-4912-bca3-91147db95b99

Below is a list of the commands included in PowerCommands for Visual Studio 2010 version 10.0.

Enable/Disable PowerCommands in Options dialog
This feature allows you to select which commands to enable in the Visual Studio IDE. Point to the Tools menu, then click Options. Expand the PowerCommands options, then click Commands. Check the commands you would like to enable.
Note: All power commands are initially defaulted Enabled.

Format document on save / Remove and Sort Usings on save
The Format document on save option formats the tabs, spaces, and so on of the document being saved. It is equivalent to pointing to the Edit menu, clicking Advanced, and then clicking Format Document. The Remove and sort usings option removes unused using statements and sorts the remaining using statements in the document being saved.
Note: The Remove and sort usings option is only available for C# documents.
Note: Format document on save and Remove and sort usings both are initially defaulted OFF.

Clear All Panes
This command clears all output panes. It can be executed from the button on the toolbar of the Output window.

Copy Path
This command copies the full path of the currently selected item to the clipboard. It can be executed by right-clicking one of these nodes in the Solution Explorer:
The solution node; A project node; Any project item node; Any folder.

Email CodeSnippet
To email the lines of text you select in the code editor, right-click anywhere in the editor and then click Email CodeSnippet.

Insert Guid Attribute
This command adds a Guid attribute to a selected class. From the code editor, right-click anywhere within the class definition, then click Insert Guid Attribute.

Show All Files
This command shows the hidden files in all projects displayed in the Solution Explorer when the solution node is selected. It enhances the Show All Files button, which normally shows only the hidden files in the selected project node.

Undo Close
This command reopens a closed document , returning the cursor to its last position. To reopen the most recently closed document, point to the Edit menu, then click Undo Close. Alternately, you can use the CtrlShiftZ shortcut.
To reopen any other recently closed document, point to the View menu, click Other Windows, and then click Undo Close Window. The Undo Close window appears, typically next to the Output window. Double-click any document in the list to reopen it.

Collapse Projects
This command collapses a project or projects in the Solution Explorer starting from the root selected node. Collapsing a project can increase the readability of the solution. This command can be executed from three different places: solution, solution folders and project nodes respectively.

Copy Class
This command copies a selected class entire content to the clipboard, renaming the class. This command is normally followed by a Paste Class command, which renames the class to avoid a compilation error. It can be executed from a single project item or a project item with dependent sub items.

Paste Class
This command pastes a class entire content from the clipboard, renaming the class to avoid a compilation error. This command is normally preceded by a Copy Class command. It can be executed from a project or folder node.

Copy References
This command copies a reference or set of references to the clipboard. It can be executed from the references node, a single reference node or set of reference nodes.

Paste References
This command pastes a reference or set of references from the clipboard. It can be executed from different places depending on the type of project. For CSharp projects it can be executed from the references node. For Visual Basic and Website projects it can be executed from the project node.

Copy As Project Reference
This command copies a project as a project reference to the clipboard. It can be executed from a project node.

Edit Project File
This command opens the MSBuild project file for a selected project inside Visual Studio. It combines the existing Unload Project and Edit Project commands.

Open Containing Folder
This command opens a Windows Explorer window pointing to the physical path of a selected item. It can be executed from a project item node

Open Command Prompt
This command opens a Visual Studio command prompt pointing to the physical path of a selected item. It can be executed from four different places: solution, project, folder and project item nodes respectively.

Unload Projects
This command unloads all projects in a solution. This can be useful in MSBuild scenarios when multiple projects are being edited. This command can be executed from the solution node.

Reload Projects
This command reloads all unloaded projects in a solution. It can be executed from the solution node.

Remove and Sort Usings
This command removes and sort using statements for all classes given a project. It is useful, for example, in removing or organizing the using statements generated by a wizard. This command can be executed from a solution node or a single project node.

Extract Constant
This command creates a constant definition statement for a selected text. Extracting a constant effectively names a literal value, which can improve readability. This command can be executed from the code editor by right-clicking selected text.

Clear Recent File List
This command clears the Visual Studio recent file list. The Clear Recent File List command brings up a Clear File dialog which allows any or all recent files to be selected.

Clear Recent Project List
This command clears the Visual Studio recent project list. The Clear Recent Project List command brings up a Clear File dialog which allows any or all recent projects to be selected.

Transform Templates
This command executes a custom tool with associated text templates items. It can be executed from a DSL project node or a DSL folder node.

Close All
This command closes all documents. It can be executed from a document tab.


Happy Learning !!!

Thursday, April 15, 2010

Download Visual C# 2010 Code Samples

You can now download Visual C# 2010 code samples from the MSDN website.

Download Link : http://code.msdn.microsoft.com/cs2010samples/Release/ProjectReleases.aspx?ReleaseId=4175

Also don’t forget to check the document available on the above link which describes the new features in C# 4.0.

Happy Learning !!!

Get e-book : Moving to Visual Studio 2010

Today while visiting MSDN I got a link to download Free E-Book on Moving to Visual Studio 2010. So thought to share it with my readers. It's a book that will help professional developers move from previous versions of Visual Studio (starting with 2003 and on up).

Download it from here: http://www.microsoft.com/downloads/details.aspx?familyid=12A6DE81-C633-4F2C-A35F-CEA6FE772712&displaylang=en

You can view XPS files only in Windows Internet Explorer. Before you download the XPS viewer please try to open the document in IE and see if it works.. if not then download the xps viewer from the below location.

Please try it on a test machine only as this requires .Net Framework 3.0.

Note:
The e-book requires XPS viewer and you can download it from the below link.
http://www.microsoft.com/downloads/details.aspx?familyid=12A6DE81-C633-4F2C-A35F-CEA6FE772712&displaylang=en 

OR

http://download.microsoft.com/download/4/d/a/4da3a5fa-ee6a-42b8-8bfa-ea5c4a458a7d/dotnetfx3setup.exe

Happy Learning !!!

Download Visual Studio 2010 and .NET Framework 4 Training Kit

Please find the link to download  April Release of the Visual Studio 2010 and .NET Framework 4 Training Kit.

The Visual Studio 2010 and .NET Framework 4 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2010 features and a variety of framework technologies including:

  • C# 4
  • Visual Basic 10
  • F#
  • Parallel Extensions
  • Windows Communication Foundation
  • Windows Workflow
  • Windows Presentation Foundation
  • ASP.NET 4
  • Windows 7
  • Entity Framework
  • ADO.NET Data Services
  • Managed Extensibility Framework
  • Visual Studio Team System

http://www.microsoft.com/downloads/details.aspx?FamilyID=752CB725-969B-4732-A383-ED5740F02E93&displaylang=en

Happy Learning !!!

Get Visual Studio 2010 and .NET Framework 4 Training Course - From Channel 9

The Visual Studio 2010 and .NET Framework 4 Training Course includes videos and hands-on-labs designed to help you learn how to utilize the Visual Studio 2010 features and a variety of framework technologies including: C# 4.0, Visual Basic 10, F#, Parallel Computing Platform, WCF, WF, WPF, ASP.NET AJAX 4.0, ASP.NET MVC Dynamic Data.

Lot’s of valuable videos, demos available on the Channel 9 – So let’s make the full usage of the contents and get more knowledgeable on .Net Framework 4.0 and VS 2010.

Get the Course Contents : http://channel9.msdn.com/learn/courses/vs2010/

Happy Learning !!!

Sunday, April 11, 2010

Oracle Data Provider for .Net (ODP.NET) - Oracle 11g Features

Oracle Data Provider (ODP.NET) for Oracle 11g has been available for download. It includes many new features such as

  • Optimized Data Access for Oracle
  • New ODP.NET allows to take advantage of  the Oracle advanced features like Real Application Cluster, XML DB and advanced security.
  • Supports .Net 3.5 Framework
  • More Flexible, faster and stable
  • Supports Native XML Data Type, Advanced Queuing API

Download White Paper
http://www.oracle.com/technology/tech/windows/odpnet/col/odp.net_11.1.0.7.20_twp.pdf

Get Features List
http://www.oracle.com/technology/tech/windows/odpnet/newfeatures.html

Download 32  bit Software
http://www.oracle.com/technology/software/tech/windows/odpnet/index.html

Download 64  bit Software
http://www.oracle.com/technology/software/tech/windows/odpnet/64-bit/index.html

Sample Code
http://www.oracle.com/technology/sample_code/tech/windows/odpnet/index.html

Happy Learning !!!

Download MIX10 Videos

The MIX10 Videos are available for Downloads. You can download it from the below location.
http://live.visitmix.com/Videos

Happy Learning

Quick Glance at the Scrum vs SAFe Terminology

Scrum is a framework based on the principles of Agile whereas SAFe is all about how to scale Scrum at the enterprise level. So basically, SA...