.NET Research

May 29, 2008

Slow Editor fix for Visual Studio 2008

Filed under: Downloads — Tanzim Saqib @ 2:16 pm

Today I found fix for Visual Studio 2008 which resolves the following:

  • JavaScript editor takes a lot of time to highlight syntax
  • Slow editor both the code window as well as HTML/Javascript editor
  • Often no response while select controls on the WebForms
  • Poor performance while opening/switching to HTML view
  • etc.

It was the only thing that I hated in Visual Studio 2008. Nevertheless, the hotfix is here. Download from https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=10826

May 13, 2008

May 2008 MSDN Community Distribution CD is now available in Bangladesh!

Filed under: Announcements, MSDN — Tanzim Saqib @ 2:27 pm

May 2008 MSDN Community Distribution CD is now available in Bangladesh!

This issue is basically focused on Expression Web and Silverlight which includes:

  • Bring a Legacy Web Site up to a Standards Compliant Site (video)
  • Create a SQL Datasource in Expression Web (video)
  • Create Site Navigation Based on Site Structure (video)

Silverlight tutorials:

  • Keyboard handling in Silverlight (video)
  • Overlaying HTML and Silverlight content (video)

Other tutorials include:

  • Using Windows CardSpace on ASP.NET websites
  • Which Groups Does WindowsIdentity.Groups Return?
  • Encryption overview (video)

Free software:

  • Expression Web 2 Beta
  • Expression Studio 2 Beta
  • Silverlight runtime

and an EBook: Introducing SQL Server 2008 (pdf)

To receive your copy, contact our group leader.

May 6, 2008

HTC Touch Diamond : Another awesome Windows Mobile

Filed under: Windows Mobile — Tanzim Saqib @ 4:17 pm

Another awesome Windows Mobile, featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed steel and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use.  Touch_Diamond_People_2

  • Windows Mobile® 6.1 Professional
  • 2.8-inch VGA display
  • WinMo 6.1 Pro
  • WiFi, Bluetooth 2.0
  • eGPS, FM tuner
  • Quad-band HSDPA 7.2
  • 4GB internal flash, microSD slot
  • 528MHz CPU
  • 3.2 megapixel camera with autofocus
  • 10.7mm (0.47-inches) thick
  • Supposedly also features an orientation sensor / accelerometer

    Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips.

    Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design.

    How would it be to see your own programs running in diamond?

    Don’t miss it. Go ahead and check it out.

  • April 29, 2008

    Power Commands for Visual Studio 2008

    Filed under: Downloads, Extensions — Tanzim Saqib @ 9:10 am

    image_3 PowerCommands 1.1 is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various areas of the IDE. The source code is included and requires the VS SDK for VS 2008 to allow modification of functionality or as a reference to create additional custom PowerCommand extensions. Visit the VSX Developer Center at http://msdn.com/vsx for more information about extending Visual Studio.

    Download PowerComamnds here : http://code.msdn.microsoft.com/PowerCommands

     

    Below is a list of the included in PowerCommands for Visual Studio 2008 version 1.1. Refer to the Readme document for additional command details and screenshots.

    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.

    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.

    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.

    April 3, 2008

    Windows Mobile 6.1 Emulator Images is now available

    Filed under: Downloads — Tanzim Saqib @ 9:05 am

    Windows Mobile 6.1 emulator images that can be used with Visual Studio to test applications or as standalone emulators without Visual Studio, is now available for download. There are two types of images: Standard and Professional. Choose your desired one now and start testing your applications. Click here for download page.

    March 6, 2008

    Blog with us!

    Filed under: Announcements — Tanzim Saqib @ 2:44 pm

    If you are a .NET blogger and Microsoft products enthusiasts, it would be our honor that you would love to blog with us. To date, we are still at initial stage, so we seek your help to make this a great repository of knowledge. Anyone around the globe can be member of us. You are welcome to contribute, collaborate, share your achievements, great news, snippets from your blog, coding tips, success stories, knowledge, experiences and thoughts. Do not forget to invite your peers, too!

    You can write blog posts right away by Signing up free.

    March 5, 2008

    Welcome to .NET Research!

    Filed under: Announcements — Tanzim Saqib @ 1:17 pm

    Hello & welcome!

    We are .NET preachers who perform extensive research on different aspects of the platform and futures of it that impact ranging from traditional way of Culminissoftware development to daily life coding. The purpose of the group is to discuss and share not limited to findings, facts only, but also patterns and best practices of current .NET framework and future additions to it with the developer community.  

    I’d like to take a moment to thank Culminis for recognizing us as an Alliance partner and enabling us to use our own SharePoint site as an awesome collaboration tool.

    Culminis_Sharepoint

    Before you can access the site you must follow the instructions:

    1. You will have to create an account at: http://www.culminis.com/register/
    2. You MUST have to select group as netbd from the list .
    3. You MUST have to enter referral number 200803030001
    4. After you have created the account, navigate to: https://ug.culminis.com/sites/netbd/

    I hope you will enjoy the reading. Thank you for being with us!

    Powered by WordPress