|
|
tortus
tortus
 |
|
Stories kicked by tortus
|
|
submitted by
kalyanms1
22 days ago
techbubbles.com — This post explains the some more tips on using Visual C# IDE to enhance developer productivity.
read more...
add a comment
|
category: C# | Views: 16
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 15 days, 11 hours ago, submitted by
vivekamar
22 days, 5 hours ago
dotnetcurry.com — In this article, we will explore some common ‘How Do I’ kind of examples using LINQ to XML. This article is the Part II of the 3-part LINQ to XML series. read more...
add a comment
|
category: Linq | Views: 274
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
hl7coder
1 year, 2 months ago
codebetter.com — This has been said over and over again, but as long as it keeps happening it just has to be said again.
A very common career path in IT "promotes" a coder over the years to a program manager with architect responsibilities. And being an architect they stop writing code themselves. The thing I see over and over again is that these people keep living in the programming environment in which they grew up.
read more...
1 comment
|
category: Architecture | Views: 0
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
jacook11
1 year, 2 months ago
derekslager.com — Unfortunately, like most Microsoft-authored samples, they are focused around boring business use cases. Maybe it's just me, but I like seeing innovative language features demonstrating something other than calculating the average price for in-stock products (yawn). read more...
add a comment
|
category: C# | Views: 20
|
|
tags:
LINQ, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
aaronlerch
1 year, 2 months ago
aaronlerch.com — Quickly open or create files, set breakpoints, or execute commands and/or macros using the "Go To Find" combo in Visual Studio. read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
mberseth
1 year, 3 months ago
mattberseth.com — Example showing how to implement the classic Master/Details scenario using ASP.NET AJAX and the ModalPopupExtender control in the ASP.NET AJAX Control Toolkit. read more...
add a comment
|
category: AJAX | Views: 205
|
|
tags:
mattberseth, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bayarsaikhan
1 year, 3 months ago
plentyofcode.com — Refactoring is the process of changing a software system in such a way that it does not alter the external behavior and result of the code yet improves its readability and internal structure. Object oriented developers recognize the value of refactoring working code. Until recently good tools have not been available. This list contains Refactoring tools and IDEs features Refactoring support. read more...
|
|
tags:
.Net, IDE, Java, Refactoring, tool | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
jeremyjarrell
1 year, 3 months ago
jeremyjarrell.com — An alternative way to alleviate yourself from checking for null each time you work with a potentially missing object. read more...
1 comment
|
category: Patterns | Views: 2
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 4 months ago, submitted by
gill
1 year, 4 months ago
codeflakes.net — This article explains how you can have Silverlight interact with the DOM of the HTML document it is in. read more...
add a comment
|
category: Silverlight | Views: 2
|
|
tags:
dom, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 4 months ago, submitted by
senfo
1 year, 4 months ago
blogs.msdn.com — In its best practices guideline, Microsoft specifies that a generic Exception should not be caught. But why is this? read more...
3 comments
|
category: CLR | Views: 8
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 1 year, 4 months ago, submitted by
zygote
1 year, 4 months ago
ziggyware.com — Burning Angels XNA Dream Build Play entry read more...
add a comment
|
category: XNA | Views: 17
|
|
tags:
XNA | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 4 months ago, submitted by
agilejoe
1 year, 4 months ago
lostechies.com — Most of you who read my blog know that I have been working on NUnit.Behave which was meant to mirror the functionality of rbehave in .Net. My initial spike was a success but it required that you inherit from an base NUnit Test Fixture. Even I wouldn't use it! So I spent some time decoupling it from NUnit into it's own framework. At the same time my idea caught on and Jimmy Bogard decided to do the same thing. Well to make a long story short we have been collaborating on the differences between our two frameworks over the last week and have decided to go with Behave#. I love OSS, where else could this be possible! read more...
2 comments
|
category: Unit Testing | Views: 1
|
|
tags:
NUnit | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 4 months ago, submitted by
agilejoe
1 year, 4 months ago
lostechies.com — Most of you who read my blog know that I have been working on NUnit.Behave which was meant to mirror the functionality of rbehave in .Net. My initial spike was a success but it required that you inherit from an base NUnit Test Fixture. Even I wouldn't use it! So I spent some time decoupling it from NUnit into it's own framework. At the same time my idea caught on and Jimmy Bogard decided to do the same thing. Well to make a long story short we have been collaborating on the differences between our two frameworks over the last week and have decided to go with Behave#. I love OSS, where else could this be possible! read more...
2 comments
|
category: Unit Testing | Views: 1
|
|
tags:
NUnit | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 4 months ago, submitted by
Coldduck9
1 year, 4 months ago
blogs.msdn.com — A lot of people (myself included) have written about LINQ in the next version of C#. LINQ is indeed an empowering technology. However, even without LINQ, C# 3.0 would be a compelling upgrade. Now that Beta2 is publicly available, here’s my personal list of the most useful features in the next release. read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
.net3.5, VisualStudio, .Net, C#, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 4 months ago, submitted by
simoneb
1 year, 4 months ago
dotnetslackers.com — First article of a 4 parts series about IoC and DI with Castle Windsor Container. This first part is an introduction to the core concepts and a simple example of how to start thinking in terms of IoC. read more...
9 comments
|
category: Architecture | Views: 25
|
|
tags:
Incjection, Injection, simoneb, Dependency, IoC | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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