|
|
brianjlowry
Stories kicked by brianjlowry
|
|
published 3 days, 4 hours ago, submitted by
dove
3 days, 12 hours ago
googleblog.blogspot.com — has a good comic book to explain their design and features. read more...
10 comments
|
category: Products | Views: 283
|
|
tags:
Google | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
adminjew
5 days, 5 hours ago
blog.wekeroad.com — I've been working a lot with LINQ over the last few months, trying to approach it sanely with respect to SubSonic. It's not that it's terribly difficult to understand - it can simply be overwhelming at times with how much is in there. And whenever you think you know it, you realize that not only were you wrong, you weren't even in the same universe. read more...
add a comment
|
category: Linq | Views: 9
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 12 days, 10 hours ago, submitted by
satheeshbabu
15 days, 4 hours ago
codedigest.com — This week Microsoft have released a new control called ASP.NET Generated Image control to display image in ASP.Net page. This article will give you a kick start on this control and some of its features.
read more...
1 comment
|
category: ASP.NET | Views: 291
|
|
tags:
CodeDigest.Com, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
stimpy77
17 days, 4 hours ago
jondavis.net — I introduce a new data peristence pattern I call Evented Record in this continued discusson of using interfaces and events for IoC. read more...
add a comment
|
category: C# | Views: 8
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
brianjlowry
18 days, 17 hours 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: | |
|
|
|
|
|
published 21 days, 5 hours ago, submitted by
CraigStuntz
22 days, 5 hours ago
haacked.com — In CodePlex Preview 4 of ASP.NET MVC, we split out our action filters into four types of filters, each of which is an interface. To write a custom filter, you simply need to create an attribute that also implements one of the four interfaces I mentioned. read more...
add a comment
|
category: ASP.NET | Views: 172
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 22 days, 4 hours ago, submitted by
justin_etheredge
23 days, 7 hours ago
codethinked.com — In this post we talk about one of the best features of Ruby... duck typing. We show you what it is, and how it affects the way that you interact with objects in Ruby. read more...
add a comment
|
category: Other | Views: 101
|
|
tags:
CodeThinked, C#, IronRuby | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 23 days, 22 hours ago, submitted by
wisemx
25 days, 4 hours ago
blogs.msdn.com — I promised an update on SQL Express availability in my last post about the release of SQL Server 2008 so here it is. SQL Server 2008 Express is now available along with the release of the .NET Framework 3.5 SP1, which is a prerequisite and Visual Studio Express SP1. As I mentioned, there are two more editions of SQL Express on the way. There are a number of prerequisites for SQL Server 2008 that you will have to install on your own before installing SQL Express. Here is the list and basic instructions: read more...
2 comments
|
category: Database | Views: 285
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 25 days, 4 hours ago, submitted by
johnrummell
25 days, 6 hours ago
microsoft.com — It's finally here! I haven't seen an official announcement yet, but I did a search for "Visual Studio 2008 Service Pack 1" on Microsoft's Download Center and found the following downloads added today:
Microsoft Visual Studio 2008 Service Pack 1 (exe)
http://www.microsoft.com/downloads/details.aspx?FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e&DisplayLang=en
Microsoft Visual Studio 2008 Service Pack 1 (iso)
http://www.microsoft.com/downloads/details.aspx?FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61&DisplayLang=en read more...
6 comments
|
category: Visual Studio | Views: 713
|
|
tags:
.net3.5, VisualStudio2008, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Miron
26 days, 18 hours ago
blog.mironabramson.com — Fast version of Activator.CreateInstance(Type) and Activator.CreateInstance<T>() methods using IL to improve performance. read more...
add a comment
|
category: C# | Views: 15
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 28 days, 21 hours ago, submitted by
stimpy77
29 days, 5 hours ago
jondavis.net — Since forever, geeks who take themselves seriously have loved to brag such things as, "I use Notepad to edit web pages". Carrying this over to actual programming, "I never click into the designer when editing my ASPX", or "I never design a database using designer tools, I always design it all using raw T-SQL," or "I always update my SVN from the command line". (Someone in a local tech user group bears the post signature, "Real men use Notepad.")
Puhleeze. I'm not impressed, and frankly I think anyone who brags like this should get a swift kick in the pants. read more...
15 comments
|
category: C# | Views: 533
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
deepakkapoor
29 days, 11 hours ago
onedotnetway.com — StyleCop is a source analysis tool for C#. It can be used for analysing source code as opposed to compiled assemblies which is the area for FxCop. StyleCop is currently in version 4.2 and can be downloaded here. In this tutorial I will show you how to use StyleCop. read more...
add a comment
|
category: C# | Views: 12
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month ago, submitted by
justin_etheredge
1 month, 1 day ago
codethinked.com — In part 6 we look at Hashes (or Associative Arrays) and how they are used in the Ruby language. We also look at how you can use them in place of explicit method parameters. read more...
add a comment
|
category: C# | Views: 97
|
|
tags:
IronRuby, Ruby, C#, CodeThinked | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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