Browse by Tags

Tagged Content List
  • Wiki Page: Top 8 Features of the .NET Framework 4.0 & Visual Studio

    The top 8 features and sub-features of the .NET Framework 4.0 and are listed below: Web Development JavaScript Intellisense is supported in the Visual Studio Editor One Click Deployment For Applications RIA Support by providing Full fledged support for Silverlight Cloud Development...
  • Wiki Page: Extend your objects with DynamicObject to get a dynamic experience

    What is considered a dynamic experience? If you have ever programmed in a dynamic programming language you know that you can pretty much ask for anything on any object, consider this code in any dynamic programming language: var person = new Person(); person.Name = "Filip"...
  • Wiki Page: C#

    C# is a type-safe, statically typed, object-oriented language that is simple yet powerful, allowing programmers to build a breadth of applications. Combined with the .NET Framework, Visual C# 2008/2010 enables the creation of Windows applications, Web services, database tools, components, controls...
  • Wiki Page: Become More Productive by Making Custom Code Generation Tools

    Download You can download this example project at the following link. MSDN Galleries (C# and Visual Basic examples) Introduction Sometimes when programming, we get stuck spending valuable time performing repetitive tasks. We can forget that it's possible to create our own reusable...
  • Wiki Page: Memory access pattern matters even in managed programming

    At BUILD 2013 there was a talk on Native Code Performance and Memory: The Elephant in the CPU , even though I didn’t attend BUILD this year I watched it on Channel9 and I’d like to recap something from it that I find interesting. In many cases I think that we ignore the fact that we need to handle...
  • Wiki Page: Optimize your delegate usage

    Kudos to David Fowler for spotting this! We had a chat on JabbR and David pointed out something quite odd about delegates which he had discovered while optimizing some code. Let’s assume that we have the following code that declares a delegate and a method that uses it: public delegate...
  • Wiki Page: C♯ Português

    C Sharp Português C♯ em Português O C♯ (também C#, C Sharp ou C Cardinal) é uma linguagem de programação segura (de forma geral), estaticamente tipada (excluindo a palavra-chave "dynamic"), orientada a objecto e forte, que...
  • Wiki Page: Use the right tool for the right job!

    Even if you find the right tool for your job, do you know how to use the tool correctly? This is exactly what this article is going to focus on; you need to know your tools in order for you to know it’s the right tool for this job! Do you know your tooling? All too often I see developers using...
  • Wiki Page: Getting started with a Mocking Framework

    Mocking in general You might have come across the word “mock” before, when for instance a UI designer for a Windows Phone application on your team puts together a picture of how the application might look when it is finished: Where do the buttons go? What text might be displayed when...
Page 1 of 1 (9 items)
Can't find it? Write it!