|
|
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.
|
41 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 Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Perform error notification and error handling using exceptions Use properties to implement the private data/public accessor pattern Use namespaces to group related types Use delegates and events to implement callbacks Override Object class methods such as ToString Avoid dll conflicts during deployment Use dynamic binding and polymorphism to write generic code (i.e.,
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 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. NET Framework is ".NET NET 101" for developers moving to .NET.
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, including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to SQL queries to execute SQL Server stored procedures and perform
DevelopMentor Courses
- Friday, June 12, 2009
|
167 Articles match "Programming"
|
The Latest from DevelopMentor
|
MORE
|
|
The Dirty Secret of Computer Science
Outside of universities and operating system development, there isn’t a lot of computer science involved in the daily grind of computer programming. I’ve long thought that Donald Knuth had it right when he titled his books The Art of Computer Programming .
The number one response by my aunts/uncles/friends parents etc was “you’re programming? The term "computer science" is a laughable misnomer. There’s some, of course, but not enough that I would call myself a computer scientist.
Ardent Dev
- Wednesday, March 10, 2010
Yuck, I Got Data on my Hands
Once upon a time I wrote a computer program that did not require data. NET programming world, ADO.NET is the underlying data access technology. Nevertheless, there is a mismatch between object oriented programming and relational data (perhaps you’ve heard of the object-relational impedance mismatch ). It was called helloworld.exe and it was awesome. It was also a wee bit useless.
Ardent Dev
- Wednesday, February 24, 2010
WCF, WIF and Load Balancing (and a bit of Azure)
You end up with a stateful service – or more important – with a stateful programming
model. Pablo wrote a post yesterday
giving giving some background information on how session tokens are protected in WIF – here
some some additional info for WCF:
The
www.leastprivilege.com
- Thursday, February 18, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Interesting take on code reuse...
Tags: Programmin http://www.infoq.com/news/2007/07/worthless-code
This parallels
my my general take on code reuse...
Josh's
1st 1st Axiom of Code Reuse
There Must Be Some Mistake
- Wednesday, July 25, 2007
-
Topological Sort Extension Method
NET C# LINQ Programmin I recently needed to sort a list of nodes by their dependencies. After a bit of Googling, I discovered this is called a topological sort .
Here’s the generic extension method I managed to come up with:
public static class TopologicalSorter
{ 123;
public static IEnumerable < T > TopologicalSort
Jason Diamond
- Sunday, June 7, 2009
-
Better Late Than Never
Tags: Programming W Forgot to mention that my MSDN Magazine article on WF came out a few months back...
http://msdn.microsoft.com/en-us/magazine/dd252947.aspx
Cheers!
Cheers!
...Tags:
-
After Java and C# - what is next?
Java and C# are almost identical programming languages. Where is the revolutionary programming language that will stop the redundancy? (From Boring repetition that lacks innovation. From Angelika Langer's Weblo
Angelika Langer's Weblog
- Wednesday, April 22, 2009
-
Had a Great Time Speaking at the Atlanta Code Camp...
Tags: DLR Oslo Programmin I gave a fun talk on integrating Oslo's MGrammar and the Dynamic Language Runtime
to to build your own high-performance, .NET-targeted NET-targeted DSL.
Unfortunately Unfortunately in
-
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 .
short) are more powerful, whatever that means. There seems to be correlation between languages we believe are more powerful (e.g.
Handwaving
- Friday, November 13, 2009
-
Parallel Programming Patterns
Here’s a very good list of patterns for parallel programming and algorithms.
...Tags: Tags: Technolog
Handwaving
- Friday, December 18, 2009
|
|
|