eBooks Free Books

Free Trade Magazine Subscriptions & Technical Document Downloads

Archive for the ‘C#’ Category

Using engaging examples and a clear, straightforward approach, MICROSOFT VISUAL C# 2010: AN INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING, FOURTH EDITION guides beginning programmers through developing programs in the C# language. The book provides readers with a strong background knowledge of structured programming, method calling, and parameter passing, all of which are important concepts easily transferable to other programming languages. The Fourth Edition has been written and tested using the latest version of C#, Visual C# 2010, and now offers supplementary video lessons, expanded coverage of methods, and the option to study GUI applications earlier in the text.

Download Here

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

Developing C# Applications for iPhone and iPad using MonoTouch shows you how to use your existing C# skills to write apps for the iPhone and iPad. Fortunately, there’s MonoTouch, Novell’s .NET library that allows C# developers to write C# code that executes in iOS. Furthermore, MonoTouch allows you to address all the unique functions of the iPhone, iPod Touch, and iPad. And the big plus: You needn’t learn any Objective-C to master MonoTouch!

Former Microsoft engineer and published app-store developer Bryan Costanich shows you how to use the tools you already know to create native apps in iOS using C# and the .NET Base Class Libraries. The magic is in Novell’s implementation of Apple’s Cocoa libraries in MonoTouch. You’ll master the same elegant and rich Cocoa environment, but without the need to learn a new programming language. 

Developing C# Applications for iPhone and iPad using MonoTouch takes you from your first “Hello, World” example through the major APIs and features of iOS. The coverage is comprehensive and makes use of frequent examples, complete with sample code you can download and reuse to create your own powerful and playful apps.

What you’ll learn

  • How to use your existing C# skills to develop applications on the iPhone and iPad
  • Apple’s Model View Controller (MVC) methodology
  • Working with CocoaTouch’s UIKit to create iOS applications using native controls 
  • Device-specific features, like the camera, GPS, and Compass using CoreLocation, the accelerometer, and others
  • Accessing shared resources such as the photos, contacts, and more
  • How to persist and retrieve data using SQLite and .NET libraries
  • Complex drawing and animation using CoreGraphics and CoreAnimation
  • The use of Apple’s Push Notification Service
  • The latest game porting techniques using XNA Touch
  • How to integrate off-the-shelf Objective-C libraries

Download Here

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

Take advantage of the growing trend in functional programming. C# is the number-one language used by .NET developers and one of the most popular programming languages in the world. It has many built-in functional programming features, but most are complex and little understood. With the shift to functional programming increasing at a rapid pace, you need to know how to leverage your existing skills to take advantage of this trend.

Functional Programming in C# leads you along a path that begins with the historic value of functional ideas. Inside, C# MVP and functional programming expert Oliver Sturm explains the details of relevant language features in C# and describes theory and practice of using functional techniques in C#, including currying, partial application, composition, memoization, and monads. Next, he provides practical and versatile examples, which combine approaches to solve problems in several different areas, including complex scenarios like concurrency and high-performance calculation frameworks as well as simpler use cases like Web Services and business logic implementation.

  • Shows how C# developers can leverage their existing skills to take advantage of functional programming
  • Uses very little math theory and instead focuses on providing solutions to real development problems with functional programming methods, unlike traditional functional programming titles
  • Includes examples ranging from simple cases to more complex scenarios

Let Functional Programming in C# show you how to get in front of the shift toward functional programming.

Download Here

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)