VVS
|
Registered User
|
Admin, C# developer and MSSQL-DBO in one person. Using C# for fun and profit.
|
|
Oct 27 |
answered | Windows Forms: create the main application after login, which form to run? |
|
Sep 28 |
awarded | ● Civic Duty |
|
Sep 28 |
comment |
Error: Cross thread operation not valid Nice recursive invocation pattern. |
|
Sep 24 |
awarded | ● Yearling |
|
Sep 12 |
awarded | ● Nice Answer |
|
Sep 2 |
accepted | MSDN Release Candidate builds (Windows 7, Windows 2008 R2 et al) |
|
Sep 2 |
comment |
returning real values from fortran77 dll to c# So.. what's the error message? |
|
Aug 20 |
comment |
Restoring Window Size/Position With Multiple Monitors Perhaps the problem with my code is that I shouldn't make the window invisible before changing the state. Perhaps I just should test it instead of guessing :) |
|
Aug 19 |
comment |
select the maximun Now I don't want to help you anymore. |
|
Aug 18 |
awarded | ● Good Answer |
|
Aug 17 |
answered | How to make my application copy file faster. |
|
Aug 13 |
accepted | Any good .net packet sniffers around? |
|
Aug 13 |
answered | Any good .net packet sniffers around? |
|
Aug 12 |
comment |
what is wrong in my code to call a stored procedure Can you post the exact error message? |
|
Aug 12 |
comment |
what is wrong in my code to call a stored procedure @command is empty? |
|
Aug 12 |
revised |
Can I get better performance using a JOIN or using EXISTS? deleted 1 characters in body |
|
Jul 24 |
comment |
C#: parametrized string with spaces only between “full” parameters? @Jimmy & mpbloch: of course you're right. corrected it |
|
Jul 24 |
revised |
C#: parametrized string with spaces only between “full” parameters? deleted 2 characters in body |
|
Jul 24 |
comment |
C#: parametrized string with spaces only between “full” parameters? @Jimmy: the spaces are conditional to the parameter at position {1}.. so no, you don't get 2 spaces if param1 is null or empty. |
|
Jul 24 |
answered | C#: parametrized string with spaces only between “full” parameters? |
|
Jul 9 |
revised |
C# XmlDocument Nodes deleted 7 characters in body |
|
Jul 9 |
answered | C# XmlDocument Nodes |
|
Jul 3 |
revised |
SQL SERVER: View to get minimum and maximum values from a table. sql only problem |
|
Jul 2 |
comment |
What is the cleanest way to write this if..then logic? This also follows the pattern to return as soon as possible to keep the program flow clear. |
|
Jul 2 |
comment |
SQL Server: Calculation with numeric literals @Lieven: do you have any kind of documentation that confirms your statement that "SQL Server always interpretes the value as numeric"? |
|
Jul 2 |
comment |
How to bind a ListBox to a property of type List on an object? Nice minimalistic approach for creating a form. |
|
Jul 2 |
revised |
SQL Server: Calculation with numeric literals edited title |
|
Jul 2 |
comment |
SQL Server: Calculation with numeric literals So there's no way around an explicit cast to get the expected result? Is there another way to tell SQL Server that a given literal is of type (e.g.) float? |
|
Jul 2 |
comment |
SQL Server: Calculation with numeric literals Ah.. I didn't know that method until now. Thank you very much :) |
|
Jul 2 |
revised |
SQL Server: Calculation with numeric literals added 84 characters in body |
|
Jul 2 |
answered | How to lock the MainThread in C# Application ? |
|
Jul 2 |
asked | SQL Server: Calculation with numeric literals |
|
Jun 30 |
answered | NullReferenceException in C# Dealing with XML |
|
Jun 30 |
comment |
Design patterns used in the .NET framework? @womp: Maybe it's just me, but I don't like questions that are asked just because someone might care. |
|
Jun 30 |
comment |
Design patterns used in the .NET framework? I prefer reading a good book about design patterns. This is just reciting. |
|
Jun 30 |
answered | C#: How do you pronounce => |
|
Jun 30 |
comment |
Extend Notepad++ What's your point saying that the offered solutions don't save you time because you only have 5 or 6 lines? What do you expect from the macro or plugin you talk about and what steps are you willing to do? |
|
Jun 29 |
comment |
How to get a free entry in a C# dictionary If you worry about an overflow (I personally don't believe that about 1/3 of world's population can or will join your server) you can start over at 0 and loop-check until you found a free number. |
|
Jun 29 |
answered | How to get a free entry in a C# dictionary |
|
Jun 29 |
comment |
The “right” way to do stored procedure parameter validation I want to use the sproc within another sproc and want to do as little error checking as possible so raising an error and catching it in the outer sproc seems to be the best way to do it. |
|
Jun 29 |
comment |
The “right” way to do stored procedure parameter validation @macleojw: He checks for null and '' at the same time.. clever :) |
|
Jun 29 |
asked | The “right” way to do stored procedure parameter validation |
|
Jun 28 |
comment |
Image.FromFile is very SLOW. Any alternatives, optimizations? If only 50% of the time is spent loading images, you should wonder what the other 50% are doing. |
|
Jun 27 |
revised |
deep zoom is not displayed edited tags |
|
Jun 24 |
comment |
Why aren’t Array methods built into an Array instance? @Robert: I'm not quite sure what the actual "right" answer is but I can identify the wrong answers ;). My guess is that it's mostly a design decision that was motivated by some factors I don't know. |
|
Jun 24 |
comment |
Why aren’t Array methods built into an Array instance? Wow, so many wrong answers. |
|
Jun 24 |
comment |
What was your first computer game that got you interested in computers? OMG, how I loved this game.. but it crashed in later levels :( |
|
Jun 24 |
comment |
What was your first computer game that got you interested in computers? This is a duplicate |
|
Jun 24 |
answered | What was your first computer game that got you interested in computers? |
|
Jun 23 |
answered | Regular Expression FS00000 |
