|
|
samdnp
samdnp
 |
|
Stories kicked by samdnp
|
|
published 11 days, 3 hours ago, submitted by
dwhittaker
11 days, 7 hours ago
dimecasts.net — A pairing session where Kyle and Derik use TDD to create a new Feature for DimeCasts.net read more...
add a comment
|
category: C# | Views: 109
|
|
tags:
Dimecasts.net, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 14 days ago, submitted by
Jemm
16 days, 9 hours ago
devlicio.us — "At the users group I asked the question to the group 'who creates automated tests as part of their daily development cycle?'. After I asked this question I followed it up with, and if you don't WHY, WHY, WHY, WHY...... Below are some of the answers I received (btw, not the first time I have heard these reasons)." read more...
1 comment
|
category: Unit Testing | Views: 343
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 17 days, 3 hours ago, submitted by
Jemm
17 days, 7 hours ago
weblogs.asp.net — "One of the things that makes Silverlight so powerful is the ease with which developers and designers can collaborate together on projects. Developers can use Visual Studio to open and edit Silverlight 2 projects and get a powerful code-focused .NET development environment, and designers can use Expression Blend 2 SP1 to open and edit the exact same project and use a creative tool to sculpt and create optimal user experience designs." read more...
1 comment
|
category: Silverlight | Views: 174
|
|
tags:
ScottGu, ExpressionBlend, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 17 days, 6 hours ago, submitted by
johnsheehan
18 days, 4 hours ago
davesbox.com — This change will affect the behavior of the String.StartsWith, String.EndsWith, String.IndexOf and String.LastIndexOf methods by changing them to perform an ordinal (byte-for-byte) comparison by default instead of a culture-sensitive comparison using CultureInfo.CurrentCulture. In addition, the default overloads of String.ToUpper, String.ToLower, Char.ToUpper and Char.ToLower will be changed to use CultureInfo.InvariantCulture instead of CultureInfo.CurrentCulture. read more...
4 comments
|
category: CLR | Views: 472
|
|
tags:
CLR, .net4 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 21 days, 4 hours ago, submitted by
rstrahl
21 days, 19 hours ago
west-wind.com — With Microsoft's recent releases of the jQuery Intellisense file plus the hotfix released this week using jQuery in Visual Studio has become a lot easier and more convenient. Here is a little more detail on what you need and how it works. read more...
1 comment
|
category: jQuery | Views: 344
|
|
tags:
jQuery, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 25 days, 3 hours ago, submitted by
jacook11
25 days, 5 hours ago
mattberseth.com — Conclusion
There is an incentive for publishers that use DNK to setup phony accounts that will help get stories from certain domains on the front page. So guess what happens ... it would appear that a certain number of people are doing this. read more...
8 comments
|
category: Other | Views: 329
|
|
tags:
DotNetKicks | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 24 days, 22 hours ago, submitted by
parsa.amini
25 days, 10 hours ago
haacked.com — In this article Phil makes an improvement to the Maarten Balliauw's MVC OutputCache substitution ActionFilter Attribute read more...
add a comment
|
category: ADO.NET | Views: 166
|
|
tags:
MVC, Caching, Haacked | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 21 days, 2 hours ago, submitted by
samdnp
27 days, 22 hours ago
dotnetperls.com — What are the benefit of structs in C#? When can they improve performance and memory use? See examples and benchmarks as well as screens from CLRProfiler and the Visual Studio debugger. Is this is the best struct article in the world? Maybe! read more...
11 comments
|
category: C# | Views: 906
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month ago, submitted by
mystery
1 month, 3 days ago
pavkata.blogspot.com — My first look at Visual Studio 2010 codename "Rosario". I showed some screen shots and and some new features of the new visual studio. read more...
2 comments
|
category: Visual Studio | Views: 666
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
1 month, 13 days ago
dotnetperls.com — I look at how IndexOf and friends can be used. Also provide benchmarks against regular string character testing. I found some interesting stuff re: performance. Also it has a nice purple chart. read more...
add a comment
|
category: C# | Views: 20
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
2 months, 20 days ago
dotnetperls.com — I really wanted to know if it is worth the bother to set the Capacity of Dictionary or List in C#. This page provides some benchmarks and analysis. read more...
add a comment
|
category: C# | Views: 9
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 21 days ago, submitted by
vivekamar
2 months, 21 days ago
dotnetcurry.com — The BaseValidator class defines the basic implementation needed for all Validation controls. There are 6 Validation Controls included in the ASP.NET 2.0 and ASP.NET 3.5 framework which validate controls to prevent the users from entering wrong data. However, there are a few shortcomings in these controls. The good part is that ASP.NET provides the framework to create new validation controls. If you would like to create your own validation control, you can do so by deriving a new control from the BaseValidator abstract class. In this article, we will explore how to create a custom validation control in ASP.NET and provide both Server and Client Side Validation for the same. read more...
2 comments
|
category: ASP.NET | Views: 160
|
|
tags:
Geral, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 21 days ago, submitted by
shaharyr
2 months, 22 days ago
dev102.com — Software Managers all around the globe, need to have some metric to estimate their workers. Sometimes the management event wants to create a precise and measurable way to know the programming progress and the developers productivity and performance. One of those methods is called SLOC - Source Lines Of Code. This metric is used measure the size of the software by counting... read more...
1 comment
|
category: Architecture | Views: 318
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 22 days ago, submitted by
dcarr
2 months, 22 days ago
blog.domaindotnet.com — Linq is not just about databases. It’s about reading the registry, your hard-disk, or even a list of function pointers to be invoked. Linq is about more event then sets (collections). It’s about making tasks easier in many cases and vastly more powerful (and most importantly your code more readable and maintainable at the same time). It’s astounding just how fast the HashSet<T> collection is. This post will show how to gain additional power that is fully supported from Microsoft which is often overlooked, yet it can solve some of the hardest problems (especially around performance however don’t prematurely optimize!).
Linq, HashSet, ORM, NHibernate, Linq to NHibernate, Linq Undocumented, Functional Programming, .NET 3.5 read more...
3 comments
|
category: C# | Views: 361
|
|
tags:
LINQ, mock, Registry, Recursion, Server | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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