Blog J.Schweiss

Infosammlung zu .NET- und anderen Programmier-Themen

Powershell cmdlet List

clock Mai 23, 2013 17:47 by author js

http://www.brangle.com/wordpress/2009/08/list-of-available-powershell-cmdlets/



ASP.Net Day Scheduler

clock Mai 20, 2013 23:17 by author Administrator

Article



Java Packages in .NET

clock Mai 20, 2013 23:08 by author Administrator

Article 

Using Java Classes (IKVM.NET)



Arduino CheatSheet

clock Mai 20, 2013 19:54 by author Administrator

here



Threading in C#

clock Mai 20, 2013 06:39 by author Administrator

here

Therad Barrier

lock (Monitor.Enter / Monitor.Exit) Ensures just one thread can access a resource, or section of code at a time - 20ns
Mutex Yes 1000ns
SemaphoreSlim (introduced in Framework 4.0) Ensures not more than a specified number of concurrent threads can access a resource, or section of code - 200ns
Semaphore Yes 1000ns
ReaderWriterLockSlim (introduced in Framework 3.5) Allows multiple readers to coexist with a single writer - 40ns
ReaderWriterLock (effectively deprecated) - 100ns



VS Tools

clock Mai 20, 2013 01:17 by author Administrator

Blog

PeDump.me

VSCommands

  Debug Assistance (Debug As Different User, Run As Different User)
  IDE Enhancements
  Settings Synchronization (VSCommands Settings, Visual Studio Settings, Code Snippets)
  Output Windows Enhancements (
Build Output, Debug Output, Find Results Output)
  Main Menu Enhancements (
Auto-Hide, Change Letter Case)
  Solution Badges
 
Solution Explorer Enhancements (Copy / Paste Reference, Copy / Paste As Link, Zip Solution, Open (Shell), Edit (Shell))

 



RASPI VPN Server

clock Mai 20, 2013 00:58 by author Administrator


VS2012 Addins

clock Mai 19, 2013 20:19 by author Administrator

How to: Create an Add-In:

http://msdn.microsoft.com/en-us/library/80493a3w.aspx

Creating Visual Studio Add-Ins:

http://msdn.microsoft.com/en-us/vstudio/bb968855

Resources about Visual Studio .NET extensibility

http://www.mztools.com/resources_vsnet_addins.aspx

Blog

Extend VS and Getting Started



Nagios on RASPI

clock Mai 18, 2013 06:04 by author Administrator

here and her for OMD and TechTips

Firmwareupdate and here

TurboMode

Updating Wheezy



Raspi Hosting

clock Mai 18, 2013 05:55 by author Administrator

http://www.heise.de/hardware-hacks/meldung/Kostenloses-Raspberry-Pi-Hosting-1850930.html

raspbmc



MCNF Microcontroler-Networking-Framework

clock Mai 18, 2013 02:38 by author Administrator

here



Cairo Shell

clock Mai 18, 2013 02:04 by author Administrator

here



processing.js

clock Mai 10, 2013 22:27 by author Administrator

here with Sketchbook tutorials



AVR–Sammlung

clock Mai 7, 2013 01:53 by author Administrator

here



SQLServer Functions

clock Mai 6, 2013 20:44 by author Administrator

String Data Types

DateTime Conversions



Finite State Machine using async/await

clock Mai 6, 2013 20:33 by author Administrator

Article



Java Script Plotting Lib

clock Mai 6, 2013 20:00 by author Administrator

FLOT



Hubblesite

clock Mai 6, 2013 19:58 by author Administrator

here



Serial Port Tool

clock Mai 4, 2013 20:32 by author Administrator

Comm Tunnel



iArduino

clock Mai 3, 2013 22:40 by author Administrator

Monitor

ArduinoMon