Thank you so much for this video, it's help for me
@discospiff3 жыл бұрын
Excellent, thanks! Schemas are a great way of having a contract of what type of data can be exchanged among different organizations. I saw them a lot more in XML/XSD, though I'm starting to see a bit more use in JSON. Structure means we have better data in and out, which means our systems are less error prone.
@bbowling49795 жыл бұрын
Nice video as always! Are you using/teaching mostly c# these days?
@discospiff5 жыл бұрын
Actually... mostly Java and Android, in the School of Information Technology (CECH). I also have a once per year, half-semester course in MS-IS program at the Lindner College of Business, which uses .Net and Visual Studio 2019. It's currently called "XML and Web Services", but is going to change to "Integrating Data APIs." I made this video for that course. :)
@bbowling49795 жыл бұрын
Interesting. They are very well done videos. Thanks for putting them together and making them available!
@adolfo19814 жыл бұрын
@@discospiff very good video! Very clear explanation of the concepts. I graduated from Lindner College of Business (MS-IS) in 2011. I wish I had taken your class
@discospiff4 жыл бұрын
@@adolfo1981 Thanks! I am LCB MBA, 2004... I bet we had some of the same professors.
@borramohankrishnaykrrxdetn66613 жыл бұрын
could you send the files?
@discospiff3 жыл бұрын
Sure. They are in this repo: github.com/discospiff/PlantDiary001
@jeffreytgilbert Жыл бұрын
Ever seen a JSON Schema pattern for supporting column level ACL (access control list)? I’m enforcing it on the server, but the ACL in the JSON Schema in the client would let me generate forms with just the right amount of viewable and editable fields.