Quantcast
Channel: User Iain Holder - Stack Overflow
Browsing all 43 articles
Browse latest View live

Comment by Iain Holder on ASP.NET MVC and ORM Selection

@Storm Thanks, looks like link rot. I have updated the url to point to the github repository.

View Article



Comment by Iain Holder on Useful WPF utilities

Closed? The mods are being overly moddy again. Stackoverflow was better before the people seemingly in a permanent holier-than-thou bad mood took over.

View Article

Comment by Iain Holder on C# WPF Designer Exception: animation object cannot...

Terry, I don't care if society hasn't fully accepted the love for you I have right now. I shall still shout it from the rooftops. +1.

View Article

Comment by Iain Holder on How to synchronize animations across usercontrols...

This is what I'm going at the moment. I was hoping just to use animations. Ah well.

View Article

Comment by Iain Holder on Using linq to merge multiple XML files with the...

Thanks for pointing that out. If it was me, it was fat fingered. The answer is excellent. The funcs were the key. I adapted it and created a for loop to munge quite a few files together. I have...

View Article


Comment by Iain Holder on How to create a pie chart in C#.NET

Is this for winforms, wpf, asp or other?

View Article

Comment by Iain Holder on git svn clone failed

This is still an issue for me. I swapped 2.17 (64 bit) for 2.18 (32 bit) and it's now working again.

View Article

Comment by Iain Holder on WPF Windows 7 VERY Slow to start

There's some good stuff here to start with. learn.microsoft.com/en-us/dotnet/framework/wpf/advanced/…

View Article


Comment by Iain Holder on WPF TextBox no Space allowed

If you've bound the Text property of the TextBox to a property in your view model, you can just have the setter of the property do: set { _foo = value.Replace(" ", ""); }

View Article


Comment by Iain Holder on .NET unit testing packages

Interesting, I’ll check it out. My answer is over a decade old now so is probably less accurate than it once was. :-)

View Article

Comment by Iain Holder on Prevent ReSharper from formatting specific code block

@Jess Ctrl+K, D is the Visual Studio formatter. The above will only apply to Resharper.

View Article

Comment by Iain Holder on How to uninstall intellij idea on ubuntu 13.10

Thanks this worked for me when I wanted to really reset my settings and plugins etc rather than just do a full install. The list of directories is really useful for this

View Article

Comment by Iain Holder on How do I expand all files and folders in Visual...

@Scott Thanks Scott. I was hitting shift+8 for a while there so I've added your essential note to the answer.

View Article


Comment by Iain Holder on System.DateTime on 'T...

Thank you for the versioning information. I also had this issue and in disappeared when I updated to 12.0.0.

View Article

Answer by Iain Holder for DevExpress WPF Grid export to excel - additional rows

I was still getting the additional rows. The quickest and easiest way to get around this was to set the EditSettings of the column so it exports 'True' or 'False', export the grid then set the column...

View Article


Answer by Iain Holder for Is there a better, 3rd party "Find" / "Search"...

Find is brilliant in VS 2008.Do CTRL+SHIFT+F to bring up the advanced find window.Then you can do everything you asked about and more.

View Article

Network auto-discovery using SNMP and .NET

Are there any libraries, (third party is fine) that can help do network auto-discovery using SNMP and .NET?If not, have you ever rolled your own?

View Article


Alternatives to Inflector.Net

I want to use inflector.net in my project.Just googled and it seems to have gone. :-<http://andrewpeters.net/inflectornet/Are there any alternatives?EDIT (11 May 2011): It looks like Scott Kirkland...

View Article

In C# (or any language) what is/are your favourite way of removing repetition?

I've just coded a 700 line class. Awful. I hang my head in shame. It's as opposite to DRY as a British summer.It's full of cut and paste with minor tweaks here and there. This makes it's a prime...

View Article

Data Auditing in NHibernate and SqlServer

I'm using NHibernate on a project and I need to do data auditing. I found this article on codeproject which discusses the IInterceptor interface.What is your preferred way of auditing data? Do you use...

View Article
Browsing all 43 articles
Browse latest View live




Latest Images