Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

brucedkyle

@brucedkyle
About
Posts
100
Topics
91
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Whirlwind Screencasts Explore New Features in C#4
    B brucedkyle

    Stuart Celarier[^] and I continue the set of screencasts on Channel 9[^] about new language features in C#. It's a Whirlwind Tour of the important language features of C# 4. Stuart describes each major feature and why it is useful. But he doesn't get into best practices nor suggested usages. Just the facts about each feature. Whirlwinds are bite-sized webcasts, generally shorter than 15 minutes. You can start anywhere in the series to learn about the parts you're most interested in. What's new in C# 4

    • Whirlwind 9 - Introducing C# 4[^]. This session reviews the history of C# and provides an overview of the features in the upcoming screencasts.
    • Whirlwind 10 - Dynamic Lookup[^]. This session on dynamic lookup introduces a new pseudo-type dynamic into the C# type system. It's used to call dynamic languages, COM object, or XML using types that are not known at compile time (aka duck typing). Stuart introduces the concepts of dynamic lookup and how you use it in your C# code.
    • Whirlwind 11 - Named & Optional Parameters[^]. Stuart describes the feature that VB programmers have known, using parameters by name and having default values set on parameters that are not specified.

    Three more coming later this week.

    • Whirlwind 12 - More COM Love. Stuart describes the importance of these two new features in C# for COM Interop. ref keyword is optional if you are not going to use a return value when calling COM. No Primary Interop Assembly (PIA) is required.
    • Whirlwind 13 - Covariance & Contravariance. These features provide way for you to access collections of deriv
    C# csharp com xml

  • Internet Explorer 9 Preview Download Available to Developers (HTML, SVG, CSS, JavaScript)
    B brucedkyle

    Industry standards and innovation took center stage at MIX10, including Internet Explorer 9 Platform Preview that includes expanded support for HTML5, hardware-accelerated graphics and text, and a new JavaScript engine. You can get Internet Explorer 9 Platform Preview to evaluate code refreshes about every eight weeks leading up to the beta release. Developers can download the Internet Explorer 9 Platform Preview [^]. More details at Internet Explorer 9 Test Drive Ready for Developers[^]


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    Web Development html javascript css com graphics

  • Windows phone 7 developer training kit now available
    B brucedkyle

    Developer training kits are now available for Windows phone 7 Series. This training kit is geared for beginners who want to get started with developing applications for the latest Windows Phone operating system. Even if you don’t know Silverlight or XNA Framework, you’ll find this Training Kit useful. More seasoned Silverlight developers should also find this kit useful, as it explains some of the differences between Silverlight and Silverlight for the phone. Get the course on Channel 9 at Windows Phone 7 Series Developer Training Kit[^]. For more information, see Download Windows phone 7 Developer Training Kits [^]and Free End-to-end Developer Platform Shown for Windows phone 7[^].


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    Mobile com learning

  • Free Development Tools for Windows Phone 7 Now Available
    B brucedkyle

    Windows Phone Developer Tools Preview [^] is available now as a free single download at Windows Phone Developer Tools. It includes:

    • Visual Studio 2010 Express for Windows Phone
    • Windows Phone Emulator
    • XNA Game Studio 4.0

    The preview available for free. The final version will be free too. If you already have another version of Visual Studio 2010 RC installed this will act as an add-on to that. Developers can take advantage of the following features on Windows phone 7:

    • Accelerometer, an intuitive control that responds to motion
    • A Microsoft Location Service to provide developers with a single point of reference to acquire location information
    • Microsoft Notification Service for pushing information to the phone, regardless of whether or not an application is running
    • Hardware-accelerated video with digital rights management (DRM)
    • Internet Information Services Smooth Streaming for the industry’s highest quality content viewing experience
    • Multitouch
    • Camera and microphone support

    Also, The Marketplace features a panoramic design and active merchandising to increase the discoverability of games and applications, and supports one-time credit card purchases, mobile operator billing and advertising-funded applications. The Marketplace will also enable customers to try applications before buying them and allow developers to cross-promote their applications through deep linking.


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    Mobile csharp visual-studio com design game-dev

  • Visual Studio 2010 Release Candidate now at general availability
    B brucedkyle

    You can now get the release candidate (RC) of Visual Studio 2010 and .NET Framework 4. The release candidate (RC) bits are now ready for general download here[^]. For more information, see Release Candidate for Visual Studio 2010 Now Generally Available[^]. Article includes download link, free developer training on .NET Framework 4, and a quick FAQ. You'll also find links to the new features that will be of interest.


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    .NET (Core and Framework) csharp dotnet visual-studio com question

  • Visual Studio 2010, .NET Framework 4 release candidate ships
    B brucedkyle

    The release candidate for Visual Studio 2010 and .NET Framework 4 is available for download. The downloadable release candidate was offered to MSDN subscribers on Monday. Non-members can get it on Wednesday. For more information about the Go Live license, how to get free developer training, and get your copy of the release candidate, see Visual Studio 2010, .NET 4 Release Candidate Ships[^]


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    .NET (Core and Framework) csharp dotnet visual-studio com tutorial

  • Free developer training for Windows Mobile 6.5
    B brucedkyle

    A new series of videos from MSDEV will help you develop your applications for Windows Mobile 6.5. This series of Web seminars will lead you through common application development scenarios in Windows Mobile 6.5. Some of the topics that will be covered are embedded databases, SMS messaging, touch-screen-enabled Gesture APIs, and building GPA-aware applications. The series includes these videos: Getting Started with Application Development for Windows Mobile 6.5 Using SQL Server Compact Edition with Windows Mobile 6.5 Accessing Local Files with Windows Mobile 6.5 Building a GPS-aware Application with Windows Mobile 6.5 Building a Windows Mobile Application with Bing Basic Messaging with Windows Mobile 6.5 Windows Mobile 6.5 Security Fundamentals Introducing the Gesture APIs in Windows Mobile 6.5 These sessions will get you started developing custom applications for your Windows Mobile 6.5 device. See Building Applications for Windows Mobile 6.5 On-Demand Webcast Series[^]


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    Mobile database sql-server com sysadmin hardware

  • How your software company can benefit from the Microsoft Partner Network programs
    B brucedkyle

    The Microsoft Partner Network offers programs to help software companies bring your ideas to market. There’s no cost to join. Microsoft Partner Network membership, you can create new opportunities, increase demand, and achieve your business objectives. Leverage unique resources to help drive business innovation and form a trusted foundation for strategic decision making, increased agility, and long-term competitive advantage. For an overview of the program offerings, see Boost Your Business in the New Year in Microsoft Partner Network[^].


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    Running a Business com sysadmin business help

  • Special offers available for your Windows Azure application
    B brucedkyle

    Sign up today for special offers — available exclusively through the Microsoft Partner Network — that will enable you to receive special usage rates on computer hours, storage, and data transfer. For a list of the offerings, see Special Offers, Promotions Help Bring Your App to the Cloud[^].


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    Web Development cloud com sysadmin hosting help

  • Free Silverlight 4 Developer Training Now Available on Channel 9
    B brucedkyle

    You can take advantage of the new Silverlight 4 training course on Channel 9 Learning Center [^] where you will learn about the latest features of the Silverlight 4 Beta, announced at the Professional Developers Conference 2009. Some of the new and highly anticipated features include Printing, Webcam and Microphone support, custom right-click, rich text, HTML support and access to local files with trusted applications. The course contains a video and a technical feature overview that allows you to drill down into lessons that address three topics: Enabling Business Application Development, Empowering Richer Experiences and Moving Beyond the Browser. Each lesson includes detailed guidance and code samples.


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    WPF learning html com business beta-testing

  • Free Support for Getting Started with Windows Azure
    B brucedkyle

    If you are interested in getting started with Windows Azure in the United States, see Front Runner[^]. This program is a no-brainer if you want to get your cloud applications on to Azure in record time. Plus, the program helps you market your cloud applications. You get FREE help fast tracking applications on to the cloud with FREE email and phone support. For more information about this limited time offer, see USA Early Adopters: Check out Front Runner for Windows Azure[^]. Learn about Why Azure[^]. Sign up at Front Runner[^].


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    Web Development cloud com hosting help

  • Videos for developers show how you can support Windows 7 features
    B brucedkyle

    Your developers can learn about the effort and how to implement these features in a series of free videos on MSDEV titled Windows 7 New Features for Managed Code Developers[^].


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    Windows API com tutorial question

  • Free Online SQL Server 2008 R2 Developer Training Available on MSDEV
    B brucedkyle

    You can learn more about SQL Server 2008 R2 in free developer training videos on MSDEV[^]. This on demand series will walk through the new features of SQL Server 2008 R2. Topics included: Report Builder 3.0, building your ISV ETL application, ISV Operational application, looking at what R2 edition is right for you and more. See SQL Server 2008 R2 Developer Training Series[^]


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    Database database sql-server com sysadmin question

  • Free Office 2010 & SharePoint 2010 Developer Training Online
    B brucedkyle

    Channel 9 launched two new training courses for SharePoint 2010 and Office 2010 created by developers for developers. See how SharePoint 2010 provides the business collaboration platform for developers to rapidly build solutions using familiar tools such as Visual Studio 2010 and SharePoint Designer 2010 through this self-paced course. See SharePoint 2010 Developer[^]. Also available, Discover how Office 2010 Beta is a broadly extensible platform for building information worker productivity solutions and see how developing for Office with Visual Studio 2010 makes this easy. See online presentations with demos that will help you get started developing solutions from Add-ins to full featured Office Business Applications (OBAs) using Visual Studio 2010 with Office 2010 and SharePoint 2010 as the core platform. See Office 2010 Developer Workshop[^].


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    SharePoint tools csharp asp-net sharepoint visual-studio

  • Free Windows Server 2008 R2 Developer Training Course on Channel 9
    B brucedkyle

    Explore Windows Server 2008 R2 release via a self-paced free training course of videos and hands-on-labs with a focus on performance, web, management, and other server solution scenarios. Learn about parallel programming, trigger started services, PowerShell features, File Classification Infrastructure, Web extensions, and how to automate your dev-test environment with VHD and Hyper-V API’s. See Windows Server 2008 R2 Developer Training[^]


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    Web Development sysadmin windows-admin database com json

  • Two New Editions Join SQL Server 2008 R2 Roadmap
    B brucedkyle

    Key announcements were made at PASS Summit 2009 about SQL Server: Upcoming SQL Server 2008 R2 community technology preview (CTP) would be available in November. SQL Azure is now feature-complete and goes live in January. Two new editions of SQL Server to address high-end, mission-critical scenarios: Microsoft SQL Server 2008 R2 Datacenter Microsoft SQL Server 2008 R2 Parallel Data Warehouse (formerly project code-named “Madison”) For more information, see Two New Editions Join SQL Server 2008 R2 Roadmap[^]


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    Database database sql-server com sysadmin cloud

  • Tutorial on how to get started using the multi-core features of .NET Framework
    B brucedkyle

    If you've been wondering about how you might support multi-core in your software, this tutorial walks you through when and how you might incorporate it into your code. This is from the presentations that I give at Microsoft launch events. Check out How to Get Started with Multi-Core: Parallel Processing You Can Use[^]


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    .NET (Core and Framework) tutorial csharp php asp-net dotnet

  • Join in Live Microsoft Launch Events Online -- Windows 7, Windows Server 2008 R2
    B brucedkyle

    Experience The New Efficiency[^] Microsoft launch event live from San Diego October 26 virtually. This online event is good way for IT Pros and developers to attend a launch event “virtually” if they could not get to one of the live events. You’ll learn about Windows 7, Windows Server 2008 R2, and Exchange Server 2010. View and download 18 IT Professional and Developer focused live sessions from San Diego starting at 9am PDT October 26. Focusing on Windows 7, Windows Server 2008 R2, and Exchange Server 2010, you can listen to Microsoft experts, download valuable resources and explore the live launch event "virtually". Join at http://www.thenewefficiency.com/live[^]. You'll also find a schedule and links to recorded events.


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    Windows API com sysadmin windows-admin

  • Visual Studio Beta 2 Available This Week, VS 2010 Launch Date Announced, New Packaging Revealed
    B brucedkyle

    Four key announcements about Visual Studio developer tools made today.

    • The Visual Studio 2010 and .NET Framework 4 Beta 2 will be available to MSDN subscribers on Monday, October 19, with general availability on October 21.
    • The official launch of Visual Studio 2010 and .NET Framework 4 is March 22, 2010.
    • Microsoft is announcing a new packaging lineup and licensing options for MSDN and Visual Studio 2010, including the “Ultimate Offer.”
    • Microsoft is unveiling a renovated MSDN, which includes new benefits for all MSDN subscribers, including eLearning, Azure compute hours, and more.

    For more information, see Visual Studio 2010 Beta 2 Available, Launch Date Announced[^]


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    .NET (Core and Framework) csharp visual-studio dotnet com cloud

  • Free Silverlight Training Videos
    B brucedkyle

    Want to get started writing applications on Silveright[^]? MSDEV brings you a series of training videos on Silverlight 3 at Microsoft Silverlight 3 Series[^]. This series of on demand web seminars will walk through the technology fundamentals, data, graphics, and .NET RIA Services of Silverlight 3. In addition, you can get training at XAMLFest Online[^].


    Learn more about Microsoft emerging techologies[^] on the Microsoft blog for independent software vendors (ISVs) in the United States.

    WPF csharp com graphics question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups