Skip to main content

Home/ Coders/ Group items tagged microsoft

Rss Feed Group items tagged

Joel Bennett

Composite WPF and Silverlight - patterns & practices - CodePlex - 0 views

  •  
    The Composite Client Application Guidance is intended to make it easier to design and build modular WPF and Silverlight client apps with rich user interfaces and loosely coupled, independently evolveable, UI pieces.
Rick Fan

Windows Internet Explorer 8 Beta 2 发行说明 - 0 views

  • CSS 表达式已不再支持在 Internet Explorer 8 标准模式下
  • 1. click Start ,click Run ,type Inetcpl.cpl ,and then click OK . 2. 在 Internet 属性 对话框框中,单击 高级 选项卡,然后单击 多媒体 部分下 始终使用 ClearType 的 HTML 。
  • 当您从 Internet Explorer 7 具有 ClearType 启用 Internet Explorer 8 Beta 2 的一个版本升级时,ClearType 被禁用。 要重新启用 ClearType,请按照下列步骤。
akselila

ListDLLs v2.25 - 0 views

  •  
    a utility that will show which DLLs are loaded on Windows.
Joel Bennett

CodeSigning in Windows - Unidentifed program wants access - MSDN Forums - 0 views

  •  
    A thread in MSDN on how to do code signing to avoid the horrid "Unidentified program wants access" prompt.
Joel Bennett

Disk Imaging with ImageX quick reference - 0 views

  •  
    A quick reference sheet for WIM and ImageX to explain core features.
Joel Bennett

Transactions, Aero Wizards, And Task Dialogs In Windows Vista -- MSDN Magazine, July 2006 - 0 views

  •  
    Apart from a decent article on the new UI stuff in Vista ... this article includes a great tool for playing with the options for Vista's TaskDialog API so you can see what the options are and how they work.
Joel Bennett

Building the Connection URL for JDBC to SQL SERVER - 0 views

  •  
    how to connect to a SQL Server from JDBC (using Integrated Security)
Joel Bennett

Utility Spotlight: Script Elevation PowerToys for Windows Vista -- TechNet Magazine, Ju... - 0 views

  •  
    How to "run as administrator" from scripts in Windows Vista.
Joel Bennett

CLR Inside Out: New Library Classes in "Orcas" -- MSDN Magazine, April 2007 - 0 views

  •  
    New CLR libraries incladd-in hosting model, which was discussed in the last two editions of CLR Inside OutSupport for the Suite B set of cryptographic algorithms, as specified by the National Security Agency (NSA)Support for big integersA high-performance set collectionSupport for anonymous and named pipesImproved time zone supportLightweight reader/writer lock classesBetter integration with Event Tracing for Windows® (ETW), including ETW provider and ETW trace listener APIs
Joel Bennett

Pex - Test Generation for .Net - 0 views

  •  
    Pex (Program EXploration) automatically generates unit tests and suggests fixes for bugs it discovers ...
Joel Bennett

Flex.org - Rich Internet Applications, Rapid Web Application Development, Open Source F... - 0 views

  • Buy Flex Builder 3 Standard from $249 US
    • Joel Bennett
       
      This is interesting, considering the competition (Microsoft) has been giving away Visual Studio Web Express, and is now giving away the Pro version to students.
  •  
    The latest version of Adobe's latest proprietary Flex technology (Flex 3.0) is now available with the RTM of Adobe Air. If you like Javascript (I don't), this may be the way for you to move forward to developing "real" cross-platform apps ...
Joel Bennett

Converting VBScript Commands to Windows PowerShell Commands - 0 views

  •  
    PowerShell help for those of you with vb script experience.
Joel Bennett

Policy Injection Application Block Validation and Logging Examples - 0 views

  •  
    David Hayden writes a couple of tutorials and gives some explanation of how the Policy Injection Application Block in Enterprise Library 3.0 really is Aspect Oriented Programming ... and there's a good screenshot there of the various "matching rules" ...

    It's kind of a shame that Microsoft couldn't bring themselves to use AOP terminology to describe this: weaving instead of "injection" ... etc.  It would really have made it easier to follow for the new users and would have lent some validation to AOP research and development

Joel Bennett

Policy Injection App Block - Behind the Scenes - 0 views

  • We use an interception mechanism to get in the way of calls going to that member, collect a list of policies that apply using a matching rules mechanism, run the chain of handlers specified by those policies in a chain of responsibility and at the other end dispatch the call to the target. Once the target is done - successfully or with exceptions - the stack unwinds, returning through each handler and finally back to the caller.
    • Joel Bennett
       
      So we can only advise "before"
  •  
    Very good read (particularly their evaluation of weaving methods).

    Although as a result their "Policy Injection" application block isn't as powerful as most of the straight-up AOP toolkits out there, it does have a *huge* upside: not only is the code produced by this supportable by Microsoft Product Support, it's now officially part of the Patterns and Practices recommendations!

    The down side is that the only injectable objects are ones created through a "Factory" method (you can't just use the *new* constructor) this brings some performance hits ... but then, you get the ability to separate concerns and apply policies and even business rules after the fact!
Joel Bennett

Announcing the Policy Injection Application Block - 0 views

  •  
    AOSD tools from Microsoft? 

    QUOTE: "the Policy Injection Application Block will simplify the separation of business logic from cross cutting concerns, by letting you define policies and the objects/methods they apply to in a declarative way."  -- if that's not Aspect Oriented, then I must have wasted my time in school ;-)
Joel Bennett

Windows RSS Platform API - 0 views

  •  
    The documentation for Microsoft's Windows RSS Platform, or FeedManager ...
Joel Bennett

Windows Vista Deployment Step by Step Guide - 0 views

  • [ExclusionList]ntfs.loghiberfil.syspagefile.sys"System Volume Information"RECYCLERWindows\CSC[CompressionExclusionList]*.mp3*.zip*.cab\WINDOWS\inf\*.pnf
    • Joel Bennett
       
      The wimscript listed in step 3 is the default anyway, so unecessary if you're not going to add to it.
  • Oscdimg -n –bc:\winpe_x86\etfsboot.com c:\winpe_x86\ISO c:\winpe_x86\winpe_x86.iso
    • Joel Bennett
       
      This command in step 5 is incorrect, the etfsboot.com file is in C:\WinPE_x86\ISO\boot if you follow the rest of the instructions here, so the command should be: Oscdimg -n -bC:\WinPE_x86\ISO\boot\etfsboot.com c:\winpe_x86\ISO c:\winpe_x86\winpe_x86.iso
  •  
    A step-by-step for how to set up and capture an image using Windows PE and ImageX that you can deploy onto other PCs.
Joel Bennett

Windows Movie Maker and Windows DVD Maker SDK - 0 views

  • Download documentation and code samples for creating custom effects and transitions in Windows Movie Maker and Windows DVD Maker for Windows Vista.
  •  
    Create your own custom special effects and transitions for Windows Movie Maker ... or make custom transitions, buttons, and menu styles for Windows DVD Maker!
« First ‹ Previous 161 - 180 of 310 Next › Last »
Showing 20 items per page