Videos tagged with C#


Ralph Johnson, Joe Armstrong on the State of OOP

Ralph Johnson, Joe Armstrong on the State of OOP

Posted in Development, Broadcasting, Java, Ruby, Erlang, Interview

Summary Ralph Johnson and Joe Armstrong discuss the state of OOP, what Smalltalk got right/wrong and the image concept. Also: Joe decides he likes OOP as long as its done the Erlang way: focused on messaging. Bio Ralph Johnson, one of the GoF behind the Design Patterns book and behind the creation of the original Refactoring Browser, is now at the CS dept. at the UIUC and the leader of UIUC Pat...

Tags: Ruby, Java, Interview, Erlang, InfoQ, Architecture, Language Design, QCon, OOP, Object Oriented Design, Language, ...



Google I/O 2010 - Go Programming

Google I/O 2010 - Go Programming

Posted in Companies, Development, Google, Java, Python

Google I/O 2010 - Go Programming Tech Talks Rob Pike, Russ Cox The Go Programming Language was released as an open source project in late 2009. This session will illustrate how programming in Go differs from other languages through a set of examples demonstrating features particular to Go. These include concurrency, embedded types, methods on any type, and program construction using interfaces....

Tags: Google, Python, Java, Open-Source, Language, C#, Development, Companies, Google I/O, developer conference, go, ...


Google I/O 2010 - Writing real-time games for Android redux

Google I/O 2010 - Writing real-time games for Android redux

Posted in Companies, Development, Google, Java

Google I/O 2010 - Writing real-time games for Android redux Android 201 Chris Pruett This session is a crash course in Android game development: everything you need to know to get started writing 2D and 3D games, as well as tips, tricks, and benchmarks to help your code reach optimal performance. In addition, we'll discuss hot topics related to game development, including hardware differences a...

Tags: Google, Java, 3D, Mobile, Games, 2D, Android, C#, Development, Companies, Google I/O, ...


Google I/O 2010 - Go Programming

Google I/O 2010 - Go Programming

Posted in Companies, Development, Google, Java, Python

Google I/O 2010 - Go Programming Tech Talks Rob Pike, Russ Cox The Go Programming Language was released as an open source project in late 2009. This session will illustrate how programming in Go differs from other languages through a set of examples demonstrating features particular to Go. These include concurrency, embedded types, methods on any type, and program construction using interfaces....

Tags: Google, Python, Java, Open-Source, Language, C#, Development, Companies, Google I/O, developer conference, go, ...


Google I/O 2010 - Writing real-time games for Android redux

Google I/O 2010 - Writing real-time games for Android redux

Posted in Companies, Development, Google, Java

Google I/O 2010 - Writing real-time games for Android redux Android 201 Chris Pruett This session is a crash course in Android game development: everything you need to know to get started writing 2D and 3D games, as well as tips, tricks, and benchmarks to help your code reach optimal performance. In addition, we'll discuss hot topics related to game development, including hardware differences a...

Tags: Google, Java, 3D, Mobile, Games, 2D, Android, C#, Development, Companies, Google I/O, ...




Statically Dynamic Typing

Statically Dynamic Typing

Posted in Conferences, Development, Frameworks, C#, .NET Framework

Summary Neal Gafter explains why Microsoft has introduced dynamic typing in C# 4.0, what it is useful for - Interoperate with dynamic languages, Using reflection-like API, Interacting with COM -, what is DLR, and why they have chosen the dynamic type instead of other possible solutions. Bio Neal Gafter works on .NET languages at Microsoft. He used to be a software engineer and Java evangelist a...

Tags: Conferences, Frameworks, C#, .NET Framework, InfoQ, Dynamic Languages, Language Design, JVM Language Summit, C# 4, Development, .NET, ...


Eric Nelson on VS 2010 and .NET 4.0

Eric Nelson on VS 2010 and .NET 4.0

Posted in Development, Broadcasting, Frameworks, C#, Interview, .NET Framework

Summary In this interview Eric Nelson talks about what’s coming in VS 2010, the C# – VB.NET convergence, the introduction of Parallel as a library, and Azure cloud computing. Bio Eric Nelson has worked at Microsoft UK for twelve years and before joining worked exclusively as a Unix developer writing code in C and other 4GLs. He currently works in Microsoft's partner group and focuse...

Tags: Frameworks, Interview, C#, .NET Framework, InfoQ, QCon, Cloud Computing, F#, Visual Studio 2010, C# 4, Broadcasting, ...


The Joys and Pains of a Long Lived Codebase

The Joys and Pains of a Long Lived Codebase

Posted in Conferences, Development, Frameworks, Design, C#, .NET Framework

Summary Agile development practices and good Object Oriented Design principles are supposed to enable unending, gentle modification of an existing codebase. Is this really true, though? In the course of 5+ years developing and evolving an open source framework, I've learned a lot of painful lessons about the issues that retard code extensions and modifications. I've also learned a little bit ab...

Tags: Conferences, Testing, Frameworks, Design, C#, TDD, .NET Framework, InfoQ, QCon, QCon San Francisco 2008, Development, ...