Posts
 
Reputation
Joined
Last Seen
Ranked #602
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
81% Quality Score
Upvotes Received
261
Posts with Upvotes
253
Upvoting Members
13
Downvotes Received
17
Posts with Downvotes
17
Downvoting Members
9
27 Commented Posts
13 Endorsements
Ranked #121
Ranked #1K
~124.71K People Reached
About Me

Bachelor Of Technology in Computer Science And Engineering and curious to learn about new technologies and innovative implementations.

Interests
Developing software, designing websites and playing PC games
Favorite Tags
Member Avatar for Mike Askew

You may go through this link :- [Click Here](http://www.csharp-station.com/Tutorial/CSharp/Lesson20)

Member Avatar for Shahzad111
17
3K
Member Avatar for abdallah_adiga

Hi, you may try this one but some syntax you need to rectify on your own or you can post them here also. http://converter.telerik.com/

Member Avatar for Emanuil23
0
552
Member Avatar for KushMishra

Hi All, Any suggestions on how could we attach the NLog.config to a docker-compose.yml file so that it generates an “NLog_Internal.txt” on the host machine and we can see all the application logs in that file? In other words, is there a way we could extract the logs of an …

Member Avatar for KushMishra
0
2K
Member Avatar for ddanbe

I am not sure if we could use C# (like we use Python) as the programming language for Machine Learning and Data Science. It perhaps, gets limited into areas like these. Moreover, there are services available on the Cloud and also, as multiple platforms/tools that could help the naive user …

Member Avatar for Dani
0
2K
Member Avatar for batoolhussain

You can use the Click Once publishing tools to publish the application as a single bundle (MSI-Microsoft Installer) and deploy this MSI on the server or onto the IIS server. Then using the URL of the server, one could access the application on multiple clients.

Member Avatar for KushMishra
0
417
Member Avatar for KushMishra

Hi, I am an absolute beginner to Xamarin and just started to develop a small application wherein, I am not getting any idea about why the BindableProperty changes are not getting reflected inside the view model. Presently, I have written my BindableProperty in a separate Class and the code is …

Member Avatar for KushMishra
0
986
Member Avatar for overwraith

You could probably design an intermediate service which would have some events regsitered to notify whether any changes to the database were made or not. Is that what you're looking for?

Member Avatar for overwraith
0
924
Member Avatar for KushMishra

Hello All, I have experienced a very strange problem in my application. When I launch my WPF application, it loads fine with a window and button, upon clicking the button, it launches another form which is also fine but in this second form, when I click some button, it launches …

Member Avatar for Cody_6
0
4K
Member Avatar for KushMishra

Hi, I am developing my own designer and got stuck at a point where I need to establish or implement some business logic whenever any UI Element is dragged and determine if that falls withing the boundaries of another parent control (specifically TabControl or GroupBox), so that the next time …

Member Avatar for KushMishra
0
509
Member Avatar for Smith5646
Member Avatar for davy_yg

Not sure, but just wanted to know whether you've got any other alternatives other than caching the content because as far as I know, it would not be wise to cache the whole website. Also, I think if anyone is browsing your website the very first time, then they shouldn't …

Member Avatar for KushMishra
0
246
Member Avatar for KushMishra

Hi All, Could anyone please suggest on how to apply multiple styles to multiple elements at runtime and that too the styles should be applied at the same time on all elements. For instance, I want to animate two buttons but their styles are different. Now if I apply the …

Member Avatar for rproffitt
1
766
Member Avatar for KushMishra

Hello All, I need to develope an application to receive POP3 emails automatically at regular intervals. I am totally a newbie to this one and need your kind help. The application should fetch emails using some service that would run in the background. So basically I need 2 things (I …

Member Avatar for Elpat14
1
2K
Member Avatar for KushMishra

Hi All, I have a collection of huge records (6000+) wherein the object in the collections has got 50+ properties, so ideally it is not a good idea to run a "For-Each" loop here. What I want is a "GroupBy" clause which would get me a Dictionary (Of String, String) …

Member Avatar for KushMishra
0
3K
Member Avatar for Kimberly_2

Hi, is this a laptop and have you tried starting that with another battery? Also, you can try inserting the windows DVD and see if that works, but yes, it would be helpful if you could tell us the exact make-model of the computer.

Member Avatar for Pcdoctor_1
0
496
Member Avatar for Yashvanth_1

Hi, you may go through the following link. Hope this helps. [Click Here](http://visualbasic.ittoolbox.com/groups/technical-functional/visualbasic-l/visual-basicautonumber-2679094)

Member Avatar for KushMishra
0
199
Member Avatar for Siberian

Hi, you can try third-party software like "lockmaster" or "Take Ownership" to unlock the files being used or take the ownership of the files in order to modify/delete them. I suppose that in your case, "Take Ownership" should help you.

Member Avatar for mechbas
0
321
Member Avatar for Mackenzie_1

Hi, Have you tried booting this on Safe Mode. Just click shut down by pressing the "Shift" key on the keyboard and then go top troubleshoot. The safe mode might allow you to access this (not sure, but you can try at least).

Member Avatar for close2study
0
3K
Member Avatar for KushMishra

Hi Everyone, I started creating a new WPF project wherein, I have just added a style to all the elements of type "Window" and "Grid" but none of these are working (rather a wierd black box is apprearing - Screenshot attached). **NOTE:** I do not want to use "x:Key" for …

Member Avatar for rproffitt
0
2K
Member Avatar for david_105

Hi **david_105**, just a thought if you could possibly have the value concatenated by some means (if possible) and bind the string values inside 2 properties and when you want to hide the value, probably, store the ID in some temporary field, assign the ID string property to null/empty and …

Member Avatar for KushMishra
0
161
Member Avatar for Pamela_6

Hi, you can repair the Windows by using the USB media or inserting a Windows installation disk. Also, was the installation really completed because I doubt it would ask for the Windows files if the Windows was fully installed at the first place.

Member Avatar for KushMishra
0
2K
Member Avatar for Krunal_3

Hi, are you struggling for an example to this problem or are you stuck at some point which you need help with?

Member Avatar for KushMishra
0
287
Member Avatar for KushMishra

Hi All, I would appreciate if someone could please answer to the following queries. 1. Difference between "new" and "new virtual" when deriving classes from other classes. 2. Difference between Abstarction and Encapsulation (with example, if possible). 3. Types of constructors and their implementations (when and how to use). 4. …

Member Avatar for KushMishra
0
373
Member Avatar for KevinVernon
Member Avatar for KushMishra

Hi, I am developing a WPF application in which I need to call `MouseLeftButtonDown` event in a single `DataGridTextColumn`. For that I wrote some xaml code as :- <DataGridTextColumn x:Name="myAge" Header="Age" Binding="{Binding Age, Mode=TwoWay}" IsReadOnly="True" Width="*"> <DataGridTextColumn.CellStyle> <Style TargetType="DataGridCell"> <EventSetter Event="MouseLeftButtonDown" Handler="{Binding MyAgeCommand}" /> </Style> </DataGridTextColumn.CellStyle> </DataGridTextColumn> But I am …

Member Avatar for Alex_45
0
8K
Member Avatar for KushMishra

Hi, I have a WPF Grid with multiple controls like TextBox, ComboBox, CheckBox etc. and their properties like Text, SelectedItem, IsChecked etc. are present inside the view model bound to the view perfectly. I want to copy the values of all the controls to the Clipboard (may be) and want …

Member Avatar for Santanu.Das
0
2K
Member Avatar for vin24

Hi to all. I have installed Win 7 (64 bit) and Win XP (32 bit) on two different drives but when my computer boots up it is not showing any options to select the operating systems. [B]I have checked by going to My Computer->Properties->Advanced->Startup and Recovery->Settings but there is only …

Member Avatar for saira.bibi.9250
0
392
Member Avatar for KushMishra

Hello All, I am just a newbie trying to explore areas into game developement using .Net (may be XNA studio) though I am not familier with the same. Could you please suggest some tutorials, ebooks for this so that I can start as a beginner and then later on, may …

Member Avatar for janissantony
0
250
Member Avatar for khakilang
Member Avatar for strRusty_gal

Hi, Please refer to this one :- http://forums.asp.net/t/1099598.aspx?How+can+disable+a+button+after+click+it+

Member Avatar for RichardGalaviz
0
215