Tag Cloud
- .NET
- ADO.NET
- Architecture
- Calendar
- Client/Server
- Cloud
- Contacts
- Database
- Dataflow
- Dev_Workstation
- Distributed_Apps
- Entity_Framework
- FileSystemWatcher
- Gmail
- InternalBufferOverflowExceptions
- Kindle
- LightSwitch
- Notebook
- Office_365
- OneDrive
- Oracle
- Outlook
- Project_Management
- remember_the_milk
- Security
- Server_2008
- SQL_Server
- Surface
- Tasks
- ThinkPad
- TPL
- Transaction_Scope
- Travel
- UWP
- Visual_Studio
- WCF
- Windows 10
- Windows_7
- Windows_8
- Windows_Phone
-
Aktuelle Beiträge
- Global Error Handling for UWP-Apps
- Tracing for UWP-Apps
- Quirks with date and number formats in UWP Apps and Windows 10
- Good Gear and Tools for Digital Nomads (with DE shopping links)
- Good Gear and Tools for Digital Nomads (with US shopping links)
- Thoughts and Experiments on Cloud Encryption
- How to completely clean install Windows 10 on a UEFI PC
- Windows Service Worker Options
- Simple WCF
- Tamed FileSystemWatcher
- My Windows 8.1 upgrade and usage experiences
- How to move from Hotmail and Gmail to Office 365 as a Server for Outlook desktop and Windows Phone 8
- Installing Windows 8 on an old X61s ThinkPad
- A WebCrawler demonstrating the Beauty of TPL Dataflow
- WP7 Background Agent Pitfalls and App/Agent Synchronization
- Windows Phone 7 App Development Helpers and Time Savers
- Managing BLOBs using SQL Server FileStream via EF and WCF streaming
- Using Transactional NTFS (TxF) with SQL Server in .NET
- How to get the best currency exchange rate when travelling
- Changing the email send address in Office 365 without moving your domain
- Using Native VHD Boot
- My Advice for Successful Projects
- Have Passion for Your Work
- .NET Database Access Options
- My Advice for .NET Application Architecture and Design
- Advanced Search with Internet Search Engines
- Why I Dislike IE 9
- Configure your Kindle for better Readability
- About Opinions and Assumptions
- How to Configure MS SQL Server for Testing with Visual Studio
Archiv
- Juli 2016 (2)
- Juni 2016 (1)
- April 2016 (2)
- März 2016 (1)
- September 2015 (1)
- Juni 2015 (2)
- Mai 2015 (1)
- Oktober 2013 (1)
- April 2013 (1)
- Oktober 2012 (2)
- Mai 2012 (2)
- Februar 2012 (2)
- Oktober 2011 (1)
- Juli 2011 (1)
- April 2011 (5)
- März 2011 (15)
- Januar 2011 (1)
- März 2010 (3)
Meta
Archiv des Autors: Peter Meinl
Global Error Handling for UWP-Apps
[ Für Details zur Fehlerbehandlung in .NET im Allgemeinen, unter Berücksichtigung von von multi-threaded Programmierung (insbesondere mit Task und Await) siehe meinen Artikel „Lass da mal was sein“ im dotnetpro Magazin 3/2013. Für Details zur Fehlerbehandlung in UWP-Apps siehe meinen … Weiterlesen
Veröffentlicht unter Computers and Internet
Verschlagwortet mit .NET, UWP, Windows 10
Kommentar hinterlassen
Tracing for UWP-Apps
There are several tools available for tracing in UWP Apps: MetroLog PortiLog Event Tracing for Windows (ETW) via Diagnostics.FileLoggingSession I wanted to use ETW via Diagnostics.FileLoggingSession but it proved to be unstable and there was no way to convert the … Weiterlesen
Veröffentlicht unter Computers and Internet
Verschlagwortet mit .NET, UWP, Windows 10
Kommentar hinterlassen
Quirks with date and number formats in UWP Apps and Windows 10
In Windows 10 users can configure several languages, a region, a Regional format and additionally several on-screen keyboards (OSK) in different languages. How to switch between OSK and their handling of region-specific decimal separators is not immediately obvious. UWP apps do … Weiterlesen
Veröffentlicht unter Computers and Internet
Verschlagwortet mit .NET, UWP, Windows 10
Kommentar hinterlassen
Good Gear and Tools for Digital Nomads (with DE shopping links)
[ April 11, 2016: created ] Für einige Überlegungen zum digitalen Nomadetum siehe meinen Artikel “.NET unter Palmen” im dotnetpro Magazin 3.2016. [ Jan 22, 2018: Digital Nomad 35 backpack added ] Digital nomads need robust and flexible gear to … Weiterlesen
Veröffentlicht unter Computers and Internet, Leisure
Verschlagwortet mit Travel, Windows_Phone
1 Kommentar
Good Gear and Tools for Digital Nomads (with US shopping links)
[ April 11, 2016: created ] Für einige Überlegungen zum digitalen Nomadetum siehe meinen Artikel “.NET unter Palmen” im dotnetpro Magazin 3.2016. [ Jan 22, 2018: Digital Nomad 35 backpack added ] Digital nomads need robust and flexible gear to … Weiterlesen
Veröffentlicht unter Computers and Internet, Leisure
Verschlagwortet mit Travel, Windows_Phone
Kommentar hinterlassen
Thoughts and Experiments on Cloud Encryption
[ Dies ist ein Auszug aus meinem Artikel “Wolkentresor” im dotnetpro Magazin 9.2015 mit einigen ergänzenden Abbildungen ] Private files should only be stored in the cloud being encrypted via a key controlled and known by the user solely (= end-to-end … Weiterlesen
Veröffentlicht unter Computers and Internet
Verschlagwortet mit .NET, Cloud, OneDrive, Security, Windows 10, Windows_Phone
2 Kommentare
How to completely clean install Windows 10 on a UEFI PC
With Windows 10 I generally do recommend to simply upgrade which preserves your apps (modern and desktop), data and settings. In contrast to previous Windows versions the Win 10 upgrade is robust and has worked fine for me on several … Weiterlesen
Windows Service Worker Options
[Für Details siehe meinen Artikel „Perfekter Service“ im dotnetpro Magazin 1/2016.] Implementation patterns used for Windows Services can seriously influence performance, reactivity, computing resource consumption, stability and energy consumption of our systems. This post shares alternative patterns for creating Windows … Weiterlesen
Simple WCF
[Für Details siehe meinen kommenden Artikel “WCF Leicht und robust” im dotnetpro Magazin 1/2016.] Choosing WCF options and configuring them can be quite cumbersome and demanding. This post shares a very simple approach for using WCF services. Download complete code. … Weiterlesen
Veröffentlicht unter Computers and Internet
Verschlagwortet mit .NET, Client/Server, Distributed_Apps, WCF
1 Kommentar
Tamed FileSystemWatcher
[Für Details siehe meinen Artikel “Gezähmte Beobachter” im Windows Developer Magazin, Sept 2015] [July 11, 2015: Fixed bugs in code. See changelog in readme.txt] [Feb 21, 2018: Fixed bug in code: Filter no being applied with OrderByOldestFirst=false] [Mar 02, 2018: … Weiterlesen
Veröffentlicht unter Computers and Internet
Verschlagwortet mit .NET, FileSystemWatcher, InternalBufferOverflowExceptions
67 Kommentare