12 Ergebnisse für: mappers
-
Asynchrone Datenbankzugriffe mit Microsofts Entity Framework 6.0 | heise online
https://www.heise.de/newsticker/meldung/Asynchrone-Datenbankzugriffe-mit-Microsofts-Entity-Framework-6-0-1981569.html
Die neue Version 6.0 des objektrelationalen Mappers unterstützt nun async/await, Protokollierung, eigene Konventionen und Stored Procedures für Code First. Außerdem läuft das Entity Framework nicht nur auf .NET 4.5.1, sondern auch auf .NET 4.0.
-
Transforming Spaces
http://www.ifs.tu-darmstadt.de/fileadmin/gradkoll//Publikationen/transformingspaces.html
Keine Beschreibung vorhanden.
-
CPLD – Mikrocontroller.net
http://www.mikrocontroller.net/articles/CPLD
Keine Beschreibung vorhanden.
-
FixWikiMaps Project (@fixwikimaps) | Twitter
https://twitter.com/fixwikimaps
Die neuesten Tweets von FixWikiMaps Project (@fixwikimaps). This project was created with a goal to update, correct, and beautify all the maps and visualizations on @wikipedia. International
-
Kernel-Log – Was 2.6.30 bringt (5): Architektur und Infrastruktur | c't Magazin
https://www.heise.de/ct/artikel/Kernel-Log-Was-2-6-30-bringt-5-Architektur-und-Infrastruktur-221843.html?artikelseite=2
Linux 2.6.30 lässt sich mit Bzip2 und LZMA komprimieren, bringt das Sicherheitsframework Tomoyo mit und soll schneller starten. Aber das sind nur einige der wichtigsten Neuerungen hinsichtlich Architektur-Unterstützung und Infrastruktur des Kernels.
-
Grace Hill: Eromanga
http://gracehill.blogspot.de/2007/08/eromanga.html
Keine Beschreibung vorhanden.
-
Mono 2.6 und MonoDevelop 2.2 im Doppelpack | heise online
https://www.heise.de/newsticker/meldung/Mono-2-6-und-MonoDevelop-2-2-im-Doppelpack-886969.html
Die quelloffene Visual-Studio-Alternative MonoDevelop wird jetzt unter einer für Erweiterungen freundlichen Lizenz angeboten. Die Änderungen an der neuen Version des .Net-kompatiblen Mono-Frameworks zielen unter anderem auf Plattformunabhängigkeit.
-
Wii Fit Plus Releasedatum bekannt - inWii
https://web.archive.org/web/20091002161930/http://wii.ingame.de/kommentare.php?newsid=94969
Wie Nintendo heute bekannt gegeben hat, erscheint Wii Fit Plus, der Nachfolger zum bis dato erfolgreichsten Wii-Titel, am 30. Oktober. Der Fitness-Trainer bietet neue Minispiele und neue Funktionen, wie zum Beispiel einen Kalorienzähler.
-
Scaling Apache Giraph to a trillion edges | Facebook
https://www.facebook.com/notes/facebook-engineering/scaling-apache-giraph-to-a-trillion-edges/10151617006153920
Graph structures are ubiquitous: they provide a basic model of entities with connections between them that can represent almost anything. Flight routes
-
Taking the Single Responsibility Principle Seriously - C# tutorial - developer Fusion
http://www.developerfusion.com/article/137636/taking-the-single-responsibility-principle-seriously/
In this article Ralf Westphal invesigates the Single Responsibility Principle, what it means in real-world scenarios and how that may translate into code