C# Tutorial 19 WPF & XAML

Поделиться
HTML-код
  • Опубликовано: 24 авг 2024
  • Get the Code Here : goo.gl/UR6Fl5
    Best C# Book : amzn.to/2iMArkU
    Support me on Patreon : / derekbanas
    This is the 1st of many videos about designing GUI interfaces with WPF and XAML. Windows Presentation Foundation (WPF) is used to create graphical user interfaces. Using XAML eXtensible Application Markup Language you can create the UI using XML like tags.
    We'll also look at event handling, tracking mouse movements, open dialogs, save dialogs, popups, multiple layout managers and much more.
    For best results take notes on the cheat sheet provided above as you watch and leave any questions you have.
    Thank you to Patreon supporters like the following for helping me make this video
    cottageindustriesbuild/
    jaryd remillard : instagram: @distant_admiration
    bugreplay.com
    @kyleaisho
    @thetwistedhat
    vjFaLk
    jaryd remillard : github.com/Yea...

Комментарии • 206

  • @zbylo26
    @zbylo26 5 лет назад +1

    I like the rapid pace of this tutorial. After 30 minutes I know enough to go and research the rest on my own. Thanks!

    • @derekbanas
      @derekbanas  5 лет назад

      Thank you for the nice compliment :) I'm happy I could help

  • @PolyRocketMatt
    @PolyRocketMatt 5 лет назад +1

    This tutorial was clear, and very easy to follow. In under 30 minutes you have a really good basic understanding of WPF and it still holds true for today! Thanks!

  • @Funkfreed
    @Funkfreed 4 года назад

    I work for an ERP company. Our main product was built using WPF and we have a tool that creates XAML which is really limiting. Because of this, they created an SDK where I can't seem to get a good grip on the concept. This tutorial really helped with that model.
    Also, side note, I was wondering why his voice was familiar as it turns out I was watching an algorithm video of his the other week.
    Liked & Subscribed all the best to you Derek you are a good man.

  • @Dustballable
    @Dustballable 7 лет назад

    WPF is probably an intense enough topic for its own separate tutorial.

  • @maplefive9996
    @maplefive9996 4 года назад

    I really like your videos. You explain everything clearly and typing the XAML properly

  • @Rez996
    @Rez996 5 лет назад +1

    Now I must struggle to transcribe this to F# with my feeble brain. Thanks all the same for this, really been wanting to actually make something someone can put to use without needing to work through command prompt. >.>

  • @krishnavankadari
    @krishnavankadari 7 лет назад

    Good one, touches all basic things we can do with WPF, excited to see what you have covered using WPF in next ones.

    • @derekbanas
      @derekbanas  7 лет назад

      Thank you :) I hope you like them

  • @swarupfule3557
    @swarupfule3557 4 года назад

    Best joke ever.
    "Hello world" just for do something different 9:30

  • @saravanan-subramanian
    @saravanan-subramanian 7 лет назад +2

    Loved it, Derek. From the overall C# tutorial perspective, if you covered assemblies, JIT, signing, obfuscation, etc that would be extremely beneficial as well.

  • @llamatorials3324
    @llamatorials3324 7 лет назад

    *Exactly* the kind of WPF stuff i've been looking for, You're the best Derek :)
    MSDN's great for showing you Hello World, Hello World in a WPF application, Then how to move the stars and planets around in the solar system using C++, But nothing in between.

    • @derekbanas
      @derekbanas  7 лет назад

      Thank you :) This will be a multipart tutorial on WPF. I'll try to touch on most everything

  • @badmuskaybee5111
    @badmuskaybee5111 7 лет назад +15

    I thought you should have covered Event before this. Basic WPF should be in 3 video not 2, page navigation user control data context data binding are essential to WPF.Advance topics MvvMEntity framework Design pattern and Best practices should be on the list. Before moving to xamarin. I belive pther viewers will agree with me

    • @derekbanas
      @derekbanas  7 лет назад +5

      That is a good point. I'm doing my best to keep everything understandable.

    • @badmuskaybee5111
      @badmuskaybee5111 7 лет назад +3

      Thank you

    • @anilaxsus6376
      @anilaxsus6376 6 лет назад +1

      i have been looking for a suggestion like this, thank you mehn

  • @johngravis6403
    @johngravis6403 6 лет назад +1

    Your tutorials are the best I've seen!

  • @kornelijekovac9793
    @kornelijekovac9793 4 года назад +1

    How do you automatize this? Like classes in CSS? If you have 10 buttons and want to style them all same, you must have a way to do it in one place. Same goes for other elements on the page. How to simply declare couple of attributes, and then bind them with the elements?

  • @chattymatty131
    @chattymatty131 7 лет назад

    Ewwie Gui - These videos have been amazing, stepped away from Visual Studio and this series has kicked me back into gear! Thanks

    • @derekbanas
      @derekbanas  7 лет назад

      Thank you :) I'm very happy to hear it is helping

  • @gabriellindemann2163
    @gabriellindemann2163 7 лет назад

    Hey Derek! I'm a regular viewer of yours since about 2 years, and to be honest, there isn't so much content for people like me nowadays. One of the major advantages of watching you was that a. I learnt a lot of new stuff I didn't know about before b. I could learn stuff very quickly. However, since quite some time, I feel like this isn't the case. Last 8 months or so were just really long tutorial series; Python, VB and now C#. Those are aimed only at a limited audience, it lefts out the regular viewers, as well as most randoms, and just interests people that are into a whole series like these... and those are something, that every other RUclipsr has.
    What would I do with it?
    I understand that you might run out of topics to cover, but I think you could just cover one-video topics in between more, there is still lots of stuff you could cover - different frameworks, templating engines, or just libraries. (some suggestions below) And instead of making numbered series, you could just make one huge video for the basics as always and then lots of independent follow-up videos on each specific topic, and you could just mention prerequisites at the beginning of the video, should there be any.
    Project-like miniseries are also something that would be cool ^^
    Those are just my suggestions on making the channel better, I appreciate and love your videos no matter what :)
    My list of things you could cover:
    Erlang, Elixir // very interesting languages that I'm trying to explore
    Phoenix, Sugar // two frameworks for Elixir, with the former gaining quite a momentum
    Socket.io, Koa, Hapi Sails // very popular js back-end "frameworks"
    Lodash, Webpack // important JS stuff
    Vue.js, React+ // top JS frameworks on the front
    Sinatra + Padrino // Ruby web world further
    Flask, Pyramid // Python web world further
    Laravel, Slim, Phalcon // just some PHP stuff
    Twig, Haml, Slim // some template engines
    I think that's all, I'll write to you in comments in next videos if I have any more ideas :)

    • @derekbanas
      @derekbanas  7 лет назад +1

      Thank you for taking all that time to write that message. I printed it out. I mainly do what I do based on the requests I get. I'm not a popular channel and I know that, so I mainly try to figure out what my top 2000 people want. I plan on making more learn in ones, but I was starting to feel like my channel was full of click bait. Yes I did my best to cover everything in one video and I think I did the best I could, but it still felt click baity so that is why I stopped. I'll do my best to cover many of the topics you mentioned. I'm also planning a big game and cross platform mobile tutorial that will start very soon. I'm just one guy trying to do my best :)

    • @gabriellindemann2163
      @gabriellindemann2163 7 лет назад

      Not a popular channel? Man, your programming videos are in the top of programming vids, and you have reached way over million views on some videos, that's huge :) I understand your struggle with regular viewers, but that requires just some community-building effort. I had suggested on another video to make a community forum for example. I can help you with this as well as other stuff if you want ^^
      Your videos are definitely not click-baity, there is a huge difference between those and well-made titles. You are definitely using the latter. Those and thumbnails are really crucial in getting views on RUclips, I managed to upload some really popular videos myself, years ago.
      Learn-in-video is a really great, revolutionary form, which I, as well as thousands of people love. Yeah, just anyone won't be an expert in a language after those, but they give great basis for using a language. You also gave some little disclaimers, so I really don't see a problem - perhaps few people got mislead, but you've changed how so many people look at programming! That's huge! :)

  • @FuzzyDPozzy
    @FuzzyDPozzy 3 года назад

    man i had no idea you have wpf tutorials now i know what i am going to watch :D

  • @SpaceIT7
    @SpaceIT7 7 лет назад +7

    thank you, I can't wait for your next video. please plan to cover passing variables between pages in application. thank you in advance.

    • @derekbanas
      @derekbanas  7 лет назад +2

      Thank you :) I'm happy you are enjoying them

  • @innovationscode9909
    @innovationscode9909 4 года назад

    This is absolutely so worth my time. Thanks for the concise overview. Great Work.

    • @derekbanas
      @derekbanas  4 года назад

      Thank you very much :) I'm very happy I could help

  • @JermaineMorgan
    @JermaineMorgan 7 лет назад +1

    To any one who got a little stuck :
    Around 6:50-7:20
    If it wont let you change to "sys" without a error.
    Look for this line and delete it(or change it).>>
    xmlns:SystemGesture="clr-namespace:System;assembly=mscorlib"

    • @derekbanas
      @derekbanas  7 лет назад

      Thank you for taking the time to help :)

    • @adilmusa4805
      @adilmusa4805 7 лет назад

      just to save you some time
      xmlns:sys="clr-namespace:System;assembly=mscorlib"

  • @markdickensapdatamigration6283
    @markdickensapdatamigration6283 4 года назад

    Hey as always GREAT TRAINING - Thanks from me and 50,000+ others ... I just gave a thumbs up because his training style is great .... and every time I here his voice it somehow reminds me of the *Lawyer* in the film "The life of David Gale" (Kevin Spacey Movie) ... : - )

    • @derekbanas
      @derekbanas  4 года назад

      Thank you very much :) I'll have to check out that movie

    • @markdickensapdatamigration6283
      @markdickensapdatamigration6283 4 года назад

      Its a good movie (Death Row Stuff) but for us IT Computer Consultants I think "21" (Kevin Spacey Again is great - based on a true story - MIT and Maths Students and Gambling )

  • @erdoaNNN
    @erdoaNNN 6 лет назад

    Excellent tutorial Derek! Thanks for this!

    • @derekbanas
      @derekbanas  6 лет назад

      Thank you :) I'm very happy to be of help

  • @mahmoudtokura
    @mahmoudtokura 7 лет назад +2

    i Used to be a Java Developer but oracle has really "dropped the ball" with the language, i find C# more useful for games, Applications and even cross platform mobile app. With C# and Python I'm good for any project. these two are starting to dominate the programming world.

    • @derekbanas
      @derekbanas  7 лет назад +3

      I agree 100%

    • @badmuskaybee5111
      @badmuskaybee5111 7 лет назад +1

      Never look down on javascript

    • @mahmoudtokura
      @mahmoudtokura 7 лет назад +1

      Badmus Kaybee
      not JavaScript actual Java programming language for Android & Application development.

    • @badmuskaybee5111
      @badmuskaybee5111 7 лет назад

      Ionic Nativescript and ReactNative is there for mobile users

    • @mahmoudtokura
      @mahmoudtokura 7 лет назад

      Badmus Kaybee
      I've heard good things about those frameworks, Maybe sometime in the future I will have a project that needs those framework but for now I focused on game development & d occasional enterprise jobs.

  • @ponysopher
    @ponysopher 6 лет назад +1

    What if someone wanted to dynamically add labels at runtime, and resize the window?

  • @stillww
    @stillww 7 лет назад

    Thanks again for the awesome tutorials, you're a great instructor Derek!

    • @derekbanas
      @derekbanas  7 лет назад +2

      Thank you very much I do my best :)

  • @L33Tcake
    @L33Tcake 7 лет назад

    This was very easy to follow and I have never even touched WPF until now. Kudos!
    - Also, what do you think of Kotlin? I wanted to make an Android app in Kotlin instead of Java (Boilerplate code yada yada...) but the learning resources are very scarce.
    Decided to follow your C# tutorial instead and experiment with Xamarin. Thanks for the videos, can't wait for more :)

    • @derekbanas
      @derekbanas  7 лет назад +1

      Thank you :) I plan on covering Kotlin soon, but I prefer to develop apps with Xamarin

  • @lukalukaluka7000
    @lukalukaluka7000 7 лет назад +6

    on 7:13 i am supposed to get this "show potential fixes" pop up, but i don't, what do i do?

    • @405servererror
      @405servererror 6 лет назад +4

      put at the top where to other references are : xmlns:sys="clr-namespace:System;assembly=mscorlib"

  • @Strappa71
    @Strappa71 7 лет назад

    Great tutorials! Best on RUclips!
    Just one comment: Isn't hungarian notation outdated? Or at least not considered "good"" any longer?

    • @derekbanas
      @derekbanas  7 лет назад

      Thank you very much :) I find that it makes the code easier to understand.

  • @Obaidullah-Safi
    @Obaidullah-Safi 7 лет назад

    Thank you looking forward for your next video about wpf

    • @derekbanas
      @derekbanas  7 лет назад

      It will be up Wednesday morning :)

    • @Obaidullah-Safi
      @Obaidullah-Safi 7 лет назад

      Derek Banas good job Keep it up bro

  • @peterl1699
    @peterl1699 7 лет назад

    liking the video befor I watch it 👍🏼

  • @freetimedevelopment
    @freetimedevelopment 2 года назад

    Nice one thank you.

  • @thethomasproject
    @thethomasproject 6 лет назад +1

    Hey Derek, honestly I'm a pretty quick study but I'm totally lost in this video. Within the first 7 minutes I've lost track of what's going on. I appreciate what you are doing but is it possible to slow down and treat some of us like complete wpf idiots, lol? Thanks!

    • @derekbanas
      @derekbanas  6 лет назад +1

      Sorry about the speed. I have heavily commented code here that should help www.newthinktank.com/2017/03/c-tutorial-19/

  • @PerHultqvist
    @PerHultqvist 7 лет назад

    Why do you run that resolution, increase the text size, and keep using zoom in and out? Why no just lower the resolution so that everything gets more readable and you'll have to zoom less. I can barely read for example the menues, plus I find the constant zooming very annoying :-(

  • @2271masoud
    @2271masoud 7 лет назад

    awesome. thanks Derek

    • @derekbanas
      @derekbanas  7 лет назад

      Thank you :) I'm glad you liked it

  • @jaym9846
    @jaym9846 6 лет назад

    In XAML, is it possible to create an array of button with the same name but different indexes
    and have them all fire the same click event with the index as a parameter?

  • @markpolak9175
    @markpolak9175 4 года назад

    Hi Derek, I started with xaml a while ago inside a UWP app, and I really can't help myself, my question is how would you simulate flexbox behavior (space-between, space-around).
    For me, the easiest way simulating space-between is to create one more column width auto width between every grid column which creates the same effect, space-around is similar just moving the content between auto columns. For the second option, I used a stackpanel, and calculated dynamically its spacing property. The windows UI contains an uniformgridlayout which can handle item alignment for generated content, but it cant handle static xaml content. So I am wondering, is there any better solution natively?

  • @hl2mukkel
    @hl2mukkel 7 лет назад

    Thank you so much for making this Derek. I have a hard time getting into WPF through books so video tutorials like this are amazingly beneficial to me. I have two questions though.
    Firstly, would you consider making a tutorial on one WPF's best features: Data binding? I still haven't gotten the hang of it.
    Secondly, is there any simple solution to make default buttons look less bland on WPF?
    Thank you so much!

    • @derekbanas
      @derekbanas  7 лет назад

      I'm happy you liked it :) Yes I'll cover all of those once Microsoft updates so VS works with SQL server 2016 and MySQL

    • @hl2mukkel
      @hl2mukkel 7 лет назад

      oh boy =D I mean more like binding simple arrays to lists or binding an array of objects to a listview which use special code to derive each of the listview's elements :d Databases introduce far too much complexity D=

  • @bartonpaullevenson3427
    @bartonpaullevenson3427 6 лет назад

    Do you want to add an "End" statement after this.Close() ?

  • @nadaed1567
    @nadaed1567 7 лет назад

    how can i use the wpf projet in xamarin i am using a mac or should use another tool?????? plzz help

  • @theprohack0125
    @theprohack0125 3 года назад

    How do i do an input method in visual studio community 2019 like where you could put a value in a variable and use shell.sendkeys a certain amount of times you put in?

    • @theprohack0125
      @theprohack0125 3 года назад +1

      Here is an example code I had written in visual basic:
      set shell = createobject("wscript.shell")
      strtimes = InputBox("Enter in a value to insert characters in the character map")
      If not isnumeric(strtimes) then
      strtimes = InputBox ("That is not a number. Please type a number.")
      end if
      msgbox "After you click OK, after 5 seconds, the process will begin. (If you have typed 0 or pressed cancel, the program will do nothing."
      wscript.sleep(5000)
      for i=1 to strtimes
      shell.SendKeys "{RIGHT}"
      wscript.sleep(25)
      shell.SendKeys "{ENTER}"
      wscript.sleep(25)
      next
      msgbox "All Done!"

  • @caddydz
    @caddydz 6 лет назад

    Great video
    *EDIT: Restarting Visual Studio fixed the issue
    in 20:25 you didn't type the UsersName TextBox name and intellisense isn't suggesting it for me and I can't access any element in the my GUI in code for that matter
    Any idea? Please help cuz am trying to follow along
    Thanks

  • @TheOlian04
    @TheOlian04 7 лет назад

    Hey Derek, could you do a video on the Aurelia framework? It's in dire need for some good tutorials and guides.

    • @derekbanas
      @derekbanas  7 лет назад

      I'll see what I can do. Thank you for the request :)

  • @giovannakisterman3537
    @giovannakisterman3537 5 лет назад

    Great video, thank you 😊👏🏻

    • @derekbanas
      @derekbanas  5 лет назад

      Thank you :) I'm happy I could help

  • @bhavyadoshi3174
    @bhavyadoshi3174 7 лет назад

    Hi, Derek I love your videos ... thank you for creating quality content. I have one request for you ... can you create a c# tutorial series that contains C# learnings related to game development (Unity game engine preferably)?. Keep up the amazing work .. god bless you. :)

    • @derekbanas
      @derekbanas  7 лет назад +1

      Thank you :) Yes a huge Unity tutorial is coming very soon

  • @mantaskmitas4319
    @mantaskmitas4319 7 лет назад +1

    Love your videos! Whats the best Xamarin book?

    • @derekbanas
      @derekbanas  7 лет назад +2

      Thank you :) Xamarin Mobile Application Development is pretty good amzn.to/2lQ9Ubs

  • @jonhucks8342
    @jonhucks8342 5 лет назад

    I have very novice C# experience, and have to create either a web app or a windows client, would WPF be too tough to accomplish such as a task?

    • @derekbanas
      @derekbanas  5 лет назад

      You shouldn't have any issues. I make a few in this tutorial

  • @vinuhosanagar1
    @vinuhosanagar1 7 лет назад

    Sir can we expect a tutorial on MVVM. I have been asking for 3 times. I understand you are busy. But please do a tutorial on MVVM

  • @tamilshoutcom
    @tamilshoutcom 7 лет назад

    Derek, a little irrelevant on a C# video but thanks for making the series on Django. Was vastly helpful. Any chance you have plans for Spring/Hibernate and Grails in the near future? Thanks again.

    • @derekbanas
      @derekbanas  7 лет назад +1

      I've been wanting to cover Spring for a while. I hope to get to it soon

    • @tamilshoutcom
      @tamilshoutcom 7 лет назад

      Cheers.

  • @bartonpaullevenson3427
    @bartonpaullevenson3427 6 лет назад

    Why use WPF/XAML when you have the default Visual Studio GUI available, which doesn't require coding? Serious question.

    • @derekbanas
      @derekbanas  6 лет назад

      You can create dynamic interfaces, transfer between desktop and the web, dynamically scale resolution, animations, etc

  • @jshhwuiopq18266
    @jshhwuiopq18266 6 лет назад +4

    Hello Derek,
    May I ask you why do you use x:Name=" " instead of just Name=" "?

    • @MSKassiste
      @MSKassiste 4 года назад

      Because using x: Name you can refer the object in code behind-file...

  • @SunnyApples
    @SunnyApples 7 лет назад

    Thank you for the tutorial!

  • @rogerasupply942
    @rogerasupply942 6 лет назад

    Okay, I have been curious how GUI is created, as I have been learning c++ (for game dev) and c# (app dev). This video clears up so much. Is there any documentation for XAML i can look at?

    • @derekbanas
      @derekbanas  6 лет назад

      I'm happy it helped :) docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/xaml-in-wpf

  • @gami195
    @gami195 6 лет назад

    Thank you very much for your effort.

    • @derekbanas
      @derekbanas  6 лет назад

      I'm happy to be of help :)

  • @ruiacoriano
    @ruiacoriano 7 лет назад +1

    Thanks.
    Do you plan on covering MVVM?

    • @derekbanas
      @derekbanas  7 лет назад +3

      Yes, I'm glad you liked it :)

  • @joshuawaheed
    @joshuawaheed 5 лет назад

    Hi Derek, thanks for this amazing course. It's been excellent so far. I have a problem where I'm using an Apple Mac and am using Xamarin. Which solution should I open to follow along with this tutorial?

    • @theprohack0125
      @theprohack0125 3 года назад

      I think you have to try to use Windows and install Visual Studio 2019 because i believe you cannot find what you are looking for without switching operating systems

  • @Tidusek5
    @Tidusek5 7 лет назад

    Hi Derek, thanks for all your tutorials :) If I might ask; are you going to talk about ASP? (Active Server Pages) I mean; how to create a website using C#.
    Thanks and good luck ;)

    • @derekbanas
      @derekbanas  7 лет назад +2

      I'm very happy to help and yes I'll talk about ASP

    • @Tidusek5
      @Tidusek5 7 лет назад

      Amazing, thank you :) I am programming websites in PHP (+Javascript, AJAX, HTML, CSS), but recently C# is becoming more and more popular, so I want to learn it :)

  • @payloadguy6565
    @payloadguy6565 7 лет назад

    can you make a Windows form application tutorial please

  • @RP-mp4ow
    @RP-mp4ow 5 лет назад

    Ewwie Gui
    Thanks for another fun video jam packed with information!

    • @derekbanas
      @derekbanas  5 лет назад

      Thank you :) I try to make the videos fun

  • @edisonngo
    @edisonngo 7 лет назад

    Hi Derek,
    Thanks for another awesome tutorial video but I do have a question @7:15 when changing from SystemGesture to sys inside , it didn't pop up the yellow "light bulb" to allow me fixing the error. It does show some errors such as "namespace prefix " sys" is not defined + String is not supported in a WPF project". Is there a way to fix it? And by the way, I'm using VS2015.
    Thanks,
    Ed

    • @derekbanas
      @derekbanas  7 лет назад

      Hi Ed, Try comparing your code to the code I have in the description with diffnow.com Sorry I'm not sure what could cause that

    • @JermaineMorgan
      @JermaineMorgan 7 лет назад

      if you are still stuck
      look for this line.
      xmlns:SystemGesture="clr-namespace:System;assembly=mscorlib"
      and delete it.

  • @maximshechtman2574
    @maximshechtman2574 7 лет назад

    could you please do a full c++ tutorial with gui.

  • @mau_lopez
    @mau_lopez 6 лет назад

    Great lecture Derek, again ! Question, do you know of any free xaml cheat sheet with all the different command and parameters available? Even thought VS gives you suggestions as you type, I think the cheat sheet could be useful to see what is available as a whole. Thanks in advance.

    • @derekbanas
      @derekbanas  6 лет назад

      Thank you :) I have an XML series and in the description for each video is a link to a cheat sheet that may help ruclips.net/video/tAN-1xUsftg/видео.html

    • @mau_lopez
      @mau_lopez 6 лет назад

      Thanks a lot Derek, will definitely take a look at it !

  • @roberteliassen5020
    @roberteliassen5020 7 лет назад

    Awesome! Thanks!

  • @matejl92
    @matejl92 7 лет назад

    Question: how do you set up those automatic new lines in Visual Studio, so I don't get the horizontal scroll in my code?

  • @ypn.official
    @ypn.official 7 лет назад +1

    Derek Banas
    Could you please, please, please, please tell me which piece of software do you use to zoom & pan while recording tutorials on Windows. I've tried many but all of them render pixelated zooms. Please help me out. Thanks.

    • @ypn.official
      @ypn.official 7 лет назад +1

      Fantasterrific
      Nope, if you look closely (1:10-1:18 for example) you can see two cursors everytime he zooms and pans that can't happen in post production editing. Post production editing takes up too much of time & effort.

    • @derekbanas
      @derekbanas  7 лет назад

      I'm using the zoom feature on MacOS. Sorry I don' know of anything like that on Windows

    • @ypn.official
      @ypn.official 7 лет назад

      Derek Banas
      But this video has a Windows start button in the corner, Windows taskbar etc, wasn't this video recorded on Windows?

    • @derekbanas
      @derekbanas  7 лет назад

      I'm running MacOS and Windows 10 on my Mac

    • @ypn.official
      @ypn.official 7 лет назад

      Fantasterrific
      I don't think Derek does that.
      Coz there's no way of using the tools of the host OS inside the virtual machine.
      For instance in VMware we got to use Ctrl+Alt key combo to come out of the VM OS and into Host OS so as to use any app in host OS (here mac)
      So if Derek was in VM Windows, in order to zoom he would have to press Cmd+Alt to come out of the VM, then press another keyboard shortcut to toggle zoom&pan option on, then when he clicks back into the VM Windows the VM Windows would take up the whole screen thereby canceling out the Mac's Zoom.
      I have tried that with Microsoft's Zoomit app on Windows running a VM Redhat, it doesn't work
      Another point to be noted is that there wouldn't be two cursors everytime he pans

  • @raj-cp5nu
    @raj-cp5nu 7 лет назад

    You are a genius, how do you learn? you seem to know everything :D

    • @derekbanas
      @derekbanas  7 лет назад +4

      I promise that I'm not that smart. Watch my video game puzzle videos to see an example of that. This is how I learn ruclips.net/video/VpqXCeTfe0Y/видео.html

  • @fsacer
    @fsacer 7 лет назад

    Are you covering async and diffrence from threads next?

  • @mppua
    @mppua 7 лет назад

    Hey, thank you for videos! Can you make video tutorial Qt or Git?

    • @derekbanas
      @derekbanas  7 лет назад

      You're very welcome :) Here is my Git tutorial ruclips.net/video/r63f51ce84A/видео.html

  • @Denis53627
    @Denis53627 7 лет назад

    What is the thing that makes a new line when your code gets to the end of the current line?

  • @sharansiva7635
    @sharansiva7635 6 лет назад

    How did you get designer working. Its giving me an error every time I try to access it

    • @derekbanas
      @derekbanas  6 лет назад

      Are you using Visual Studio 2017

  • @anthonywalter3976
    @anthonywalter3976 7 лет назад

    Derek, I'm having a lot of headache to set up my enviroment to start up coding with xamarin...
    I've tried everything possible, and it seems impossible to get the things up and running...
    Always showing up errors when I try to run my welcome to xamarin start up project, and during install, it shows SDKs and other things that it's needed to complete the installation... I've done everything, but to update the xamarin to v4 always an error.
    I've read articles, youtube videos, documentation, and gooooooosh...
    so, that why I'm going here and asking for your help... to make a video and solve my pain, and I'm certainly sure that there's a lot of users going through same issues... I've formated my pc 4x times to install everything from beginning, I don't know more what to do, where to check or update, which folder option to install SDK, etc... I'm simply upset.

    • @derekbanas
      @derekbanas  7 лет назад

      I'm sorry you are having so many problems. What OS are you using? If you are on Windows, why not use Visual Studio?

    • @anthonywalter3976
      @anthonywalter3976 7 лет назад

      Derek Banas I'm already using Windows, and also VS Community 2015... hope VS2017 solve these troubles.

  • @henrygene5899
    @henrygene5899 5 лет назад

    I'm sorry, but almost ALL of these training videos jump write into coding in XAML, and totally ignore the WYWIWYG editor. A newbie would never know all the commands you pull out of your hat -that's what the property window is for. It's like you have a moral aversion to NOT coding by hand. IMHO, these should START with Drag-n-Drop, and THEN drop into XAML.

  • @RoniStiawan_physics
    @RoniStiawan_physics 7 лет назад

    do you have any tutorial about "audio signal recording?" in java or python or anything?

    • @derekbanas
      @derekbanas  7 лет назад

      Can you give me an example of what you are trying to do?

    • @RoniStiawan_physics
      @RoniStiawan_physics 7 лет назад

      All I need to do is record an audio just for 3 seconds and save the data in an integer array (so that I can plot it later and do some analysis such as FFT). I actually have found the solution written in java, but I don't think it's efficient. I can't find anyone explain codes better than you do.

  • @s1nister688
    @s1nister688 7 лет назад

    Um, nothing on Windows Forms Applications?

  • @vinuhosanagar1
    @vinuhosanagar1 7 лет назад

    Thank you Sir...

    • @derekbanas
      @derekbanas  7 лет назад +1

      I'm very happy to be of help :)

    • @derekbanas
      @derekbanas  7 лет назад

      It is built into MacOS. I'm not sure if you can do it with Windows

  • @tim-timman8868
    @tim-timman8868 7 лет назад

    Ewwie Gui, great as usual.

  • @werthersoriginal
    @werthersoriginal 7 лет назад

    Wow! I thought WPF was dead? Are they revamping it ?

    • @fsacer
      @fsacer 7 лет назад +1

      Well Windows Forms is far from being dead it is still usefull for one use apps read quick and dirty apps.

    • @werthersoriginal
      @werthersoriginal 7 лет назад

      No WinForm is not dead. You may be thinking about Silverlight. Back in 2014 there was very little life in WPF, so much that people were finding out that the WPF team at MS disbanded. If you google "Is WPF dead" you will find a lot of talk about very little movement in WPF. Along with it being abandoned for WinRT (now dead lol). But I'm happy if WPF is coming back from idle development.

  • @nadirmalik5653
    @nadirmalik5653 6 лет назад

    nice sir

  • @sulaimansaker5299
    @sulaimansaker5299 6 лет назад

    thank you :D

  • @saajid6149
    @saajid6149 7 лет назад

    How much far from Game making??

    • @derekbanas
      @derekbanas  7 лет назад +2

      A couple weeks. Sorry it is taking so long. Once I start it I'll make a ton of videos over many months.

  • @jayshah8420
    @jayshah8420 7 лет назад

    where do you learn to code?

    • @derekbanas
      @derekbanas  7 лет назад

      I made this learn to program tutorial ruclips.net/video/nwjAHQERL08/видео.html

  • @timomuller9392
    @timomuller9392 6 лет назад

    I like it. :D

  • @Noone-wh1ui
    @Noone-wh1ui 7 лет назад +9

    *Do Not Read My Name*

  • @ellena1903
    @ellena1903 7 лет назад

    Ewie Gui!

    • @derekbanas
      @derekbanas  7 лет назад

      Thank you for watching the whole video :)

  • @kingmoon4562
    @kingmoon4562 7 лет назад

    is this visual studio 2017 ?

    • @derekbanas
      @derekbanas  7 лет назад +1

      Yes VS Community

    • @kingmoon4562
      @kingmoon4562 7 лет назад

      is it possible to download it for free ? and what the difference between 2015 and 2017 ?

    • @derekbanas
      @derekbanas  7 лет назад

      Yes the Community version is free. 2017 is way more stable and faster

  • @MikeJohnson-gv4zr
    @MikeJohnson-gv4zr 7 лет назад

    What about Rust video(s)? I for one, would love to see those. I feel like when Rust fully matures, it's going to become mainstream.

    • @derekbanas
      @derekbanas  7 лет назад

      Here is my Rust tutorial ruclips.net/video/U1EFgCNLDB8/видео.html

    • @MikeJohnson-gv4zr
      @MikeJohnson-gv4zr 7 лет назад

      Oh! My apologies. I thought I had searched thoroughly enough ;). Thanks!

  • @CrashTheComet
    @CrashTheComet 6 лет назад

    This tutorial moved so fast that I can't understand it. Seriously. There are no good wpf tutorials anywhere. Their all either too fast paced to understand or so slow paced that I want to pull my hair out after 10 minutes of fucking nothing happening.

  • @a.b_shots
    @a.b_shots 7 лет назад

    Ewwie Gui :D :D :P
    Best tutorial series!

    • @derekbanas
      @derekbanas  7 лет назад +2

      Thank you :) I'm happy it helped

  • @MoviemakerDani
    @MoviemakerDani 6 лет назад

    More like html than c# :P

  • @MrApaHotel
    @MrApaHotel 7 лет назад

    Fart 19 :-)

  • @Ghareeb_Gamer
    @Ghareeb_Gamer 6 лет назад +10

    your going too fast in this video and not explaining anything properly and just throwing everything at us

  • @giimix4657
    @giimix4657 6 лет назад

    I personally don't like Derek's tutorials as they are a little bit too quick and don't go deeper in the explanation. I would rather have 2 hour WPF tutorial than this.

  • @7531PETER
    @7531PETER 7 лет назад

    Yo...EWWIE GUI

    • @derekbanas
      @derekbanas  7 лет назад +1

      Thanks for doing that :)

  • @austinmurphy9074
    @austinmurphy9074 5 лет назад

    ewwie gui

  • @patwicker1358
    @patwicker1358 7 лет назад

    ewwie gui :-)

    • @derekbanas
      @derekbanas  7 лет назад

      Thank you for doing that :)

  • @natarajboina7525
    @natarajboina7525 7 лет назад

    Ewwie Gui

  • @WorstDeveloper
    @WorstDeveloper 7 лет назад

    GUI Interfaces? Are you serious or was that a joke?

    • @derekbanas
      @derekbanas  7 лет назад +1

      What are you referring to?

    • @Ben-ym4de
      @Ben-ym4de 7 лет назад

      Gabriel Jones "as as soon as possible"

    • @WorstDeveloper
      @WorstDeveloper 7 лет назад +1

      As Gabriel said, The 'I' in GUI stands for 'Interfaces', so it's redundant to say "GUI Interfaces". It's like saying "RAM Memory" or "RIP In Peace".

  • @VinuP2023
    @VinuP2023 6 лет назад +1

    Sir can we expect a tutorial on MVVM. I have been asking for 3 times. I understand you are busy. But please do a tutorial on MVVM