tortus

Stories kicked by tortus

Visual C# IDE Tips Part 2(techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 years, 6 months ago

This post explains the some more tips on using Visual C# IDE to enhance developer productivity. read more...

add a comment |category: |Views: 16

tags: another

An architect should code. Period (codebetter.com)

submitted by hl7coderhl7coder(145) 4 years, 7 months ago

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...

add a comment |category: |Views: 3

tags: another

Back To Basics: What is a Clustered and a Non-Clustered index(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 8 months ago

An explanation of Clustered and Non-Clustered index using a library analogy (plus a visual prop :)) read more...

3 comments |category: |Views: 27

tags: another

Calculating Baseball Statistics With LINQ(derekslager.com)

submitted by jacook11jacook11(350) 4 years, 8 months ago

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: |Views: 44

tags: another

Secret functionality of the "Find" combo in Visual Studio(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 8 months ago

Quickly open or create files, set breakpoints, or execute commands and/or macros using the "Go To Find" combo in Visual Studio. read more...

add a comment |category: |Views: 7

tags: another

ModalPopupExtender for Editing Rows in a GridView (Master/Deta(mattberseth.com)

submitted by mbersethmberseth(1385) 4 years, 9 months ago

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: |Views: 969

tags: another

Refactoring Tools for Java and .NET(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 9 months ago

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...

add a comment |category: |Views: 117

tags: another

The Null Object Pattern(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 9 months ago

An alternative way to alleviate yourself from checking for null each time you work with a potentially missing object. read more...

1 comment |category: |Views: 15

tags: another

How to have Silverlight interact with the DOM(codeflakes.net)

submitted by gillgill(1070) 4 years, 9 months ago

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: |Views: 21

tags: another

Why Not To Catch General Exception Types(blogs.msdn.com)

submitted by senfosenfo(881) 4 years, 9 months ago

In its best practices guideline, Microsoft specifies that a generic Exception should not be caught. But why is this? read more...

3 comments |category: |Views: 37

tags: another

Burning Angels XNA Game(ziggyware.com)

submitted by zygotezygote(1090) 4 years, 9 months ago

Burning Angels XNA Dream Build Play entry read more...

add a comment |category: |Views: 155

tags: another

Good bye NUnit.Behave hello Behave#(lostechies.com)

submitted by agilejoeagilejoe(860) 4 years, 10 months ago

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: |Views: 5

tags: another

Good bye NUnit.Behave hello Behave#(lostechies.com)

submitted by agilejoeagilejoe(860) 4 years, 10 months ago

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: |Views: 5

tags: another

The Least You Need to Know about C# 3.0 (Beta 2 Edition)(blogs.msdn.com)

submitted by Coldduck9Coldduck9(470) 4 years, 10 months ago

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: |Views: 2

tags: another

Inversion of Control and Dependency Injection with Castle Windsor(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 10 months ago

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: |Views: 273

tags: another

First Look at IronRuby(weblogs.asp.net)

submitted by GrillerGeekGrillerGeek(150) 4 years, 10 months ago

Over the last few years we've been working to make .NET and the CLR a great environment for dynamic languages. About 14 months ago we formed a dedicated group within my team that has been focused on adding richer CLR runtime support for dynamic languages, as well as delivering first class .NET implementations of popular dynamic languages. read more...

add a comment |category: |Views: 5

tags: another