Search results for query: *

  1. H

    The right way to share object between ViewModels

    What I did it I have Class1 public class Class1 { public Class1(string x) { X = x; } public string X { get; set; } } I have the main Window <Window x:Class="WpfApp2.MainWindow"...
  2. H

    Looking for a good tutorial how to write a good practise multithreading WPF application with multiple windows

    Thanks, but I looked more for practical how to write the code right for example In my test was the Main View and his ViewModel create a list of views and need to share an object and bind it to the chield view and change it by father ViewModel and it should be changed by running a thread Anyway...
  3. H

    Looking for a good tutorial how to write a good practise multithreading WPF application with multiple windows

    I don't looking for you to search for me.. But if you know something it will be nice if you will paste it in here.. Thanks... I was in bed Work test and I was really bad at that
  4. H

    "MarkupCompilePass1" task has been declared or used incorrectly

    I make clear and then Build again several time and then it work.... I have no idea why it happen
  5. H

    "MarkupCompilePass1" task has been declared or used incorrectly

    I Have got an error on my project. I have no idea What can cuse it... TY!!
  6. H

    Looking for recommend course for learning asp.net Mvc core and react

    Take it easy... You talk about slaves? Wtf? If did you know something or learned You can post it (If you want..) if not you can keep with your life and ignore me I did not ask for you to search for me just for who learn and can recommend from his experience from only good will not from feel a...
  7. H

    Looking for recommend course for learning asp.net Mvc core and react

    @Sheepings What he said I cant find any good way.. I think I just will learn asp.net first and then react
  8. H

    Looking for recommend course for learning asp.net Mvc core and react

    There is any course that have all this in one? Thanks
  9. H

    Improve my knowlage at C# and .NET

    Hi sir. Thanks for your big answer. How it is possible to combine react with asp.net Mvc? and If I want also to learn it It is better to learn both together? or react first and then asp.net MVC or first to learn asp.net MVC and then react?
  10. H

    Improve my knowlage at C# and .NET

    What you think has to be first to learn? WEB or EF? and what is more in use MCV or Web API? And you think it's important to use with Core framework?
  11. H

    Improve my knowlage at C# and .NET

    I have worked in the same place and the same work for 3 and a half years I am using WPF and WinForm for developing Desktop apps How can I Improve my knowledge at .NET and add more lines and stuff to my CV.. I thought about Entity Framework Core and ASP.NET Web API core\mcv core What do you think?
  12. H

    Answered Wpf .net vs wpf .net core

    Thanks!
  13. H

    Answered Wpf .net vs wpf .net core

    What is actually the difference between both? If I have experience with Wpf .net can I say that I have experience with wpf .net core?
  14. H

    Question Try to bind DataTable to DataGrid and filter it in best practice

    I think the best way to do so it only uses the MainWindow.xaml without write code in C# in that file. So I opened a new class named HeaderGridView.cs and try to bind from there... I have no Idea what Am I doing wrong I have no error this bind just to nothing... And what it the best practice to...
  15. H

    Question Start in learn WPF and I have a little problem...

    I have read this book https://www.tutorialspoint.com/wpf/wpf_tutorial.pdf and on page 22,23 this code example do not run.... and Am I missing? UserControl1.xaml using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using...
  16. H

    Question Looking for new and popular in the future c# framework and technology

    I work in my company as c# developer mainly on Winform for desktop something about a year and looking for updating my knowledge in new framework and technology that will be popular in the future... Mainly for desktop /server-side. Can be also for client-side Thanks
Back
Top Bottom