Brett Veenstra

2,822
Reputation
126 views

Registered User

Name Brett Veenstra
Member for 1 year
Seen 23 hours ago
Website
Location US
Age 37
Disciple, Husband, Father, Brother, Son... Programmer
Nov
20
comment At which stage does SqlBulkCopy check constraints?
I would use SQL Profiler to determine the answer. Perhaps FK's are disabled at the beginning and applied at the end.
Nov
20
comment Calculate fiscal year in SQL Server
True, using a UDF consolidates your logic in a more protected way than table based approaches do.
Nov
20
comment Calculate fiscal year in SQL Server
Company's fiscal year can be changed in coordination with your government. There are limitations of course, but it can be done (in the US as well).
Nov
20
revised Calculate fiscal year in SQL Server
edit tags
Nov
20
comment Calculate fiscal year in SQL Server
Fiscal years are what you file with your taxing authority. It's only your accountants sanity that drives this.
Nov
20
revised Calculate fiscal year in SQL Server
september it is
Nov
20
comment Calculate fiscal year in SQL Server
I would NOT use a table as Fiscal year isn't something that should be that dynamic.
Nov
20
answered Calculate fiscal year in SQL Server
Nov
20
revised How to manage multiple clients with slightly different business rules?
edit tags
Nov
19
accepted Binding to commands in WinForms
Nov
19
revised What free software can I use to create UI mockups?
Adding to what is *NOT* acceptable, but answered
Nov
19
answered Binding to commands in WinForms
Nov
18
answered When creating a new record, how do I fill some fields with values from the filter?
Nov
18
revised How do I reliably detect when the mouse leaves a control?
Consolidating tags on "winforms"
Nov
18
revised How to create a popup menu in visual basic.net?
edited tags
Nov
18
revised Dynamically render a DataTable into a Winform using the SSRS ReportViewer Control
Consolidating tags on "winforms"
Nov
18
revised Losing VB.NET “My.Settings” with each new ClickOnce deployment release
Consolidating on "winforms"
Nov
16
revised .net dottrace memory profiling usage questions - Filter Circular References
Title and tags
Nov
11
accepted How to manage multiple clients with slightly different business rules?
Nov
4
revised What is Test Driven Development (TDD)?
edit tags / title
Nov
4
awarded  Popular Question
Nov
3
answered MyGeneration Template Creation Tutorials
Nov
3
comment Using Ninject With Entity Framework
Can you update your question with more code (e.g. Ninject Mapping / SqlCateglogRepository class)
Nov
3
revised How can I enforce a specific version of the .net framework
To give concrete examples for an answer
Nov
3
revised How to manage multiple clients with slightly different business rules?
Adding CI recommendation
Nov
2
asked How do you determine the recommended ADO.NET Batch Size in the Real World?
Nov
2
answered How can I enforce a specific version of the .net framework
Nov
2
comment Fluent NHibernate: rarely used properties as Component, or in seperate table?
Agree with Stefan, sounds like pre-mature optimization here.
Nov
2
comment Implementing INotifyPropertyChanged - does a better way exist?
In order to stay away from magic strings, you can also use the code from this blog post: blog.m.jedynak.pl/2009/02/…
Nov
2
answered Is there a good strongly typed way to do PropertyChanged events in C#?
Nov
2
answered How to manage multiple clients with slightly different business rules?
Nov
2
comment Data input for many to many relationship in windows forms
Do you need help about databinding the Many-To-Many or adding tags with commas? I'm confused as to which question to try and answer.
Nov
2
comment Is there is a fluent approach to handling WinForm event?
Cool idea! I haven't seen anything like this, perhaps Jeremy Miller has done some work on StoryTeller (storyteller.tigris.org/source/browse/…)?
Nov
2
revised How to Automate Testing of Medium Trust Code
Revising tags
Nov
2
comment Can I get a concrete type from an interface instance with Ninject?
If your Event is nothing more than a data-object, I would not consider it "unclean" to inject it.
Nov
2
comment Using IoC with internal objects
If it's an open source SDK, I'm wondering why you're trying to prevent usage of your code? I understand if you're trying to make sure us SDK "users" don't instantiate objects incorrectly, but to me, that is even more of a smell (SRP, LSP). Can you explain more of your constraints?
Nov
2
comment Implementing OnePerSessionBehavior in NInject…
I'm assuming you need something more than just DateTime.Now. Can you expound upon your requirements a little more please? :)
Nov
2
comment How to use .NET 3.x features in .NET 2.0 (Visual Studio 2008)
Moayad: I need two more votes to close it. :(
Oct
31
comment RhinoMocks: How do you properly mock an IEnumerable<T>?
In retrospect, this is a TERRIBLE question. Trying to get votes to Close
Oct
31
revised How to Think in OO
Clarify the question
Oct
30
revised How do you mock a Sealed class?
edit tags
Oct
28
comment Using Ninject With Entity Framework
This might also help: stackoverflow.com/questions/1245517/…
Oct
28
answered Using Ninject With Entity Framework
Oct
28
answered Querying email addresses other than the primary in Active Directory
Oct
28
answered Is this mbunit test really doing anything significant?
Oct
28
comment Is this mbunit test really doing anything significant?
Why aren't you calling Ninject Get method to activate your objects?
Oct
28
comment Fast check of existence of an entry in a SQL database
You want to be sure there is an Index on 'a' in either case.
Oct
28
comment SQL query giving wrong result on linked server
Are both linked servers MS SQL 2000?
Oct
28
comment How to use .NET 3.x features in .NET 2.0 (Visual Studio 2008)
This can be closed as duplicate.
Oct
28
revised How to use .NET 3.x features in .NET 2.0 (Visual Studio 2008)
redirecting to original post