Bryan Sampica
Freakyuno's wanderings in the .NET world.
-
DTO Organization in vNext API's
So lets face it, projects are getting more complicated, with more and more objects to keep track of. If you follow any type of agile process you're often creating an object per operation with the hopes that your technical debt will allow you to reactor the dupes later. If you're following a DRY principle or a seperation of concerns it can open add layers of abstraction that confuse your object graph even more.
-
Async File Uploads in MVC 4
Once and a while, I come across a problem that requires some "solving". It's a different scenario that the typical "I've done this before, lets do it again", where you may make something better, or more efficient, or refactor it in some way.
-
Silverlight 4 Scrollviewer & Keeping items in view
Just a short note today – mostly so I can look up later what I’ve done to get this working, but also to share the knowledge!
-
Silverlight 4.0 Wizard Custom Control
It’s common in my LOB applications to come across situations where I invent something, and later think…this would be useful for the community.
-
Global BusyIndicator for DomainContext
Just a short post to help out some poor soul dealing with some of the same issues I did before it hit me like a cream pie (right in the face).
-
Twtpoll auto voter
Just a short entry today on a fun little project I came across. I had a friend that for “educational purposes” wanted to know how to write a little WPF program that would Auto Vote on a twtpoll poll that was enabled for a 24 hour period.
-
Silverlight 4 Container Control
Today I went looking for a simple skinable container control that I could use in Silverlight 4. I of course checked the framework first, and didn’t find exactly what I was looking for. I then checked the Silverlight Toolkit for Silverlight 4, which has some really cool container controls, but again, nothing specifically like I was looking for.
-
Custom Explicit and Implicit Operators in C#
I recently had a friend ask me about my use of implicit operators. I’ve been using them for a while now, but don’t think they’ve gained much traction for some reason, as I rarely come across code where they’ve been implemented.
-
Silverlight 4
So the Silverlight platform has been quite interesting for some time in concept, and had some niche abilities that made it perfect for streaming media, or writing simple rich applications. Around the time of Silverlight 3 things started to get interesting; as the tools developed, and the platform matured!
-
Windows 7 RC
The Windows 7 RC has been officially announced.