Stan Learns C#

This blog contains what I am learning about the C# language and environment.

Blog Archive

  • ▼  2012 (4)
    • ▼  June (3)
      • Tech Review C#: Thursday, June 14, 2012
      • Tech Review: C# Generics
      • Tech Review Programming: Wednesday, June 6, 2012
    • ►  May (1)
  • ►  2011 (2)
    • ►  October (1)
    • ►  September (1)
  • ►  2010 (1)
    • ►  July (1)
  • ►  2008 (5)
    • ►  October (4)
    • ►  August (1)
  • ►  2007 (1)
    • ►  June (1)

Stan's Blogs

  • Stan Learns MindMapping
  • Stan Learns Regular Expressions
  • Stan Learns Databases

About Me

My photo
Stan's Stuff
Husband to a beautiful wife, dad to 4 daughters, and grandpa to 8 grandchildren.
View my complete profile

Wednesday, June 20, 2012

Tech Review C#: Thursday, June 14, 2012


Interfaces (C# Programming Guide)

http://msdn.microsoft.com/en-us/library/ms173156.aspx
  • can't declare if public in interface only in implementation.
  • VS doesn't explicitly give the interface public when generating from an interface

Cast int to Enum in C#

http://stackoverflow.com/questions/29482/cast-int-to-enum-in-c-sharp







Posted by Stan's Stuff at 6:41 AM No comments:

Monday, June 11, 2012

Tech Review: C# Generics


C# Generics

http://msdn.microsoft.com/en-us/library/512aeb7t(v=vs.80).aspx
http://stackoverflow.com/questions/692540/examples-of-usage-of-generics-in-net-c-vb-net






Posted by Stan's Stuff at 1:21 PM No comments:

Thursday, June 7, 2012

Tech Review Programming: Wednesday, June 6, 2012

Regex C# White Space Examples:
http://www.dotnetperls.com/regex-replace-spaces
  • @"\s+", " "
http://www.regular-expressions.info/examples.html
  • ^[ \t]+|[ \t]+$
RegEx Overview
http://en.wikipedia.org/wiki/Regular_expression


Facebook releases internal C++ libraries as open source
http://arstechnica.com/information-technology/2012/06/facebook-releases-internal-c-libraries-as-open-source/




Posted by Stan's Stuff at 11:37 AM No comments:
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)