patriciaaz

Stories kicked by patriciaaz

FileHelpers 2.0 Released(filehelpers.com)

submitted by marcosmarcos(2779) 5 years, 1 month ago

A big step in the library roadmap. A lot of performance enhaces (more than 65% in .NET 2.0) and new features, with a pulished API. The FileHelpers are and open source library with this simple idea: "Strong type your flat file (fixed or delimited) simply describing a class that maps to each record and later read/write your file as an strong typed .NET array" read more...

2 comments |category: |Views: 19

tags: another

Got 15 minutes? Give Ruby a shot right now! (Online emulator)(tryruby.hobix.com)

submitted by marcosmarcos(2779) 5 years, 2 months ago

A simply and useful tutorial to play with ruby Online =) Just click the link and begin to program in RUBY read more...

4 comments |category: |Views: 136

tags: another

FileHelpers Development Blog(blog.filehelpers.com)

submitted by marcosmarcos(2779) 5 years, 4 months ago

A place to discuss the changes for the 2.0 version of this open source library for flat file processing (CSV or Delimited) written in C#, get involved =) read more...

add a comment |category: |Views: 2

tags: another

.NET Format String Quick Reference/Cheat Sheet(john-sheehan.com)

submitted by rimsystemsrimsystems(6119) 5 years, 4 months ago

All standard and custom DateTime and number format strings (for use with String.Format(), .ToString(), etc) in one handy document. read more...

add a comment |category: |Views: 310

tags: another

What is Windows PowerShell?(blogs.ittoolbox.com)

submitted by plbyrdplbyrd(825) 5 years, 4 months ago

A good look at Windows PowerShell. The author explains why PowerShell is different than any other shell around and how it will make your life easier. read more...

add a comment |category: |Views: 12

tags: another

LINQ Farm: LINQ Sets(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 4 months ago

This is the sixth in a series of articles on LINQ. In this post the focus will be on the LINQ Set operators. Near the end of the post I include a short section on the importance of choosing the best operator for a particular task. Please see the links at the bottom of this post to retrieve the code. read more...

add a comment |category: |Views: 14

tags: another

VS2005 PowerShell VB & C# Templates (Project, Cmdlet & PSCmdlet) (coolthingoftheday.blogspot.com)

submitted by patriciaazpatriciaaz(95) 5 years, 5 months ago

This Visual Studio template adds a C# and/or VB.NET project template for building Windows PowerShell Cmdlets and item templates in both languages to build CmdLet derived and PSCmdLet derived Windows PowerShell Cmdlets read more...

add a comment |category: |Views: 13

tags: another

The baby version of CLR via C#(eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 5 months ago

It's free! It's on-line! It's 267 pages! It's .NET Book Zero: What the C or C++ Programmer Needs to Know about C# and the .NET Framework and you can download it here read more...

add a comment |category: |Views: 49

tags: another

Types of confusion(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 5 months ago

When I began programming in my early teens, I was very excited to learn about programming and also excited to become a "real" programmer. I remember picking up a book from the library that purported to teach what real programmers were like. I absorbed the material and enjoyed every page. I can only remember a handful of things from that book which I now realize was not very serious material, but I do remember one quote: "Strong typing is for people with weak minds." I thought to myself, "I don't want to have a weak mind" and I didn't want people to think that I have a weak mind so I thought that I should definitely not embrace strong typing. But what was "strong typing" anyway, I wondered. After much reflection on my (brief) programming experience, I decided that strong typing was using the keyboard a lot. So I decided that people with weak minds wrote overly verbose code. I then applied my new found principle. read more...

add a comment |category: |Views: 2

tags: another

Visual Studio 2005 Service Pack 1 RTM(eweek.com)

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

Service Pack 1 of the development platform includes user reported fixes and more than 70 improvements for common development scenarios, including new processor support for code generation and profiling, as well as performance and scale improvements in Microsoft's TFS (Team Foundation Server). Although Microsoft has released the Visual Studio 2005 SP1 bits to manufacturing, official news of the release is not expected until Monday [18.12.2006], sources close to the company said. read more...

5 comments |category: |Views: 4

tags: another

Subversion on a stick(dotnet.org.za)

submitted by trumpitrumpi(370) 5 years, 5 months ago

Use Subversion from a portable hard disk or flash drive to synchronize your documents between various computers. There's no need to run the Subversion daemon -- all you need is portable storage and a Subversion client. read more...

2 comments |category: |Views: 294

tags: another

DDD - Repositories & Factories(steve.emxsoftware.com)

submitted by jbeninghovejbeninghove(790) 5 years, 5 months ago

Nice example of using repositories and factories for persisting and retrieving your domain objects. read more...

add a comment |category: |Views: 145

tags: another

Implicit and Explicit Interface Implementations(blogs.msdn.com)

submitted by HopcroftHopcroft(200) 5 years, 5 months ago

A discussion of the subtleties of implicit and explicit interface implementations in C#. read more...

add a comment |category: |Views: 96

tags: another

Tipping TDD(jayflowers.com)

submitted by jflowersjflowers(1860) 5 years, 5 months ago

In this post I share some thoughts on how to increase the chance of an organization adopting TDD. read more...

add a comment |category: |Views: 7

tags: another

The Problem of Open Source in the Microsoft World(ayende.com)

submitted by roelofroelof(120) 5 years, 5 months ago

A concise and insightful description of the state of open source on the .NET platform. read more...

add a comment |category: |Views: 0

tags: another

A csharp image enhancement filters library(codeproject.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 5 months ago

This project started from a need. A need to have a simple image/photo .Net filters functionality to style and enhance pictures to be displayed on the web (or any other place for that matter). True, there are some filter libraries scattered around the web for doing stuff like a WaterMark or a GrayScale or even a collection of those (ImageMagick) , in most of the times they are very basic or unhelpful for styling images. Furthermore the .NET System.Drawing.* namespace doesn't provide any basic or sophisticated capabilities, for example there isn't a proper rotate or resize functionality .So the goal was to collect all of the nice .NET filters that are out there into a single package and to extend it by providing more useful and styled filters. read more...

add a comment |category: |Views: 182

tags: another