Search results for query: *

  • Users: hed bisker
  • Content: Threads
  • Order by date
  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

    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
  3. 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!!
  4. H

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

    There is any course that have all this in one? Thanks
  5. 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?
  6. 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?
  7. 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...
  8. 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...
  9. 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