DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Coding Standards and Best Programming Practices

Coding Standards and Best Programming Practices 1. Naming Conventions and Standards Note: The terms Pascal Casing and Camel Casing are used throughout this document. Pascal…

Documents Flex Interview Questions

Flex interview questions 1. Good understanding and working knowledge of object oriented programming 2. Good understanding of Flex SDK 3. Event handling model of Flex 4. Custom…

Technology Little words of wisdom for the developer - Guillaume Laforge (Pivotal)

1.Little words of wisdom for the developer2. Guillaume Laforge @glaforge http://glaforge.appspot.com http://gplus.to/glaforge + 3. Have Fun! 4. “1.7million 
 downloads
…

Technology Novosti v .NET 4.5

1. Novosti v.NET 4.5Damir Arh, MVPData Platform Development 2. .NET 1.0 .NET 1.1 .NET 2.0 .NET 4.0 (2002) (2003) (2005) (2010) C# 1.0C# 2.0 C# 4.0.NET 3.0 .NET 4.5 (2006)…

Technology Portable Class Libraries

1. PortableClassLibrariesDamir Arh, MVPData Platform Development 2. FrameworkFunkcionalnostSilverlightXbox 360WindowsWindows Phone Store .NEThttp://bit.ly/PclApihttp://bit.ly/PclApiDetailsCore…

Software Metaprogramming in .NET

Metaprogramming in .NET Metaprogramming in .NET Jason Bock Practice Lead 1 http://www.magenic.com http://www.jasonbock.net https://www.twitter.com/jasonbock https://www.github.com/jasonbock…

Documents iOS Interview Questions and Answers

iOS Developer Blog Select Language Powered by Translate Friday, March 22, 2013 1-How would you create your own custom view? By Subclassing the UIView class. 2-Whats fast…

Documents Jesuit Digital Network Supporting Sharing and Collaboration Melbourne, Australia July 10, 2015.

Slide 1 Jesuit Digital Network Supporting Sharing and Collaboration Melbourne, Australia  July 10, 2015 Slide 2 The Jesuit Digital Network is… …is an online platform…

Documents Q

Q: How would you create your own custom view? Q: Whats an NSOperationQueue and how/would you use it? Q: What is App Bundle? A: When you build your iOS app, Xcode packages…

Documents Objective C QP1

1-How would you create your own custom view? By Subclassing the UIView class. 2-Whats fast enumeration? Fast enumeration is a language feature that allows you to enumerate…