csharpnjava

Stories kicked by csharpnjava

C# by Contract - Using Expression Trees(aabs.wordpress.com)

submitted by aabsaabs(850) 4 years, 4 months ago

Using Lambda Expressions to get more bang for my buck! This Article is part of a series exploring the capabilities of .NET 3.5 and how new advances allow the development of a very powerful Design by Contract (or Contract First or Contract Driven Development) system in very few lines. DBC can help you write better code and although the examples in this post are in C#, they will work equally well in VB.NET. read more...

add a comment |category: |Views: 42

tags: another

Measure memory consumption of creating object in C#(saftsack.fs.uni-bayreuth.de)

submitted by dun3dun3(360) 4 years, 4 months ago

Measure memory consumption of creating object or executing functions in C# A detailed look at benchmarking the memory footprint and the execution speed of functions. read more...

2 comments |category: |Views: 468

tags: another

Visual Studio 2008 New Multi-Threaded Debugging Feature(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 4 months ago

An overview of some of the new multi-threaded debugging features in VS2008. read more...

2 comments |category: |Views: 32

tags: another

Hello World of Rhino Mocks(buddylindsey.com)

submitted by percent20percent20(855) 4 years, 4 months ago

A lot of tutorials on Rhino Mocks are long and complicated. This post gives you just enough basic code to start working with rhino mocks so you can see what is going on. read more...

1 comment |category: |Views: 2347

tags: another

.NET Framework Library Source Code now available(weblogs.asp.net)

submitted by dalzieldalziel(6230) 4 years, 4 months ago

Scott Guthrie announces that the .NET framework source code can now accessed in Visual Studio read more...

1 comment |category: |Views: 90

tags: another

SubSonic And MVC: Introducing Makai(blog.wekeroad.com)

submitted by kevnzkevnz(858) 4 years, 4 months ago

Rob shows off upcoming features for SubSonic and MS MVC read more...

add a comment |category: |Views: 61

tags: another

Getting started with VisualSVN(mikeinmadison.wordpress.com)

submitted by mikeinmadisonmikeinmadison(170) 4 years, 4 months ago

VisualSVN is simply a front-end for the command line Subversion functions, just like TortoiseSVN. The difference between the two is that TortoiseSVN is a “add-in” for Windows and VisualSVN is an add-in for Visual Studio. read more...

4 comments |category: |Views: 88

tags: another

AjaxDataControls v1.0 Goes Live(weblogs.asp.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 4 months ago

The Final release of v1.0 of AjaxDataControls goes live. read more...

add a comment |category: |Views: 2

tags: another

AjaxDataControls GridView Drag and Drop(weblogs.asp.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 4 months ago

Shows how to add Drag and Drop and Persistence support in the GridView Control. read more...

add a comment |category: |Views: 4

tags: another

Borrowing Ideas From 3 Interesting *Internal* Classes in the .NET 3.5 (moserware.com)

submitted by moserwaremoserware(1665) 4 years, 4 months ago

Improve your code by borrowing ideas from System.Linq.Strings, System.Linq.Error, and Microsoft.Contracts.Contract. read more...

add a comment |category: |Views: 17

tags: another

Waterfall Doesn't Work(lostechies.com)

submitted by chadmyerschadmyers(840) 4 years, 4 months ago

Waterfall Doesn't Work; All Non-Agile Projects Eventually Devolve into Necessary Sub-Standard Agile. The traditional life cycle approach effectively ignores these issues and developers have been forced to consider other methods to overcome these problems. read more...

5 comments |category: |Views: 8

tags: another

Windows Vista Hidden "Copy As Path" option(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 4 years, 4 months ago

In Windows Vista, if you hold down the Shift key and right click on a file, a new option appears in the context menu: "Copy As Path". Why this option is so hidden, I don’t know. read more...

4 comments |category: |Views: 10

tags: another

Tutorial Series - Creating a Game Engine in XNA(virtualrealm.com.au)

submitted by MykreMykre(830) 4 years, 4 months ago

RoeCode over at Running on Empty has started a series of Articles that go through the process of creating a Game Engine using the XNA Framework. In this first article he starts of with the base classes to get the program running, this includes some helper classes that utilize the XNA Storage system for saving the game settings. read more...

add a comment |category: |Views: 255

tags: another

Large file uploads in ASP.NET(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 4 years, 4 months ago

A review of some of the challenges and solutions to uploading large files in ASP.NET. read more...

add a comment |category: |Views: 248

tags: another

Completely free PDF .NET library written in C#(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 4 months ago

Want to add PDF support to your .NET project. Try this. Open Source library to create/edit PDF files. With unrestricted license to change, sell, sublicense. read more...

5 comments |category: |Views: 7495

tags: another

Dynamic LINQ (Part 1: Using the LINQ Dynamic Query Library)(weblogs.asp.net)

submitted by JemmJemm(9604) 4 years, 4 months ago

While writing type-safe queries is great for most scenarios, there are cases where you want the flexibility to dynamically construct queries on the fly. For example: you might want to provide business intelligence UI within your application that allows an end-user business analyst to use drop-downs to build and express their own custom queries/views on top of data. read more...

1 comment |category: |Views: 178

tags: another