Programming Tips
Saturday, 16 January 2016
Fill dictionary from reader object in c#
›
Hello guys. This is the simple code to fill dictionary from reader object. Dictionary<String, String> AdminSettings = new Dictionary...
Monday, 1 June 2015
Check String contains purticular value from array or text file comma separated string
›
Hello All, string text = System.IO.File.ReadAllText(@"Your_File_Path"); Here file contains comma seperated or single value, like ...
Thursday, 7 May 2015
Call C# function from Javascript in WPF
›
I was developing a desktop app in WPF and where I need to call C# function from Javascript. I searched and found a post. I know ther...
2 comments:
Tuesday, 28 April 2015
Move parent and child window together in windows / WPF application
›
Hello guys, Today I am sharing my experience to move parent and child window together. Suppose you have a parent window and on the t...
›
Home
View web version