JLinX – Blog

Weblog von Jan Linxweiler

Development of Further Patterns of Enterprise Application Architecture

Filed under: Development,Software Engineering — Jannis at 12:26 pm on Tuesday, May 29, 2007

Martin Fowler’s forthcoming book

A Series of MVP Related Articles

Filed under: Development,Software Engineering — Jannis at 9:50 am on Tuesday, May 29, 2007

Cocoa Development

Filed under: Apple & Mac OS X,Development — Jannis at 5:10 pm on Sunday, May 27, 2007

Patterns and Guidelines

Podcasts

Interoperability

Blogs

Apple Development Links Collection

Filed under: Apple & Mac OS X,Development — Jannis at 10:55 pm on Friday, May 25, 2007

Philips C# coding standard

Filed under: .NET,Development — Jannis at 8:59 am on Tuesday, May 22, 2007

Document:
http://www.tiobe.com/standards/gemrcsharpcs.pdf

Code Checker ClockSharp
http://www.tiobe.com/index.htm?clocksharp

ClockSharp is a configurable code checker for the C# programming language (editions 1.1 to 2.0). It is possible to let ClockSharp check your C# code according to the widely used Philips C# coding standard or configure it to your own needs. ClockSharp checks more than 50 programming rules. It can be executed as a command-line tool, but it is also integrated into Visual Studio.NET (2003, 2005: versions 7.0, 7.1 and 8.0).

Usefull links for C/C++/C#/Java coding standards
Coding Standard Methodology

Popularity of Programming Languages

Filed under: Development — Jannis at 8:56 am on Tuesday, May 22, 2007

(Source:  http://www.tiobe.com/tpci.htm )

Cocoa Programming

Filed under: Apple & Mac OS X,Development — Jannis at 2:09 pm on Sunday, May 20, 2007

Mixing Objective-C and C++ code
http://developer.apple.com/releasenotes/Cocoa/Objective-C++.html

POSIX Threads (pthreads) for Win32

Filed under: Development,Windows — Jannis at 11:27 am on Monday, May 14, 2007

The POSIX 1003.1-2001 standard defines an application programming interface (API) for writing multithreaded applications. This interface is known more commonly as pthreads. A good number of modern operating systems include a threading library of some kind: Solaris (UI) threads, Win32 threads, DCE threads, DECthreads, or any of the draft revisions of the pthreads standard. The trend is that most of these systems are slowly adopting the pthreads standard API, with application developers following suit to reduce porting woes.

Win32 does not, and is unlikely to ever, support pthreads natively. This project seeks to provide a freely available and high-quality solution to this problem.

Various individuals have been working on independent implementations of this well-documented and standardised threading API, but most of them never see the light of day. The tendency is for people to only implement what they personally need, and that usually does not help others. This project attempts to consolidate these implementations into one implementation of pthreads for Win32…

http://sourceware.org/pthreads-win32/

Patterns on Error Handling

Filed under: Development,Software Engineering — Jannis at 10:05 pm on Sunday, May 13, 2007

Software Engineering Vorlesungen

Filed under: Development,Software Engineering — Jannis at 9:52 am on Saturday, May 5, 2007

http://www.se.eecs.uni-kassel.de/

« Previous PageNext Page »