agnes_

Stories kicked by agnes_

.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

ASP.NET MVC 2 Preview 1 is released!(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 9 months ago

ASP.NET MVC 2 first preview is released to public now and you can download it from Microsoft download site. Here is short overview of technical requirements and main new features of ASP.NET MVC 2 Preview 1. read more...

add a comment |category: |Views: 243

tags: another

My ideal IDE(lostechies.com)

submitted by cwbrandsmacwbrandsma(1711) 2 years, 9 months ago

What some of us would like Visual Studio to do for us read more...

1 comment |category: |Views: 782

tags: another

Pay Attention to the Foreach Implicit Casting (dev102.com)

submitted by shaharyrshaharyr(4325) 2 years, 9 months ago

In order to reduce an explicit conversion effort using the foreach statement, the C# developers decided to do an automatic conversion for us. We must pay attention to it... read more...

add a comment |category: |Views: 408

tags: another

A first look at Duck Typing in C# 4.0(saftsack.fs.uni-bayreuth.de)

submitted by sischsisch(90) 3 years, 6 months ago

A complete end-to-end C# 4.0 example with source code using IDynamicObject and MetaObject in order to generate a fully dynamic type using a Dictionary as storage. It also shows how a dynamic type can enter the static typed world and act just like a typed class - dynamically. :) read more...

2 comments |category: |Views: 754

tags: another

Getting started with custom SharePoint Event Receivers(saftsack.fs.uni-bayreuth.de)

submitted by eXXLeXXL(120) 3 years, 10 months ago

In this post I describe how to create a custom SharePoint Event Receiver using the Visual Studio Extensions for SharePoint Services. read more...

add a comment |category: |Views: 147

tags: another

Battling some of the errors generated by Microsoft Source Analysis for(saftsack.fs.uni-bayreuth.de)

submitted by dun3dun3(360) 4 years ago

Getting rid of errors related to generated files and SA1633 "valid header XML" read more...

add a comment |category: |Views: 51

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

Howto savely move a file using C# (saftsack.fs.uni-bayreuth.de)

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

If possible this version uses the special File.Replace on NTFS and gracially falls back on Delete+Move on any other filesystem. Nothing else to comment about here. I am just amazed that this kind of save moving is not supported by the framework itself. Instead the framework's move routine throws an exception if there is an file existing at the target location. Weird. ;) read more...

1 comment |category: |Views: 87

tags: another

Mono, a look forward(tempvariable.blogspot.com)

submitted by w3stfa11w3stfa11(645) 4 years, 2 months ago

A brief look at where Mono is and where's it going. read more...

3 comments |category: |Views: 14

tags: another

Downgrade a VS 2008 .sln or .csproj to VS 2005(saftsack.fs.uni-bayreuth.de)

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

I just had to convert a Visual Studio 2008 Solution and Project to Visual Studio 2005. It is actually pretty straight forward. At least in my case... read more...

add a comment |category: |Views: 791

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

How to disable optimizations when debugging Reference Source(blogs.msdn.com)

submitted by simonebsimoneb(5450) 4 years, 3 months ago

Shawn Burke about how to achieve a full debugging experience in the .NET framework source code. read more...

add a comment |category: |Views: 19

tags: another

Hello World of Rhino Mocks(buddylindsey.com)

submitted by percent20percent20(855) 4 years, 4 months ago

A lot of tutorials on Rhino Mocks are long and complicated. This post gives you just enough basic code to start working with rhino mocks so you can see what is going on. read more...

1 comment |category: |Views: 2347

tags: another