|
|
justinbezanson
Stories submitted by justinbezanson
|
|
submitted by
justinbezanson
26 days, 16 hours ago
geekdaily.net — So when my query kept returning 0 elements I started to get frustrated. Why wasn’t it working? read more...
3 comments
|
category: Linq | Views: 12
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
justinbezanson
1 month, 1 day ago
geekdaily.net — There are many times I wish real life could be maintained like a software program. In true SlashDot form I am going to try an make my case for Unit Testing with a car analogy (mind you probably a bad one).
To me writing software without writing unit tests is like me working on my car... read more...
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
justinbezanson
1 month, 7 days ago
geekdaily.net — Exception handling can be an extremely powerful tool for debugging…if it is done right. If you drop the ball on this it can make you want to run home crying to your Mommy. read more...
add a comment
|
category: Architecture | Views: 16
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
justinbezanson
1 month, 8 days ago
geekdaily.net — Object Oriented Programming is going to be the foundation of everything we talk about from here on out. OOP provides huge power and flexibility later on down the line when we discuss techniques to help in the maintainability of our code.
As a side note, you will find that I tote maintainability as a hugely important factor. To me, maintenence is the biggest comsumption of development resources whether it be through bug fixes or adding new features. Anything that can make code easier to maintain long term is, in my book, worth exploring. read more...
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
justinbezanson
2 months, 11 days ago
geekdaily.net — I have been reading a lot about what makes a developer want to stay or leave their current jobs or clients on some development blogs as of late.
There are two things that stuck out to me, probably because they hit home with me, that can really frustrate and discourage a developer. read more...
add a comment
|
category: Other | Views: 16
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
justinbezanson
2 months, 12 days ago
geekdaily.net — I am always looking for easy ways to use less tables in my markup. When designing a website I always aim for no tables but in a web application I may cheat from time to time.
Some time ago, thanks to an article on quirksmode, I began creating tableless forms. This trick was great for simple forms but I kept using tables for really complicated forms. read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
justinbezanson
3 months, 3 days ago
geekdaily.net — When you think of the keyword this you probably assume it refers to the current instance of the class. This is true for most object oriented languages like C# and Java.
So, knowing this you would probably assume the same would be true of JavaScript and it’s this keyword. This is, however, not the case. Like a lot of things about writing object oriented code in JavaScript, this behaves differently in some situations. this does not always refer to the class instance depending on how you use it. read more...
add a comment
|
category: AJAX | Views: 5
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
justinbezanson
5 months, 4 days ago
geekdaily.net — I talked about an issue I ran into between DateTime.MinValue and SqlDateTime.MinValue in a previous post. One other point I noticed while researching the topic was that, unlike almost all other types, SqlDateTime doesn’t have a TryParse method. read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
justinbezanson
5 months, 4 days ago
geekdaily.net — There are many arguments to whether stored procedures or dynamic sql is best when developing applications. I don’t think there is a cut and dry “best”. As with most things in programming, it boils down to what is best in your current situation. read more...
1 comment
|
category: Database | Views: 2
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
justinbezanson
5 months, 4 days ago
geekdaily.net — Simply, a custom event is something that happens that you feel is important enough to define actions to execute when this something happens. Clear as mud? I think I confused even myself. A custom event is just like a native event (onclick, onload, etc) except you define what it is and when it should fire. read more...
add a comment
|
category: AJAX | Views: 1
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 7 days ago, submitted by
justinbezanson
5 months, 11 days ago
geekdaily.net — Working with non-nullable types in C# can be a bit of a pain. For instance when I have a date as a string and need to parse it into a DateTime what should the value be if the parse fails? I can’t use null because DateTime is not a nullable type. read more...
add a comment
|
category: C# | Views: 13
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
justinbezanson
6 months, 8 days ago
geekdaily.net — A couple of days ago while I was busy coding I ran into problem where I needed to nest Repeaters. There were a number of articles I found but they all dealt with nested Repeater controls using a DataSet as the data source but I needed to use a custom collection (List<T>).
read more...
add a comment
|
category: ASP.NET | Views: 0
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
justinbezanson
6 months, 9 days ago
geekdaily.net —
I just wanted to say a hello to the users coming over from dot net kicks. It is always good to talk with fellow .Net coders.
This is the first time I have made it to the front page (original post) and wanted to mention a thank you to dot net kicks for the great content that it pumps out. I always find good stuff each day that helps me become a better developer.
I hope that this is just the first of many articles that I can contribute to a great community. If you liek this blog please consider signing up for the RSS feed.
read more...
add a comment
|
category: Community | Views: 1
|
|
tags:
dnk, DotNetKicks, Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 10 days ago, submitted by
justinbezanson
6 months, 10 days ago
geekdaily.net — The move that Adobe is making is to include the ability in include C, C++, Java, Python, and Ruby code into Flash that will get comiled into ActionScript. This is a smart move by Adobe which will strengthen Flash and remove the major reason a developer might decide to switch to Silverlight.
read more...
10 comments
|
category: Silverlight | Views: 4
|
|
tags:
Adobe, notoriginal, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
justinbezanson
6 months, 29 days ago
geekdaily.net — I’d like to point out that this took me a while to figure out and in the end it was DisturbedBuddha over at the ASP.Net forums that gave me the solution. I thought I would share this with you as I know I would never have been able to imagine how to makes this work on my own. read more...
add a comment
|
category: AJAX | Views: 28
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
justinbezanson
7 months ago
geekdaily.net — I have been developing Composite Controls lately for ASP.Net. I am trying to focus on clean separation of code and adhering to DRY principles whenever possible. This has lead me to using controls in an attempt to make my application modules more “pluggable” with the application core.
So far this has been working quite well but I am being forced to investigate the lifecycle of the different components of my application when I encounter results that I wasn’t expecting. read more...
add a comment
|
category: ASP.NET | Views: 0
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|