BloggingAbout.NET
Thoughts of developers
All Tags » .NET » C# (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: , , ,
  • Why .Net has it all

    Disclaimer: I'm no MS/.Net evangelist. I'm just a computer software developer that wants to share his experience working on a weekend project (actually 3 weekends...) As a bet between me and my wife, I took the challenge of developing grid computing software over the weekend. The aim is to basically...
    Posted to Dotgrid by Roiy Zysman by dotgrid on 09-15-2007
    Filed under: Filed under: , , ,
  • .NET, ALT.NET and RoR... The good, the bad and the ugly

    I was wondering what is it ALT.NET, once you reach the definition.. if you a ALT.NET developer so " You’re the type of developer who uses what works while keeping an eye out for a better way.", of course this make sense and we all should think that way, sign me up the irony here is that by...
    Posted to Developer Pills by Adel Khalil on 09-14-2007
    Filed under: Filed under: , , , , ,
  • Is C# getting old ?

    Anyone who may think so got to be insane, but as Wagner pointed out recently .. I think your question shows that C# is just starting to mature. It's the first time I've been asked is C# is getting old. Most of the people I've worked with that are concerned about C# in a new development are...
    Posted to Developer Pills by Adel Khalil on 09-13-2007
    Filed under: Filed under: ,
  • Tiny Tools, Huge Benefits

    Those are a subset of Hanselman's tool list , those are very helpful during my daily job... so i thought i share with you.. to boost your productivity as well. Query Express - A light weight Query analyzer like application .NET Reflector - Amazing utility reflect over .NET Assemblies you can use...
    Posted to Developer Pills by Adel Khalil on 09-12-2007
    Filed under: Filed under: , , , ,
  • Tip : c# extracting version number

    Comes in handy if you want to implement an automatic application upgrade component. By calling System.Deployment.Application. ApplicationDeployment .CurrentDeployment.CurrentVersion You'll get in return which current version is running and can alert the user that there is a new version available...
    Posted to Dotgrid by Roiy Zysman by dotgrid on 09-01-2007
    Filed under: Filed under: , , , ,
  • Are you an Alpha C#.NET Geek?

    Take the test.. http://newtechusa.com/csharp-dotnet-quiz.asp
    Posted to Developer Pills by Adel Khalil on 05-23-2007
    Filed under: Filed under: , ,
  • Writing very dynamic Puzzle

    I wrote this puzzle while ago and thought it's time to share it, as when i searched the internet back the time od developing this i did not find any similar puzzle that expose this flexibility. To have this flexibility on hand we have to do couple of things first of all generate buttons which will be...
    Posted to Developer Pills by Adel Khalil on 04-27-2007
    Filed under: Filed under: , ,
  • Debug Windows Services

    Phillip Jacobs has posted describing how to debug a Windows Service without having the process attached to the service... and i agree as attaching the process to the service and compile, deploy every time is just painfull, from my perspective the best and easiest way to do so is to have the statment...
    Posted to Developer Pills by Adel Khalil on 04-14-2007
    Filed under: Filed under: , ,
  • Developing Outlook COM Add-in - Usefull Resources

    Some usefull resouces for developing Office add-ins. http://msdn2.microsoft.com/en-us/library/bb208173.aspx http://msdn2.microsoft.com/en-us/library/bb226710.aspx http://www.outlookcode.com http://msdn2.microsoft.com/en-us/library/aa289518(VS.71).aspx http://www.shahine.com/omar/CategoryView,category...
    Posted to Developer Pills by Adel Khalil on 03-31-2007
    Filed under: Filed under: , ,
  • Help fight cancer!

    The fact that we (Developers) get paid and make living from doing what we love is a targeted by grudge from all other professions so imagine if you WORK + GET PAID + FIGHT CANCER . When i was at the closing session of MDC 2007 i have catch Stephen Forte for a few words before i leave when he mentioned...
    Posted to Developer Pills by Adel Khalil on 02-09-2007
    Filed under: Filed under: , ,
  • Testing Equality in C#

    Theres many ways to test equality between two object in fact theres four we have Object.ReferenceEquals(), static Equals() , instance Equals(), operator== Object.ReferenceEquals(); This method simple test the equality of referances of two referance types so if these two types are pointing to the same...
    Posted to Developer Pills by Adel Khalil on 01-27-2007
    Filed under: Filed under: ,
  • Small utility help freelance developers

    Hello, guys... back yet from the holiday.. the community is so quite these days... but anyway.. i'm writing alot freelance projects these days.. and i wanted a tiny tool help me calculate total of hours that i spent working on a project so as i missed the coding during the holidays i decided to write...
    Posted to Developer Pills by Adel Khalil on 01-02-2007
    Filed under: Filed under: , ,
  • Writing simple test case

    One of my friend asked me to write some example if we could say for test cases as he is going to interview for .NET Developer job and they propaly will ask him to do so which they did and a little snippet here let him pass the quistion so i decided to blog about it so may any one benfit The thing is...
    Posted to Developer Pills by Adel Khalil on 12-11-2006
    Filed under: Filed under: , ,
Page 1 of 1 (15 items)
Copyright © 2003-2008 BloggingAbout.NET
Powered by Community Server (Commercial Edition), by Telligent Systems