alecava

Stories kicked by alecava

Top 6 Coding Standards & Guideline Documents For C#/.NET Developers(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 6 months ago

Some time back, I collated a list of 7 Must Read, Free EBooks for .NET Developers, and a lot of people found it useful. So, I thought about putting together my “Top 6” list of Coding Standard guidelines/checklists for .NET /C# developers as well...They are useful not just from a review perspective - going through these documents can definitely help you and me to iron out few hidden glitches we might have in the programming portion of our brain. So, here we go, the listing is not in any specific order. read more...

1 comment |category: |Views: 1154

tags: another

Expect beta 5 is out(expectframework.wordpress.com)

submitted by gleborgne077gleborgne077(45) 1 year, 6 months ago

Expect is a tool for Executable specifications and BDD. This new Beta add some VS 2010 improvements read more...

add a comment |category: |Views: 3

tags: another

Introducing 'Vingy' Add-in for VS2010 To search StackOverflow, Web etc(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 7 months ago

Vingy let you search the web (mainly sites like StackOverflow, CodeProject, MSDN etc) in a non intrusive way, with out leaving the IDE. Vingy is a simple, but effective add in for Visual Studio 2010 so that you can search the web in a non intrusive way, and can filter results based on sources. read more...

add a comment |category: |Views: 269

tags: another

Looking at Git and GitHub(mariangemarcano.blogspot.com)

submitted by mariangemarcanomariangemarcano(135) 1 year, 7 months ago

Recently I decided to take a look at Git and start checking what are the things that makes it different from other version control systems ... read more...

add a comment |category: |Views: 167

tags: another

String comparison algorithm (likeness)(alexandermp.com)

submitted by alexandermpalexandermp(110) 1 year, 8 months ago

Compare strings. How much alike are 2 strings. Pseudo semantic analysis. Levenshtein distance. read more...

1 comment |category: |Views: 403

tags: another

Automatic Resource File Translation via Google Translate(www.codecapers.com)

submitted by mceranskimceranski(345) 1 year, 8 months ago

One of the features that I support in WeBlog is localization. That means that all the labels, buttons and text within the application are stored in a resource file. So if you switch from English to Spanish, the text will be automatically displayed in the right language. For more information about how this magic happens, read this article. Since I am only fluent in English I depend on Google translator to make the translations for me. After about 10 minutes of manually translating a spanish resource file, I decided that I needed a way to automate the process. I did a quick Google search and discovered that the translator service utilizes a JSON based API. A little more searching and I found a class library written by Alex Meyer-Gleaves which takes care of making the service calls to the translator API and parsing the results. So the only work I had to do was read the resource file, invoke the translator via Alex’s C# library and save the translated data to a new resource file. read more...

1 comment |category: |Views: 160

tags: another

Writing functionnal UI tests with WatiN and Expect(expectframework.wordpress.com)

submitted by gleborgne077gleborgne077(45) 1 year, 8 months ago

This presents Expect framework to write web UI tests in a natural language, and a form that you could use to generate documentation. read more...

add a comment |category: |Views: 165

tags: another

Windows API Code Pack v1.1 Released!(blogs.microsoft.co.il)

submitted by arikparikp(1204) 1 year, 8 months ago

Windows API Code Pack v1.1 Released! Last Tuesday (31.08.2010) Microsoft released a new version for the excellent managed library, Windows API Code Pack. For those who don’t know, this library serves as a managed wrapper for many Windows APIs which are not included in .NET framework, especially new features from Windows Vista and Windows 7. I’ve been working with this library for quite some time now and I must say it is “.NET missing piece”. Most of Windows features which doesn’t exists in .NET are at... read more...

2 comments |category: |Views: 288

tags: another

var vs dynamic keyword in C# 4.0(www.devcurry.com)

submitted by flyingkickflyingkick(331) 1 year, 8 months ago

Cool post showing how dynamic is different from var keyword read more...

add a comment |category: |Views: 353

tags: another

7 Minutes from Install to your working EntitySpaces Architecture(developer.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 9 months ago

7 Minutes from Install to your working EntitySpaces Architecture, no kidding, no modeling, no XML files, no BS read more...

add a comment |category: |Views: 358

tags: another

NoSQL: Getting started with MongoDB and NoRM(www.iridescence.no)

submitted by alecavaalecava(50) 2 years, 1 month ago

Object Database very cool for simple projects. read more...

1 comment |category: |Views: 95

tags: another

5 Tips to get the most out of your coding time(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 2 months ago

I remember seeing an add from Microsoft I believe for hiring programmers and the jist of it was “We give you an office with a door”. Why you might wonder? read more...

2 comments |category: |Views: 1035

tags: another

Mercurial tutorial - by Joel Spolsky(hginit.com)

submitted by powerrushpowerrush(3873) 2 years, 3 months ago

Mercurial is a modern, open source, distributed version control system, and a compelling upgrade from older systems like Subversion. In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts. read more...

3 comments |category: |Views: 1245

tags: another

Mercurial integration with Visual Studio(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 3 months ago

Since codeplex is supporting Mercurial. It seems like a good idea to use an integration package for Visual Studio. read more...

add a comment |category: |Views: 664

tags: another

Build Version Increment Addin for Visual Studio(team.sfi.vn)

submitted by lehoangdunglehoangdung(490) 2 years, 6 months ago

Today I will introduce a tool for Visual Studio Build Version Increment Add-In Visual Studio I want to have automatic build version increment for my apps and libraries to avoid setting it manually again and again. After 5 minutes searching on the internetnet, I found Build Version Increment add-in for Visual Studio 2005/2008. This add-in is very simple in use but do exactly what everyone developer needs. read more...

add a comment |category: |Views: 513

tags: another

Dependency Injection For Dummies(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 2 years, 6 months ago

The goal of this series is to introduce programming patterns and practices to developers who have little to no familiarity with them. This series does not intend to dive into the intricacies of each pattern / practice, but to give a brief overview that will (hopefully) inspire developers to learn more about them. read more...

add a comment |category: |Views: 617

tags: another