BloggingAbout.NET
Thoughts of developers
All Tags » .NET » C# » Tips (RSS)

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Tiny Tip: Improve Security with InternalsVisibleTo Attribute

    In projects that span over multiple teams and for other very reasonable architecture reasons you end up with multiple assembles for your current project or even if you want to reuse a library one of the other teams wrote you will find yourself using code from other assembly, now you have couple of choices...
    Posted to Developer Pills by Adel Khalil on 10-12-2007
    Filed under: Filed under: , , ,
  • Tiny Tip: is vs. as

    Today's tip is a quick look at both not widely used C# operators and why prefer one to another.. Casting using is-operator: if(p is Product) // CLR?: Could i cast this to product? { Product x = (Product)p; // CLR again??: Could i cast this to Product? } This work but comes with performance cost so...
    Posted to Developer Pills by Adel Khalil on 10-08-2007
    Filed under: Filed under: , , ,
Page 1 of 1 (2 items)
Copyright © 2003-2008 BloggingAbout.NET
Powered by Community Server (Commercial Edition), by Telligent Systems