I created this presentation on Data Binding for a capstone class. Had 10 minutes to present a technical topic and I learned about Data Binding while at an internship last summer. I thought it was a very interesting and powerful concept.
.NET
Summer 2015 Recap
I spent the summer of 2015 working in a few areas.. Mostly C# and a dash of Java. I got to explore Denver when I wasn’t in front of a computer as well Learned and built GUIs in Windows Presentation Foundation (WPF). WPF necessitates learning MVVM. I kinda like MVVM and data binding although it […]
.NET Workflow SOAP service
Here’s a .NET Workflow service for my CSE 446 class at Arizona State. It includes a SOAP service and a console application that consumes that and another service. BitBucket