Skip to main content

Home/ Coders/ Group items tagged creat

Rss Feed Group items tagged

Joel Bennett

15 Seconds : Creating a Data Access Layer in .NET - Part 2 - 1 views

  • This means the Primary Key will not contain the actual auto-increment from the database until the DataSet is updated. Therefore, the auto-increment value is relative to the DataSet only. For this reason, I have found it wise to set the AutoIncrementSeed to 0 and the AutoIncrementStep to -1.
  •  
    A good tutorial on DataSets - gives a very good suggestion to set
Joel Bennett

GENNIT Code Generation - 0 views

  • Access to tested generators, a designer for building your project, FXCOP'd source files, XHTML, NUnit Testing Code, VS.NET 2005/Express solution files and SQL scripts.
  •  
    An early beta of a code-generation webservice which lets you create UML-like diagrams and generate code (with tests and everything).
Joel Bennett

Visual Studio Extensibility Team Blog (home of Visual Studio Shell) - 0 views

  •  
    This is the main blog for following the development of the new Visual Studio Shell extensibility kit that lets you create apps within visual studio or as standalone apps with a visual studio ... shell ;-)
Joel Bennett

Microsoft Keyboard Layout Creator 1.4 - 0 views

  •  
    Create your own custom keyboard layouts...
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

Convert XAML Flow Document to XPS with Style - 0 views

  •  
    WPF has two ways to create documents: XAML Flow documents paginate dynamically and flow into multiple columns at different zoom levels, etc. XPS documents are print ready documents on a fixed page size.  Converting Flow documents to XPS isn't hard, even when you want to take advantage of the extra features like custom pagination, page size, margins, and headers or footers.
Joel Bennett

How to create your own code signing certificate and sign an ActiveX component in Windows - 0 views

  •  
    These instrauctions mostly work, but with the current version of Windows OpenSSL, the generated certificate is "not suitable for code signing" unless you modify the OpenSSL.cnf config file.
Rick Fan

Creating OpenSearch plugins for Firefox - MDC - 0 views

  • Your server should serve OpenSearch plugins using the MIME type application/opensearchdescription+xml. Be sure that your Search Plugin XML is well formed. You can check by loading the file directly into Firefox. Ampersands in the template URL need to be escaped with & and tags need to be closed with a trailing slash or matching end tag. The xmlns attribute is important, without it you could get an error message indicating that "Firefox could not download the search plugin from: (URL)". Note that you must include a text/html URL — search plugins including only Atom or RSS URL types (which is valid, but Firefox doesn't support) will also generate the "could not download the search plugin" error. Remotely fetched favicons must not be larger than 10KB
Joel Bennett

Windows PowerShell : Creating arbitrary delegates from scriptblocks in PowerShell... - 0 views

  • The script text follows... (updated - I missed the type argument to the box instruction in the first version posted.)  
    • Joel Bennett
       
      He only fixed the code that appears inline in the post below. The attachment is NOT fixed and does not work if you need to box parameters.
  •  
    A script to emit callback functions from powershell script.
Joel Bennett

Create And Host Custom Designers With The .NET Framework 2.0 -- MSDN Magazine, March 2006 - 0 views

  •  
    hosting designers ...
Joel Bennett

Techniques for Safely Hosting Untrusted Add-Ins with the .NET Framework 2.0 -- MSDN Mag... - 0 views

  •  
    An update on security implications and solutions for creating plugin models in .Net
Joel Bennett

Volta - Microsoft Live Labs - 0 views

  • design and build your application as a .NET client application, then assign the portions of the application to run on the server and the client tiers late in the development process. The compiler creates cross-browser JavaScript for the client tier, web services for the server tier, and communication, serialization, synchronization, security, and other boilerplate code to tie the tiers together.
  •  
    Volta is to .Net what the Google Web Toolkit is to Java ... except it goes *way* further, because it lets you write a multi-tiered application as a rich-client app and then choose to have the client portion "compile" to HTML+Javascript ...
Joel Bennett

XtUnit Unit Testing Extensibility Framework - 0 views

  •  
    XtUnit.Framework is an extensibility framework for nUnit and MbUnit to allow you to create new test-case types and attributes. 

    It includes the well known [Rollback] attribute (built in on MbUnit, but not nUnit) which allows automatic rollback of changes to your database which occur during the execution of a test.
  •  
    Like this http://www.hdfilmsaati.net Film,dvd,download,free download,product... ppc,adword,adsense,amazon,clickbank,osell,bookmark,dofollow,edu,gov,ads,linkwell,traffic,scor,serp,goggle,bing,yahoo.ads,ads network,ads goggle,bing,quality links,link best,ptr,cpa,bpa
Joel Bennett

Rex V: an AJAX Regular EXpression eValuator - - 0 views

  •  
    A web-based Regular Expression tester for creating and testing php(pcre or posix) or javascript compatible regular expressions.
Joel Bennett

Microsoft Axum - Download Details - 0 views

  • Installer: Axum is an incubation project from Microsoft’s Parallel Computing Platform that aims to validate a safe and productive parallel programming model for the .NET framework. It’s a language that builds upon the architecture of the web and the principles of isolation, actors, and message-passing to increase application safety, responsiveness, scalability and developer productivity. Other advanced concepts we are exploring are data flow networks, asynchronous methods, and type annotations for taming side-effects. Programmer's Guide: Use this simple and easy to follow programmer's guide to learn how to create safe, scalable, and responsive applications with the Axum language. Language Specification: A detailed specification of the Axum language.
  •  
    A .NET language for safe, scalable and productive parallel programming through isolation, actors and message-passing ...
« First ‹ Previous 241 - 260 of 337 Next › Last »
Showing 20 items per page