Threading in C# - 1 views
C#/.NET Little Wonders: The Joy of Anonymous Types - 0 views
(video) Microsoft ASP.NET and the Realtime Web - 0 views
-
TechEd Europe 2012: great talk about SignalR, the lightweight messaging system that allows you to have a real-time connections between clients or between the client and the server. Imagine visiting a web page and having everything you do appear instantaneously in the browsers of all other users that are visiting that page. Think chat clients, collaborative editing, etc.
Unprofessional code - 2 views
Loose Coupling and the Big Picture - 0 views
Announcing the release of .NET Framework 4.5 RTM - Product and Source Code - 0 views
-
Today, we are happy to announce the availability of Microsoft .NET Framework 4.5 and Visual Studio 2012. You can develop apps that will take advantage of all the great features that we have added, including new features in Windows 8. We are also announcing the availability of the .NET Framework 4.5 reference source code, under the Microsoft Reference Source License (MS-RSL).
Validate User Input, Not Developer Input - 0 views
Explaining What Action And Func Are - 0 views
Types of Duplication in Code - 0 views
Best Practices for Linq Enumerables and Queryables « Zeros, Ones and a Few Twos - 0 views
A Beginner's Guide to Big O Notation « Rob Bell - 0 views
-
Big O notation is used in Computer Science to describe the performance or complexity of an algorithm. Big O specifically describes the worst-case scenario, and can be used to describe the execution time required or the space used (e.g. in memory or on disk) by an algorithm. [..] Hopefully this article will help you gain an understanding of the basics of Big O and Logarithms.
Keep Public Interfaces away from Children | Passion for Coding - 0 views
-
It is natural to think of the public methods and properties of a class as the public interface of the class. When implementing a class that is meant to be derived there is also another interface - the one meant for child classes. A clear separation of the two interfaces makes the code cleaner. The one construct to avoid is public virtual methods.
Saying No To Properties - 0 views
« First
‹ Previous
61 - 80 of 105
Next ›
Last »
Showing 20▼ items per page