mister_t

Stories kicked by mister_t

.NET continues to DoS attack me, seriously!(saftsack.fs.uni-bayreuth.de)

submitted by dun3dun3(360) 2 years, 9 months ago

Yeah, it does! And I don’t necessarily mean denial of service - that would mean that I couldn’t get any programming done. Nope, far from it - but it sure is denial of sleep attacking me. Come one, I am struggling to keep up with all the new runtimes, features, frameworks and best practices coming out of Redmond. It’s awesome and actually fun; no doubt about it - but sometimes it is excruciating as well. And today I am going to talk about the excruciating experience of seeing another reinvented wheel hobble out of Microsoft. read more...

2 comments |category: |Views: 621

tags: another

MVVM-Library « winSharp's Blog(winsharp93.wordpress.com)

submitted by SeeQuarkSeeQuark(15) 2 years, 9 months ago

A very good Library for the MVVM in WPF read more...

add a comment |category: |Views: 36

tags: another

SQL SERVER – List All Missing Identity Values of Table in Database(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 9 months ago

Very interesting conversation going on on need of this kind of query. What is your opinion? read more...

1 comment |category: |Views: 240

tags: another

Writing your own rules for Microsoft Source Analysis for C#(saftsack.fs.uni-bayreuth.de)

submitted by dun3dun3(360) 4 years ago

How to look at the baked in rules or how to write your own set of rules for the newly released Microsoft Source Analysis for C#. read more...

add a comment |category: |Views: 331

tags: another

SharePoint 2007 Project Template for Timer Jobs in Visual Studio 2005 (saftsack.fs.uni-bayreuth.de)

submitted by agnes_agnes_(290) 4 years, 2 months ago

What are SharePoint Timer Jobs? SharePoint timer jobs are tasks executed on a scheduled basis by the SharePoint Timer service. Nobody wants to do all the steps necessary to create such a job for each new timer job. So in order to make it simpler to start a new timer job project, I created a visual studio template containing all the neccessary stuff you need. read more...

add a comment |category: |Views: 136

tags: another

Creating a transparent Panel in .NET(saftsack.fs.uni-bayreuth.de)

submitted by mister_tmister_t(90) 4 years, 3 months ago

Today I wanted to create a transparent Panel-Control in .NET in order to superimpose it on the WebBrowser Control in order to record click events. The goal was to code a simple macro recorder for websites. Unfortunatelly the .NET framework does not allow (in an easy way) to make a control fully transparent. So it was back to the good ol' winuser.h and the extended window styles. Namely 0x00000020L or as it is better known WS_EX_TRANSPARENT. read more...

add a comment |category: |Views: 647

tags: another

Measure memory consumption of creating object in C#(saftsack.fs.uni-bayreuth.de)

submitted by dun3dun3(360) 4 years, 4 months ago

Measure memory consumption of creating object or executing functions in C# A detailed look at benchmarking the memory footprint and the execution speed of functions. read more...

2 comments |category: |Views: 468

tags: another