|
|
brianjlowry
Stories submitted by brianjlowry
|
|
submitted by
brianjlowry
1 month, 22 days ago
lowrymedia.com — This post discusses how I implement dependency injection with WebForm applications using a base class for pages. I use Windsor; however, the DependencyResolver class is written to be swapped out with an implementation of IDependencyResolver so that you can use any DI framework. read more...
add a comment
|
category: ASP.NET | Views: 11
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
brianjlowry
2 months, 11 days ago
lowrymedia.com — In previous articles, I discussed class dependencies, interfaces, and concrete implementations. This article will cover the very basics of setting up Castle Project's Windsor to do dependency injection from a configuration file. read more...
add a comment
|
category: C# | Views: 3
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
brianjlowry
2 months, 12 days ago
lowrymedia.com — Today, I ran into a situation where I needed to proper case a string for display purposes. After a little research on Google, I found a few snippets and put them together to make this extension method. read more...
add a comment
|
category: C# | Views: 15
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
brianjlowry
2 months, 13 days ago
lowrymedia.com — In the course of experimenting with the new MVC release for .Net, I stumbled across a post on the ASP forums where someone was explaining his approach to architecture using MVC. In reading further, I found that he was using dependency injection; a reusable design pattern presumably brought to .Net from Java world. read more...
add a comment
|
category: C# | Views: 14
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
brianjlowry
2 months, 15 days ago
lowrymedia.com — In a previous article, I discussed the benefits of passing interfaces as parameters to a method instead of using concrete classes. Now I’m going to discuss other ways in which using interfaces can help future-proof your code, make it testable, and more extensible. read more...
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 16 days ago, submitted by
brianjlowry
2 months, 18 days ago
lowrymedia.com — When designing architectures in .NET, I frequently use interfaces for parameter types in my method signatures. This post will help to explain why I choose to do this and the benefits of coding in this manner. read more...
1 comment
|
category: C# | Views: 574
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
brianjlowry
2 months, 21 days ago
lowrymedia.com — "The number of times I have run into the following problem is astounding. I need to bind a list of complex/nested objects (those that contain other objects) to a gridview and show the values of nested objects. For example, let's say I have the following Customer class which contains a State object that holds information about in which state the customer lives." read more...
add a comment
|
category: C# | Views: 27
|
|
tags:
GridView, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 21 days ago, submitted by
brianjlowry
3 months, 21 days ago
codethinked.com — How being clever can create headaches for you (later) and other team members. read more...
6 comments
|
category: C# | Views: 432
|
|
tags:
CodeThinked, Dupe, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 3 days ago, submitted by
brianjlowry
8 months, 5 days ago
dotnetslackers.com — There are some good ones in here. Keeping javascript business logic off the client-side and on the server side... caching AJAX requests... etc. read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 months, 23 days ago, submitted by
brianjlowry
11 months, 23 days ago
lostechies.com — I was reading through some blog posts and through a recent post, stumbled across this one from Bill McCafferty and took a look at the DesignByContract CodeProject article. This is just a simple utility class to pass in assertions and get an exception to be thrown with a message if the contract has been violated. read more...
3 comments
|
category: C# | Views: 3
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 5 months ago, submitted by
brianjlowry
1 year, 5 months ago
theserverside.net — "This guide will introduce you to essential security features, and hopefully, you’ll glean a tip or two from the variety of tutorials and articles."
read more...
|
|
tags:
WebServices, WCF, Security | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 6 months ago, submitted by
brianjlowry
1 year, 6 months ago
codeproject.com — FTA: .NET 2.0 introduced nullable types into the CLR which, for the first time, provided the ability for value types to be assigned a null value. However, ADO.NET 2.0 did not introduce any new features specifically for dealing with nullable types. Therefore, one of the primary goals for the classes presented in this article is to provide a simple API for working with nullable types within the persistence layer. read more...
1 comment
|
category: C# | Views: 2
|
|
tags:
Nullable, DataReader, CodeProject | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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