jasper22

Stories kicked by jasper22

LLVM# compiler - native c# compiler(blog.prabir.me)

submitted by prabirshresthaprabirshrestha(862) 3 years ago

Native c# compiler. Compile your C# code to LLVM and make it execute virtually anywhere... read more...

add a comment |category: |Views: 389

tags: another

How to test your multi-threaded code (part 2 of 3)?(blog.decarufel.net)

submitted by decarufedecarufe(959) 3 years ago

Previously we saw how to build a test to find a multi-thread bug our your code. Now we will look at how to reproduce debug and fix it. read more...

add a comment |category: |Views: 211

tags: another

How to test your multi-threaded code (part 1 of 3)?(blog.decarufel.net)

submitted by decarufedecarufe(959) 3 years ago

CHESS is the answer. At least this is what we have best right now. read more...

add a comment |category: |Views: 480

tags: another

11 Optimization Tips for Visual Studio(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years ago

Sometimes ago I compiled this list for myself and our team to help get things done faster and deal with visual studio quirks. read more...

add a comment |category: |Views: 951

tags: another

My New Favorite Tool: OneNote(aspectdatasystems.com)

submitted by BoydskiBoydski(101) 3 years ago

Review of Microsoft OneNote 2007 relating to the developer. read more...

3 comments |category: |Views: 633

tags: another

.Net Mocking Frameworks - Capability Comparison(phpvs.net)

submitted by wompeterwompeter(290) 3 years, 1 month ago

A summary of the capabilities of four of the most popular mocking frameworks for .Net. read more...

add a comment |category: |Views: 526

tags: another

5 Useful Visual Studio C# Snippets – Part 2(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

I initially published 5 Visual Studio c# Snippets yesterday and it got a lot of attention and had some positive feedback, so this is a follow up that I hope would be as helpful as the first one. read more...

add a comment |category: |Views: 652

tags: another

Launching .NET Applications From Memory(boxedapp.com)

submitted by _UE__UE_(230) 3 years, 1 month ago

An interesting idea of how to run a .net application from memory directly. read more...

4 comments |category: |Views: 544

tags: another

Software Startup Lessons (Part 4) - Year Two(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 1 month ago

LavaBlast is now two years old. Part 4 in our series shares lessons learned during our second year of operation. read more...

add a comment |category: |Views: 283

tags: another

All about the IDisposible Pattern(gregbeech.com)

submitted by hakkiyilmazhakkiyilmaz(80) 3 years, 2 months ago

Why and how to implement IDisposible pattern in your own code. Here you will find almost all aspects of this pattern read more...

add a comment |category: |Views: 439

tags: another

10 C# Shorthands that improve productivity(dijksterhuis.org)

submitted by martijnmartijn(445) 3 years, 2 months ago

One of the best things about C# is that as the language and libraries expand thought is put into keeping things readable. Below I have listed 10 shorthands that you can use to make your code tighter and less wordy. No doubt you know one or more already — but do you currently use all ten of them ? read more...

add a comment |category: |Views: 1357

tags: another

How .NET Regular Expressions Really Work(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 2 months ago

A very deep dive into the source code for how .NET Regular Expressions really work read more...

3 comments |category: |Views: 609

tags: another

A New Look for Visual Studio 2010!(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago

At the PDC and TechEd EMEA last year we described our new editor support built on the WPF technology in .NET Framework 4.0. Today I’m happy to reveal the new UI for Visual Studio, also built on WPF: read more...

add a comment |category: |Views: 1214

tags: another

SQL SERVER - Disable Windows Authentication - Remove Windows Authentic(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 3 months ago

I just received following email from one of the blog reader. Question : “How to disable Windows Authentication?” Simple answer to this most asked question. Bookmark it. read more...

1 comment |category: |Views: 343

tags: another

Embeddable C# Compiler(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 8 months ago

Manuel de Icaza created an embeddable C# compiler for Mono. read more...

3 comments |category: |Views: 305

tags: another

Important questions a developer should ask a prospective employer(ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years, 8 months ago

A list of questions that software developers should ask a prospective employer during their interview process. Similar to the Joel test, but more in-depth. read more...

add a comment |category: |Views: 716

tags: another