imacoder

Stories kicked by imacoder

Method history for Subversion Visual Studio Plugin(codicesoftware.blogspot.com)

submitted by imacoderimacoder(140) 1 year, 4 months ago

A new free VStudio plugin has been released to locate the history of a method in Subversion: just right click on the method and it will locate the history of the method and how it evolved over time. read more...

add a comment |category: |Views: 5

tags: another

Profiling cross-platform .NET code using injection(codicesoftware.blogspot.com)

submitted by imacoderimacoder(140) 1 year, 6 months ago

By using Cecil to instrument assemblies injecting code to measure every method call it is possible to compare performance on the same hardware but under different OS and frameworks (Mono/.NET). read more...

add a comment |category: |Views: 11

tags: another

Branch explorer diagram - version control(codicesoftware.blogspot.com)

submitted by imacoderimacoder(140) 1 year, 6 months ago

Short screencast showing up the Plastic SCM branch explorer. It represents repository evolution visually, with tools to inspect changes on changesets, branches and so on. read more...

add a comment |category: |Views: 0

tags: another

Plastic SCM - FREE distributed version control for .NET developers(codicesoftware.blogspot.com)

submitted by imacoderimacoder(140) 1 year, 6 months ago

Plastic SCM Community Edition has just been released. Plastic is a full featured distributed version control system specifically designed for .NET developers. If you're considering moving from VSS or SVN to something newer like Git or Hg, give a try to Plastic. It is very strong with branching and merging, it is distributed but it comes with a very rich GUI, branch explorer and so on. Community Edition is now FREE for teams up to 15 developers. read more...

add a comment |category: |Views: 5

tags: another

Delphi is recommended over .NET ,PHP and Java ?(www.ginktage.com)

submitted by isenthilisenthil(2309) 1 year, 10 months ago

I read an article in one of the the popular site, The Register on Exam board deletes C and PHP from CompSci A-levels The article states that the Exam Board ( Schools teaching the Assessment and Qualifications Alliance ) will withdraw C# ,C and PHP from the syllabus of A-level computer science programme following the low intake of the above programming languages . read more...

add a comment |category: |Views: 10

tags: another

Xdiff tool tracks "moved" code in diff(codicesoftware.blogspot.com)

submitted by imacoderimacoder(140) 1 year, 10 months ago

The new release of the Plastic SCM version control system includes Xdiff, an enhanced diff tool that is able to track moved code fragments within the same file, even when fragments have been modified after moved. The post makes it crystal clear. read more...

add a comment |category: |Views: 7

tags: another

Problems in .NET remoting with IP changes(codicesoftware.blogspot.com)

submitted by imacoderimacoder(140) 3 years, 7 months ago

When server's IP changes dynamically, the client can have problems using standard TCP channels. This article explains why. read more...

add a comment |category: |Views: 12

tags: another

Plastic SCM announces free version for students and education(channel8.msdn.com)

submitted by imacoderimacoder(140) 3 years, 8 months ago

Plastic SCM, the source code management system largely based on .NET/Mono, has announced the availability of a free unlimited license for students and educational institutions. According to the website www.plasticscm.com Plastic is also free for open source projects. read more...

add a comment |category: |Views: 17

tags: another

Hasing big files in style(alexandre-gomes.com)

submitted by imacoderimacoder(140) 3 years, 8 months ago

Describes how to hash big files including progress support. Useful when it takes too long to complete. read more...

add a comment |category: |Views: 9

tags: another

Remoting channel based on named pipes(dvremoting.sourceforge.net)

submitted by imacoderimacoder(140) 3 years, 8 months ago

It's not new, but still one of the few open source implementations of named pipe based remoting channels. Not sure whether WCF has better support for them. read more...

add a comment |category: |Views: 30

tags: another

The fastest way to uncompress zip files with C#(codicesoftware.blogspot.com)

submitted by imacoderimacoder(140) 3 years, 9 months ago

SharpZipLib, zlib.net or a wrapper on native zlib? Which one is faster? The post run some tests to check which one is the best method to uncompress data as fast as possible. read more...

add a comment |category: |Views: 30

tags: another

Xmerge, .NET merge tool to handle refactors(codicesoftware.blogspot.com)

submitted by imacoderimacoder(140) 3 years, 9 months ago

Xmerge helps developers dealing with code which has been moved to a different place while still being modified in parallel in its original location. A screencast is available showing how it works. Right now it only supports code moved in the same file, but the goal is supporting cross-merging code across files too. You can request a beta if you're interested on it. read more...

add a comment |category: |Views: 3

tags: another

4 rules to make version control shine(codicesoftware.blogspot.com)

submitted by imacoderimacoder(140) 3 years, 9 months ago

The 4 rules to the best version control practices available after agile methods read more...

add a comment |category: |Views: 14

tags: another

Plastic SCM integrates with Jira(codicesoftware.blogspot.com)

submitted by imacoderimacoder(140) 3 years, 9 months ago

Jira and Plastic SCM integrates to make life easier to developers. Find how! read more...

add a comment |category: |Views: 0

tags: another

Plastic, the .NET version control system, reaches 2.5(codicesoftware.blogspot.com)

submitted by imacoderimacoder(140) 3 years, 9 months ago

Plastic SCM, the .NET version control system, has just released version 2.5! Plastic implements features like merge tracking, good branching and has great GUI (.NET written). It is one of the biggest applications to run on Mono (both the UI and the server run on Mono/Linux). The GUI is one good example of what can be achieved with WinForms on Linux. Downloads are available for free for OSS read more...

add a comment |category: |Views: 21

tags: another

Branching and merging strategies(codicesoftware.blogspot.com)

submitted by imacoderimacoder(140) 4 years, 1 month ago

A complete guide on integration strategies with Plastic. It includes a number of branch diagrams generated with the own tool, which is developed on .NET. read more...

add a comment |category: |Views: 6

tags: another