Skip to main content

Home/ Groups/ OCG developers
1More

Comparing Values for Equality in .NET: Identity and Equivalence - 0 views

  •  
    "The various ways of comparing two values for equality in .NET can be very confusing. In fact if we have two objects a and b in C# there are at least four ways to compare their identity, plus one operator that looks like an identity comparison to add to the confusion"
1More

Service Oriented Enterprise: What's After Cloud? - 0 views

  •  
    "As an advisor to some of the world's largest companies, it's my job to keep up with advances in technology.  I'm paid to answer questions like, "what's after cloud?""
1More

Tips on mining Big Data in a small business environment - 0 views

  •  
    "Here are factors and tools to consider when mining Big Data for small business intelligence. AWS, SumAll, and Google Cloud Storage might help you get a good ROI."
1More

6 Ways To Avoid Mass Assignment in ASP.NET MVC - 0 views

  •  
    "One of the scenarios that I always demonstrate during an ASP.NET MVC class is how to create a mass assignment vulnerability and then execute an over-posting attack."
1More

Small in, Big out - 0 views

  •  
    "Consider the following method signatures: IEnumerable Process(List input); IList Process(IEnumerable input); Of the two, which is the better choice? Write down your answer."
1More

Simple yes or no question: is Silverlight dead? « Jan Van der Haegen's blog - 1 views

  •  
    "With this post, based solely on my own opinion, I wanted to give those people the simple yes or no answer to their question, and here it is: "Is Silverlight dead 2012?" Yes, it is. IF and ONLY IF your target is Joe Blow playing FarmVille on his iPad while watching "[YourCountryHere] got talent"."
1More

StreamInsight for Non-Programmers - TechNet Articles - United States (English) - TechNe... - 0 views

  •  
    "Microsoft StreamInsight consists of a set of programming tools, and most of what is written about StreamInsight is written specifically for programmers. But what if you are, for example, a database administrator or data analyst without an extensive programming background? You're wondering if StreamInsight might be a solution for a problem you have, but the existing documentation leaves you scratching your head."
1More

The Transformation Priority Premise - Uncle Bob's Blog - 0 views

  •  
    "This blog poses a rather radical premise. It suggests that Refactorings have counterparts called Transformations. Refactorings are simple operations that change the structure of code without changing it's behavior. Transformations are simple operations that change the behavior of code. Transformations can be used as the sole means for passing the currently failing test in the red/green/refactor cycle. Transformations have a priority, or a preferred ordering, which if maintained, by the ordering of the tests, will prevent impasses, or long outages in the red/green/refactor cycle."
1More

Abstractions, Patterns, and Interfaces - 0 views

  •  
    "Interfaces are wonderful for a language like C#. Interfaces give us everything we need to work with an object in a strongly-typed manner, but place the least number of constraints on the object implementing the interface. Interfaces make the C# compiler happy without forcing us to pay an inheritance tax for working with a class hierarchy. We'll define an interface that describes exactly how we want to fetch customers and how we want the customers packaged for us to consume."
1More

(Pluralsight course) LINQ Fundamentals - 0 views

  •  
    "This course covers the general purpose query facilities of Language Integrated Query (LINQ)"
1More

(PluralSight course) Agile Team Practices with Scrum - 0 views

  •  
    "Agile software development with a focus on effective Scrum and proven team practices."
1More

(PluralSight course) Agile Estimation - 0 views

  •  
    "A look at how to implement estimation in an Agile environment"
1More

(PluralSight course) Entity Framework 4.1 - DbContext Data Access - 0 views

  •  
    "The EF 4.1 DbContext API works with Code First, Database First, and Model First and provides a simplified, productive environment for building all types of data-backed applications"
1More

(PluralSight course) C# Fundamentals - 0 views

  •  
    "This course is designed to give you everything you need to become a productive C# developer on the .NET platform"
1More

(PluralSight course) Algorithms and Data Structures - 0 views

  •  
    "A look at the core data structures and algorithms used in day-to-day applications."
1More

(PluralSight course) SOLID Principles of Object Oriented Design - 0 views

  •  
    "This course introduces foundational principles of creating well-crafted code and is appropriate for anyone hoping to improve as a developer"
1More

How to manage unit tests in Visual Studio 2012 Update 1 : Part 1 - Using Traits in the ... - 0 views

  •  
    "Visual Studio 2012 has a great new Test Explorer.  The Test Explorer is where you see the results of your unit tests.  In Update 1 it has been extended, and you can now organize and filter the test runs based on several conditions, among them your Projects, and Traits."
1More

Unit Tests Don't Find Bugs: the Death of QA - 0 views

  •  
    "Unit tests don't find bugs. They find regressions. This is a painful lesson I learned when I first started doing TDD (test-driven development), and it's well known among most TDD circles."
1More

8 things you probably didn't know about C# - 0 views

  •  
    "Here's a few unusual things about C# that few C# developers seem to know about."
« First ‹ Previous 41 - 60 of 323 Next › Last »
Showing 20 items per page