pheaven

Stories submitted by pheaven

Introducing C# 3 – Part 2(programmersheaven.com)

submitted by pheavenpheaven(430) 4 years, 5 months ago

This is the second of a four part series on C# 3.0. It covers extension methods, explaining what they are, when to use them and how to write them. It then moves on to lambda expressions, explaining the syntax and showing how C# 2.0 anonymous methods can be re-written using the new syntax. It also looks at how type inference and lambda expressions work together. read more...

add a comment |category: |Views: 12

tags: another

Introducing C# 3 (programmersheaven.com)

submitted by pheavenpheaven(430) 4 years, 5 months ago

This is the first of a four part series on C# 3.0. It covers type inference, also known as implicitly typed variables. It explains what type inference is, why it is useful and the performance consequences of using it. It also looks at implicitly typed arrays. read more...

1 comment |category: |Views: 1

tags: another

Webmaster Checklist - How Does Your Site Do?(programmersheaven.com)

submitted by pheavenpheaven(430) 4 years, 8 months ago

About to deploy a site? Find out what you've forgotten to do! We have collected together numerous tried and tested tips to make the ultimate webmaster checklist. It includes detailed tips on search engine optimization, accessibility, security, page download time, privacy and legal issues, hosting and more. There is also a downloadable tick-list version of the checklist, so you can tick off each item as you check it for your site. read more...

add a comment |category: |Views: 9

tags: another

2006 At Programmer's Heaven: The Highlights(programmersheaven.com)

submitted by pheavenpheaven(430) 5 years, 5 months ago

As another year draws to a close and the Programmer's Heaven team take a break for Christmas, it's time to take a look back over the year that's just been. read more...

add a comment |category: |Views: 0

tags: another

Free C# School Ebook (programmersheaven.com)

submitted by pheavenpheaven(430) 5 years, 5 months ago

This free 330 page ebook covers the .NET framework and the C# language. Starting with the basics of the language, it goes on to cover object oriented programming techniques and a wide range of C# languages features including interfaces, exceptions and delegates. Later chapters cover practical topics including database access with ADO.NET, building Windows forms applications, multi-threading and asynchronous I/O. The final chapter covers new features in C# 2.0, including generics. read more...

add a comment |category: |Views: 58

tags: another