I am Siva

Empty your memory, with a free()... like a pointer! <br /> The pointer can crash...and can overflow..!

  • Privacy Policy

C#

Difference Between Int32.Parse(), Convert.ToInt32(), and Int32.TryParse()

March 14, 2013 / Leave a Comment

Int32.parse(string) Int32.Parse (string s),%method converts the,%string,%representation of a number to its 32-bit signed integer equivalent. When,%s,%is a,%null,%reference, it will throw,%ArgumentNullException. If,%s,%is other than,%integervalue, it will throw,%FormatException. When,%s,%represents a number less than,%MinValue,%or greater thanMaxValue, it will throw,%OverflowException. For example: string s1 = “1234”; string s2 = “1234.65”; string s3 = null; string s4 = “123456789123456789123456789123456789123456789”; int … [Read more…]

Posted in: .NET, C Sharp, C# Tagged: .NET, C Sharp, C#

Routed Events in WPF

March 12, 2013 / Leave a Comment

A routed event is a type of event that can invoke handlers on multiple listeners in an element tree, rather than just on the object that raised the event. These events which navigate up or down the visual tree acording to their RoutingStrategy. The routing strategy can be bubble, tunnel or direct. The concept of … [Read more…]

Posted in: .NET, C Sharp, C#, WPF Tagged: .NET, C Sharp, C#, WPF

Introduction to Windows Presentation Foundation

March 12, 2013 / Leave a Comment

The Windows Presentation Foundation is Microsofts next generation UI framework to create applications with a rich user experience. It is part of the .NET framework 3.0 and higher. WPF combines application UIs, 2D graphics, 3D graphics, documents and multimedia into one single framework. Its vector based rendering engine uses hardware acceleration of modern graphic cards. … [Read more…]

Posted in: .NET, C Sharp, C#, WPF Tagged: .NET, C Sharp, C#, WPF

Search

February 2019
M T W T F S S
« Jan    
 123
45678910
11121314151617
18192021222324
25262728  

Archives

  • January 2019 (2)
  • September 2018 (1)
  • March 2017 (1)
  • January 2016 (1)
  • July 2015 (1)
  • July 2014 (1)
  • June 2014 (7)
  • May 2014 (3)
  • April 2014 (1)
  • March 2014 (1)
  • January 2014 (2)
  • August 2013 (1)
  • June 2013 (1)
  • April 2013 (1)
  • March 2013 (6)

Categories

  • .NET
  • AngularJS
  • ASP.NET
  • ASP.NET MVC
  • C Sharp
  • C#
  • Design Patterns
  • Excel
  • GoF
  • Happy New Year
  • HTML
  • JavaScript
  • JS
  • Maximo
  • MVC
  • OOP
  • SharePoint
  • SharePoint 2010
  • Sql
  • Windows 8
  • WPF

Tags

.NET AngularJS ASP.NET ASP.NET MVC C# C Sharp Design Patterns Excel GoF Happy New Year HTML JavaScript JS Maximo MVC OOP SharePoint SharePoint 2010 Sql Windows 8 WPF

Recent Posts

  • AngularJS Multiple ng-app within a page
  • Read and Update Excel using JavaScript
  • Introduction to sql
  • What is AngularJS
  • ASP.NET MVC 5 Web Application Template on VS 2012?

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Copyright © 2019 I am Siva.

Me WordPress Theme by themehall.com