|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
67 Articles match "Programming"
|
Related DevelopMentor Courses
|
MORE
|
|
Foundations of C# Programming and the.NET Framework
Language Basics This section covers the core C# features that will be used by almost every program: application entry point, simple types, variables, basic input and output, operators, arrays, control constructs, comments, etc. Day 2 Class A class is a key object-oriented programming concept and the primary unit of coding in C#. Initialization Initialization of variables is important for program correctness. Constants Defining and using constants is important for program correctness and readability. less code!) NET 101" for developers moving to.NET. interface vs.
DevelopMentor Courses
- Friday, June 12, 2009
Virtual Foundations of C# Programming and the.NET Framework (Part 1)
Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Use properties to implement the private data/public accessor pattern Avoid dll conflicts during deployment Virtual Foundations of C# Programming and the.NET Framework is ".NET In part one of this series on programming C#, we'll discuss fundamental concepts such as the Common Language Runtime (CLR), garbage collection, and deployment. Initialization Initialization of variables is important for program correctness.
DevelopMentor Courses
- Wednesday, February 17, 2010
Essential LINQ with the Entity Framework
The latest version of the C# programming language comes with many new features intended to increase developer productivity, including automatic properties, object initializers, collection initializers, and partial methods. is Language Integrated Query (LINQ), making query a first-class feature of the programming language. In this course, you learn to: Leverage new features of C# 3.0, Learn to combine flavors of LINQ to query and transform in-memory collections, XML data sources, and relational databases. How is LINQ to Entities different from LINQ to SQL? Appendices ASP.NET 3.5
DevelopMentor Courses
- Friday, June 12, 2009
|
191 Articles match "Programming"
|
The Latest from DevelopMentor
|
MORE
|
|
Go’s type syntax
The Go programming language’s main claim to fame is it is developed by Unix god’s Pike and Thompson. Go is an attempt to be a better system’s language than C. However, the type syntax is just weird enough to be off-putting. Pike explains why in this post. IMHO, any statically typed language developed in the 21st century should have type inferencing. Then you wouldn’t need to worry so much about cluttering your code with unreadable type syntax because there would be so little of it. The solution is to go back to OCaml and rewrite the runtime to support concurrency. How hard could it be?
Handwaving
- Thursday, July 8, 2010
Unity, Multiple Constructors and Configuration
1: class Program. I’ve been working with the Unity IoC container from Microsoft Patterns and Practices recently. Its mostly straightforward as IoC containers go but one thing had me puzzled for a while as its not really documented or blogged as far as I can see; so I decided to blog it so hopefully others looking will stumble across this article. Lets start off with a simple example: I have two interfaces: IService and IRepository that live in the Interfaces class library. 1: public interface IService. 3: void DoWork(); 4: }. 1: public interface IRepository. 3: string GetStuff(); 4: }.
.NET Meanderings
- Monday, June 7, 2010
Software Architecture 2010
Through out the week I’ll be doing stuff on Patterns, and Parallel programming. Finishing the week with another day with Rich talking about parallel programming, all using the latest bits of.NET 4. Myself and other Rock Solid Knowledge guys have had various talks accepted for Software Architecture conference this October in London. Rich and myself will be spending a day talking about how to use various bits of.NET 4 technology to build a MVC, WF and Entity Framework based application. The aim to build the app live, so you really get to see how this tech actually ticks.
.NET Mutterings
- Friday, June 4, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Interesting take on code reuse.
Tags: Programming
There Must Be Some Mistake
- Wednesday, July 25, 2007
-
Topological Sort Extension Method
Tags: NET C# LINQ Programming
Jason Diamond
- Sunday, June 7, 2009
-
Better Late Than Never
Tags: Programming WF
-
Had a Great Time Speaking at the Atlanta Code Camp.
Tags: DLR Oslo Programming
-
Programming Succinctly
Paul Graham wrote an essay a while back arguing that succinct programs (i.e. Lisp, Haskell) and shorter programs compared to mainstream languages (Java, C#, C++). When I look at how much more succinct Factor (a concatenative language) programs are compared even to Lisp & Haskell, it dawned on me why some languages are more succinct than others: intermediate variables. wrote a concatenative embedded DSL in Scheme to see if programs do become shorter. had to work around both to produce a pitifully inefficient execution engine for this programming style.
Handwaving
- Friday, November 13, 2009
-
Parallel Programming Patterns
Here’s a very good list of patterns for parallel programming and algorithms.
Handwaving
- Friday, December 18, 2009
-
Objects from Hell?
Tags: Software Development Cohesion Coupling Encapsulation Object Oriented Objects Programming
Jim Schardt's Blog
- Wednesday, July 1, 2009
|
|
|