|
|
terry.aney
terry.aney
 |
|
Stories kicked by terry.aney
|
|
submitted by
terry.aney
1 day, 3 hours ago
aneyfamily.com — So now that LINQPad has enabled intellisense SQL Server Management Studio, Query Analyzer, and even Joseph Albahari's (LINQPad creator) own QueryEx have all been zapped from my memory. I'll no longer flounder in antiquated ANSI SQL, but instead flourish in fully typed C#/LINQ code. This post explores extension methods that make LINQPad an even more power tool. read more...
add a comment
|
category: Linq | Views: 4
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 days, 18 hours ago, submitted by
jiltedcitizen
13 days, 11 hours ago
codebetter.com — Introduction
There are language features that are nothing more than syntactical sugar. For example, C#'s coalesce operator (??) is a short-handed and specialized if-else. Object initializers make it easier to set properties on a newly created objects. Some features though go beyond mere convenience and add real value. I know it seems like we constantly have to learn new things, while at the same time actually produce code to pay our bills. It can be hard to pick and choose what to learn and what can wait. Let me be straight up though: if you haven't mastered generics yet, you're starting to fall dangerously behind. read more...
add a comment
|
category: C# | Views: 498
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 20 days, 20 hours ago, submitted by
johnsheehan
21 days, 17 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: 476
|
|
tags:
CLR, .net4 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 29 days, 11 hours ago, submitted by
joycsc
1 month, 1 day ago
forums.asp.net — How many of you changed your database vendor (i.e. Sql Server, Access) after developing an application? How many of your data entities include business logic? I could say, less than 10% in both cases for my case. I found the similar statistics for my other known developers. I guess this is true for less that 10% of the developers around the world. read more...
8 comments
|
category: ADO.NET | Views: 743
|
|
tags:
ASP.NET, Database, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 28 days, 7 hours ago, submitted by
docluv
1 month, 7 days ago
professionalaspnet.com — You have a wealth of code samples on your computer, here is how to find them!!!! An Easter Egg from Microsoft. read more...
2 comments
|
category: Tips & Tricks | Views: 954
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 18 days ago, submitted by
SuperJason
2 months, 18 days ago
ytechie.com — A list of questions that software developers should ask a prospective employer during their interview process. Similar to the Joel test, but more in-depth. read more...
add a comment
|
category: Other | Views: 684
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 4 months, 5 days ago, submitted by
Vort3X
4 months, 6 days ago
objectreference.net — Recently I’ve been having problems as the site has gotten more popular I’ve had comments and even posts disappearing randomly, sometimes re-appearing you might have experienced this yourself either on my site or in your own so after divulging into the code to see what was happening found something I thought was shocking. When you add a comment, or Rating, Approving and Remove Comments this is what BlogEngine DbBlogProvider actually does... read more...
add a comment
|
category: Open Source | Views: 236
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 25 days ago, submitted by
paul_houle
4 months, 26 days ago
gen5.info — Extension methods are the most controversial feature that Microsoft has introduced in C# 3.0. Introduced to support the LINQ query framework, extension methods make it possible to define new methods for existing classes.
Although extension methods can greatly simplify code that uses them, many are concerned that they could transform C# into something that programmers find unrecognizable, or that C#’s namespace mechanisms are inadequate for managing large systems that use extension methods. Adoption of the LINQ framework, however, means that extension methods are here to stay, and that .net programmers need to understand how to use them effectively, and, in particular, how extension methods are different from regular methods. read more...
add a comment
|
category: C# | Views: 260
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 1 day ago, submitted by
colinjack
5 months, 2 days ago
codebetter.com — Great article detailing why LINQ to SQL deserves some attention particularly if you buy into the object oriented style of development or are currently working with an ORM such as NHibernate. read more...
add a comment
|
category: ADO.NET | Views: 245
|
|
tags:
Database, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 22 days ago, submitted by
razamit
5 months, 22 days ago
dev102.com — As we all know, there are a lot of keyboard shortcuts in Visual Studio. We mentioned only 21 of them here at Dev102.com but according to this article, there are about 450 shortcuts available. read more...
1 comment
|
category: Visual Studio | Views: 298
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 3 days ago, submitted by
dnk2007
6 months, 3 days ago
forum.lessthandot.com — This is a collection of SQL hacks, right now there are 8 sections and between 70 and 80 hacks. read more...
add a comment
|
category: Database | Views: 600
|
|
tags:
Tips, SQL, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
terry.aney
6 months, 26 days ago
hanselman.com — Scott Hanselman's one-hundred-and-tenth podcast is up. This episode was recorded at the ALT.NET Open Spaces Conference in Seattle a few weeks back. He got to sit down with two gentlemen from Microsoft Research, Mike and Rustan, and talk about Spec# after their presentation at the conference. read more...
add a comment
|
category: C# | Views: 2
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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