• Member Avatar for KushMishra
    KushMishra

    Replied To a Post in NLog with Docker Compose

    Just to mention that my docker-compose.yml looks like the following: version: '3.4' networks: myapp-network: driver: bridge services: myapp: image: myapp:latest depends_on: - "postgres_image" build: context: . dockerfile: Dockerfile env_file: .env …
  • Member Avatar for KushMishra
    KushMishra

    Created NLog with Docker Compose

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in C# gone out of Programming menu?

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in how to run c# program in clients machine

    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. …
  • Member Avatar for KushMishra
    KushMishra

    Marked Solved Status for Xamarin - BindableProperty changes not getting reflected inside view model

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in Xamarin - BindableProperty changes not getting reflected inside view model

    Thanks for no replies guys, I solved it myself. For your information, I just had to specify the "Source" of the Binding which goes as follows: <Entry Grid.Column="1" Placeholder="Email" Margin="3" …
  • Member Avatar for KushMishra
    KushMishra

    Edited Xamarin - BindableProperty changes not getting reflected inside view model

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Created Xamarin - BindableProperty changes not getting reflected inside view model

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in WPF - Detect if the dragged control is placed inside another control

    Any help please, anyone?
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in WPF - Detect if the dragged control is placed inside another control

    Hi Shark_1, any other way to do this please? I do not want to implement this approach because on the parent control, I have already handled DragEnter, MouseMove etc. events …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in Need to preload some data in a REST API

    Are you using ASP.NET Core?
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in System.Data.SqlLite Change Notification C#

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in Clear Cache

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Created WPF - Detect if the dragged control is placed inside another control

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Gave Reputation to rproffitt in WPF - Apply multiple styles on different elements at same time

    I don't want to upset you again but my fix would be to use a timer then in the timer apply the effect you want on the controls.
  • Member Avatar for KushMishra
    KushMishra

    Gave Reputation to rproffitt in WPF - Apply multiple styles on different elements at same time

    I don't want to upset you again but my fix would be to use a timer then in the timer apply the effect you want on the controls.
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in WPF - Apply multiple styles on different elements at same time

    Anyone please ?
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in WPF - Apply multiple styles on different elements at same time

    Here's my code that did not work out for me (the buttons are getting animated but not together). <StackPanel HorizontalAlignment="Stretch" VerticalAlignment="Stretch"> <Button x:Name="btnFirst" Content="First Button"> <Button.Style> <Style> <Style.Triggers> <DataTrigger Binding="{Binding …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in WPF - Apply multiple styles on different elements at same time

    Hi, **rproffitt**, Surely I will (If you have anything, you could share) :) **ddanbe**, Actually I am using MVVM and also, I want to apply blinking animation (like trigger) at …
  • Member Avatar for KushMishra
    KushMishra

    Gave Reputation to ddanbe in WPF - Apply multiple styles on different elements at same time

    Perhaps [this](http://web.archive.org/web/20101125040337/http://bea.stollnitz.com/blog/?p=384) can help.
  • Member Avatar for KushMishra
    KushMishra

    Created WPF - Apply multiple styles on different elements at same time

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Marked Solved Status for LINQ GroupBy - VB.NET

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in LINQ GroupBy - VB.NET

    Hi **tinstaafl**, **ddanbe** and **xrj**, Thank you very much all for your suggestions. **xrj**, this didn't work for me because as **tinstaafl** said, I mentioned earlier that my collection contains …
  • Member Avatar for KushMishra
    KushMishra

    Edited LINQ GroupBy - VB.NET

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Created LINQ GroupBy - VB.NET

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in generating autonumber in data control in vb

    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
    KushMishra

    Gave Reputation to rproffitt in WPF - Assigning a common style to all "Window" and "Grid" elements

    @KM not at all rude. I do have apps in C# and found that styles only appled to just a few things but not the window. So as xrj writes …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in hiding a value

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in WPF - Assigning a common style to all "Window" and "Grid" elements

    Hi **xrj**, I know that using the x:key would surely solve this problem but this would not be a generic solution as I would need to apply this key to …
  • Member Avatar for KushMishra
    KushMishra

    Marked Solved Status for .Net - Game developement

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Marked Solved Status for C#, OOP and .NET General Queries

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in Odd Folder that Windows refuses to delete ?

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in PC stuck on "Please insert external storage media and press OK"

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in handling model validation on multiple submit buttons

    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
    KushMishra

    Replied To a Post in My computer won't power on help

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in Black screen with white box that says 'enter password'

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Edited WPF - Assigning a common style to all "Window" and "Grid" elements

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Edited WPF - Assigning a common style to all "Window" and "Grid" elements

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Created WPF - Assigning a common style to all "Window" and "Grid" elements

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in C#, OOP and .NET General Queries

    Thanks **ddanbe** for the help and suggestions on reading the book, its really useful. For **rubberman** and **rproffitt**, I would just say that these might seem to you as basic …
  • Member Avatar for KushMishra
    KushMishra

    Created C#, OOP and .NET General Queries

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in WPF Copy Paste Clear with MVVM

    Hi, Anyone please ?
  • Member Avatar for KushMishra
    KushMishra

    Created WPF Copy Paste Clear with MVVM

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in .Net - Game developement

    Anyone please ?
  • Member Avatar for KushMishra
    KushMishra

    Marked Solved Status for WPF-Command Parameter

    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 …
  • Member Avatar for KushMishra
    KushMishra

    Replied To a Post in WPF-Command Parameter

    I think may be no one could figure this out, anyways I got my own solution now by passing the whole UIElement as the parameter :)
  • Member Avatar for KushMishra
    KushMishra

    Marked Solved Status for WPF-Set focus on TabControl

    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
    KushMishra

    Replied To a Post in WPF-Set focus on TabControl

    I think may be no one could figure this out, anyways I got my own solution now using third party controls :)
  • Member Avatar for KushMishra
    KushMishra

    Created WPF-Set focus on TabControl

    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

The End.