Posts
 
Reputation
Joined
Last Seen
Ranked #609
Strength to Increase Rep
+6
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
~127.69K 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

156 Posted Topics

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
579
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
423
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
993
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
963
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
511
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
250
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
814
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
4K
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
500
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
202
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
326
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
163
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
294
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
380
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
399
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
255
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
219
Member Avatar for Afnan Mohammad
Member Avatar for BibhutiAlmighty
0
243
Member Avatar for KushMishra

Hello All, I am developing an application in WPF in which I need to set a generic input bindings for TAB key for every field present in the view. I somehow managed to create a common method but now I wnat to retrieve on which field the TAB key has …

Member Avatar for KushMishra
0
420
Member Avatar for KushMishra

Hi All, Just wanted to know on how to dynamically set the focus on a TabItem of a TabControl in WPF at runtime using bindings etc. Thanks

Member Avatar for KushMishra
0
100
Member Avatar for anupam_smart
Member Avatar for KushMishra

Hi All, I am starting this article so that we may share various motivational thoughts (your own creation will be great), poetry, short stories and all. This goes my own created poetry for all you guys... "Behind the great mountains, a Sun shines everyday, making us to beleive there's still …

Member Avatar for ddanbe
1
737
Member Avatar for KushMishra

Hello All, I have one webbrowser control and I took a dependency source property from the Internet and binded the same to my string Url. I took this dependency property because .Net doesn't lets you bind the Source property to a string datatype and only Uri datatype. Now I am …

Member Avatar for usamaali
0
1K
Member Avatar for KushMishra

Hi All, I am facing some issues when writing a xaml and my code goes as follows :- <Grid> <Grid.Resources> <!-- Shared Storyboard across the system --> <!-- This storyboard will make the image (button) grow to double its size in 0.2 seconds --> <Storyboard x:Key="expandStoryboard"> <DoubleAnimation Storyboard.TargetProperty="RenderTransform.ScaleX" To="2.5" Duration="0:0:0.2" …

0
259
Member Avatar for debasisdas

What happens does not matters. But what we do with "What happens", Matters Everything. -A Great Teacher

Member Avatar for James_28
8
17K
Member Avatar for hermann.loic

Try a system format and that will surely fix your problem. But before that make sure you got all the backup of your files from your hard drive :)

Member Avatar for Samim yasiny
0
253
Member Avatar for KushMishra

Hello All, I want to design a DataGrid similar to the one in the design picture attached with this article (Please see the pic attached). I want the following bindings and features :- 1. The first column of every Item (Item1,...Item5) for (LineNo=1....LineNo=?) will get bind to "Unit" which is …

Member Avatar for KushMishra
0
340
Member Avatar for phunsukh.wangdu.3511

There are many ways to achieve this one :- 1. As you write a function, you can select it and right click->Go to Definition (or hit F12). 2. If you want the generic methods definition you may refer to the above suggestions. By the way, nice name ;)

Member Avatar for KushMishra
0
386
Member Avatar for KushMishra

Hi All, I have got one scenario here in which I need to bind a DataGrid to a collection (array, ObservableCollection etc.). My Collection name is "WarningList" and the code is as follows :- **ViewModel :-** WarningList = {({result.WarningMsgCode, result.WarningColor})} **xaml :-** <data:DataGrid x:Name="gridSystemWarnings" Grid.Row="2" Grid.Column="1" Grid.ColumnSpan="3" Grid.RowSpan="2" DataContext="{Binding}" IsReadOnly="True" …

Member Avatar for KushMishra
0
272
Member Avatar for masterinex

You can create a public property instead of a variable of type string and put that in a public class, then you inherit that class into the one you are using and can therefore, easily access that property's value. Hope that helps :)

Member Avatar for KushMishra
0
172
Member Avatar for GagaCode
Member Avatar for GagaCode
0
417
Member Avatar for KushMishra

Hello, I have a scenario where I fetch all the records from a database table using ADO.Net and I want to convert one of the column values which has either "0" or "1". If 0, then "No" should be replaced with 0 and if 1, then it should be "Yes". …

Member Avatar for KushMishra
0
295
Member Avatar for blue51
Member Avatar for ddanbe
0
220
Member Avatar for </scorpion>

Hello, it would be a bit confusing if someone provides their own code for this as you may face problems again when integrating back in your application so it would be great if you could possibly post in your code here so as to get a quick reply and also …

Member Avatar for </scorpion>
0
2K
Member Avatar for mansi sharma

Hi Mansi, like Tags in ListView, you may try `FormatString` for each item using `foreach` loop and then bind back again to your GridView.

Member Avatar for brianmanee
0
1K
Member Avatar for KushMishra

Hi, I want to create a dependency property for both Command and CommandParameter so that I can use these in controls that don't support Command and CommandParameter like textblock etc. I have written and taken help from someone to create DP(dependency property) for Command and its working fine but for …

Member Avatar for KushMishra
1
4K
Member Avatar for KushMishra

Hello All, I went through many websites and did not find any converter that could purely convert C# syntax to VB syntax. However there are many converters available on the Internet but personally I don't think they are pure converters. Requesting all to please suggest some online tools/converters to achieve …

Member Avatar for JOSheaIV
1
452

The End.