|
|
ang3lfir3
ang3lfir3
 |
|
Stories kicked by ang3lfir3
|
|
submitted by
ang3lfir3
1 month, 16 days ago
keithelder.net — There is an extremely nasty bug in WCF (Windows Communication Foundation) that I have discovered as of late. I know it is a bug because after several weeks with an open support call into Microsoft it was confirmed as a bug. It was so perplexing because it was hard to replicate. It even took the .Net Framework developers a week or more to track it down. read more...
add a comment
|
category: Other | Views: 6
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
ang3lfir3
2 months, 26 days ago
jason.whitehorn.ws — Using the HandleUnknownAction method for a better user experience and potentially lead the user to what they were really after. read more...
add a comment
|
category: ASP.NET | Views: 7
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
keithelder
3 months, 1 day ago
keithelder.net — For those that are writing in C# 3.0 and using the latest and greatest language features have you actually stepped back to look at some of the code you wrote? Is it easier or harder to read? Is it truly more understandable for someone else to maintain later on or is it just a lot of syntactic noise? Let's explore this with a few samples and see which way comes out on top. read more...
add a comment
|
category: C# | Views: 19
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 12 days ago, submitted by
ang3lfir3
4 months, 12 days ago
rosscode.com — Earlier today, there was a great discussion in an IRC channel about entities and whether they should have behaviors or not, and that eventually moved onto Repositories. It's a good discussion and after it was over, several of us felt it would be a good reference for later. Since I have a log of the conversation, I figured I'd repost it for future reference. Hopefully, you'll find it a good read as well.
read more...
add a comment
|
category: Architecture | Views: 302
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 22 days ago, submitted by
ang3lfir3
4 months, 22 days ago
kohari.org — A rather heated discussion erupted last week on Twitter and IRC concerning so-called “drag-and-drop demos” — point-and-click demonstrations of “software development” that just involve dragging controls around on a graphical designer without a lot of actual coding involved. Being entirely unable to resist joining in on debates, I had to chime in and give my two cents. read more...
add a comment
|
category: Community | Views: 315
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 2 days ago, submitted by
ang3lfir3
5 months, 2 days ago
iamnotmyself.com — As you may have noticed, I have become interested in the concept of Object Relational Mapping and the NHibernate framework. One of the more painful/tedious aspects of using NHibernate is hand writing the xml mapping files. That is why I got excited when I heard that Jeremy Miller was open sourcing his mapping generation libraries.
read more...
add a comment
|
category: Database | Views: 311
|
|
tags:
Fluent, Interface, Database, NHIbernate | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 8 days ago, submitted by
cwoodruff
5 months, 8 days ago
deepfriedbytes.com — Learn how the Microsoft.com operations team meets the demands for one of the top 5 websites on the Internet today. The team supports the server product teams at Microsoft by "dogfooding" products such as Windows Server 2008, SQL Server 2008 and IIS7 years before being released to customers. Keith and Woody sit down with Brad LeRoss and Jim Dobbin of the MSCOM team discuss the Microsoft.com architecture and infrastructure, history of the team, the process of content delivery and a few funny stories. read more...
1 comment
|
category: Architecture | Views: 382
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 11 days ago, submitted by
jblankenburg
5 months, 11 days ago
jeffblankenburg.com — So I've heard the bad press. I've seen the pc vs. mac ads. I've heard my friends' complaints about crashing, security, and speed.
That's why I'm moving to Windows Mojave. It seems Microsoft finally got an OS right. read more...
5 comments
|
category: Vista | Views: 924
|
|
tags:
Windows, Microsoft, Vista, Mojave | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 11 days ago, submitted by
ang3lfir3
5 months, 11 days ago
ang3lfir3.wordpress.com — While working on my current project I decided that I had a need to use the Specification Pattern . After finding a clean implementation by Jeff Perrin I set to work creating the specifications that I needed. I quickly realized that we were going to end up having a ton of specifications and sometimes they would only apply to very special cases. Other times they would be very broad cases and they needed to be even more composable than even the fluid interface implemented in Jeff’s implementation wasn’t going to be enough. It after all still required me to create a concrete implementation for each specification, no matter how minuscule it might be.
This is the part where I thought to my self that since i was really only creating implementations for a single method that I could just write a LambdaSpecification and be able to use this for all the special cases I had.
read more...
add a comment
|
category: Patterns | Views: 262
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 15 days ago, submitted by
ang3lfir3
5 months, 15 days ago
deepfriedbytes.com — Domain-driven design (DDD) is an approach to the design of software, based on two premises. For most software projects, the primary focus should be on the domain and domain logic (as opposed to being the particular technology used to implement the system) and complex domain designs should be based on a model. David Laribee wraps up his discussion with hosts Keith and Woody about the growing design practice and how it can be used with the .NET platform. read more...
add a comment
|
category: Architecture | Views: 212
|
|
tags:
Design, Domain-driven, Laribee, Architecture, DDD | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 15 days ago, submitted by
Lord
5 months, 15 days ago
ayende.com — A few hours ago I completed a code review of an application using NHibernate. This is not the first time I am doing such a thing, of course, and I noticed that there are quite a few areas where I tend to have comments in such code reviews.
The following is based on several such code bases that I went through, and contains a partial list of things that you need to watch for. read more...
add a comment
|
category: Open Source | Views: 301
|
|
tags:
Ayende, NHIbernate, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 12 days ago, submitted by
superghost
5 months, 16 days ago
blog.matthidinger.com — The ASP.NET MVC framework ships with a number of Visual Studio project and item templates to ease our development tasks. One of these templates is a UserControl built specifically for the MVC framework. We are going to walkthrough building a re-usable Header control that can be added to the top of related pages (in this specific case, this Control will be added to all Account pages). read more...
add a comment
|
category: ASP.NET | Views: 367
|
|
tags:
ASPNETMVC, MVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 16 days ago, submitted by
Jemm
5 months, 16 days ago
haacked.com — One principle to follow when writing a unit test is that a unit test should ideally not cross boundaries. read more...
add a comment
|
category: Unit Testing | Views: 181
|
|
tags:
Haacked, TDD, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 16 days ago, submitted by
dwhittaker
5 months, 16 days ago
dimecasts.net — In this episode we will walk you though how to use the .Net tool Reflector.
Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector allows to easily view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic and IL. read more...
add a comment
|
category: Products | Views: 253
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 5 months, 17 days ago, submitted by
Jemm
5 months, 17 days ago
msmvps.com — "I just had an e-mail exchange with someone looking for a VB lead in Colorado Springs. I think they are going to have trouble filling it with an existing VB expert, and it occurred to me that someone who had led a successful VB 6 -> C# project could fit the bill, if they knew some key things about VB. I told the recruiter I thought the right person with a C# background and the right (respectful) attitude could be a good fit with two weeks work." read more...
1 comment
|
category: VB.NET | Views: 414
|
|
tags:
C#, VB.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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