Fastest way to move XML document into and back out of CLR function

Fastest way to move XML document into and back out of CLR function In SQL Server 2005 and Visual Studio 2005, what is the fastest way to pass an xml data type variable into a C# CLR function and ...

1 replies

Fastest way to move XML document into and back out of CLR function

Fastest way to move XML document into and back out of CLR function In SQL Server 2005 and Visual Studio 2005, what is the fastest way to pass an xml data type variable into a C# CLR function and ...

0 replies

Re: How to "define" a struct

On 2007-10-31 18:27:03 -0700, Arne Vajhøj <arne@vajhoej.dk> said: > Peter Duniho wrote: >> On 2007-10-31 16:43:16 -0700, PLS <nobody@nowhere.com> said: >>> I'm ...

0 replies

binding source question

I have controls in the free form bound to databindingsource. Now I added a couple of columns in the database table and reconfigured the bindingsource accordingly. Then I bound the two new columns...

1 replies

Re: ?? 'new' and 'protected' Modifiers on Structs ??

How stupid of me! It's rather embarrassing, actually. Thank you Jon, Marc and Pete. I sincerely appreciate you taking the time to respond. Jon, I am looking forward to your Manning book. Do yo...

4 replies

Re: File.Move

On 31 Okt, 15:43, John Duval <JohnMDu...@gmail.com> wrote: > On Oct 31, 10:11 am, coffeebas...@msn.com wrote: > > > > > > > On 31 Okt, 12:57, John Duval <JohnMD...

2 replies

Re: CGI

Nicholas Paldino [.NET/C# MVP] wrote: > CGI is executed directly in response to a request from a client, exposed > by a URL on your site. You probably have a cgi-bin directory which you ...

0 replies

Ajax (Atlas) and FileUpload

I've got a FileUpload control placed on a web page. The control is embedded inside an UpdatePanel. It uploads the file OK, but.... Load the page, click on a button to show the upload panel. S...

2 replies

Re: JAVA Fork to C#?

E2CMonkeyBoy@gmail.com wrote: > Quick Intro: was thumbing through a book on Programming Windows in C# > and was wondering if I shouldnt fork my developement: I've written a > program in w...

3 replies

Re: Copy DataGrid columns values to text box

Souleess, Nope, looping through each row is exactly what you have to do. -- - Nicholas Paldino [.NET/C# MVP] - mvp@spam.guard.caspershouse.com "Soulless" ...

1 replies

How to declare function that accepts any generic list as input parameter?

How to declare function that accepts any generic list as input parameter? I mean I need void foo(List<> list) { } where: Valid parameters are List<SomeInfo>, List<string>, List...

4 replies

Re: Looking for a pattern

Bilz wrote: > Hello, > > I am looking for a good pattern. I have a rather large software app > that makes use of a service manager for its many services... > configuration, color...

13 replies

Re: Modifying JPEG Comment

I don't have an answer for you JPEG problem, but I have one comment respect you code, you can get the byte array using a single line like this: byte [] byteArr = Encoding.ASCII.GetBytes(txtDescri...

0 replies

Memory issue, process termineted

Hi, I have a c# console exe Based on input it consumes arround 1-3 gb of memory I am trying to run it on win2003 box with 8GB of ram. Once the consumed memory goes beyound 1 GM the process ...

7 replies

Re: sliced find in Linq

Marc Gravell wrote: > > take the 2nd page in a query on northwind employee filtered on order > I went for customers, but same horse... > The query below is deliberately not particular...

6 replies

Re: Bring To Front

You could check the Form's WindowState; if it is Minimized, change it to Normal (or what it was last)? Marc

1 replies

About system.overflowexception

I got a CER from a client said that a system.overflowexception thrown when executing the following stentence: Vertor3 v = p1 - p2; Here the p1, p2 are variables of self defined struct --- Point3,...

4 replies

Re: Calling another method in C#

First off - you can simply set the toolStripStatusLabel3.TextChanged event to fire buttonRun_Click; either in the IDE by using the pull- down menu, or through code: toolStripStatusLabel3.TextChange...

2 replies

Re: Database programminf question...

On Oct 31, 5:30 pm, Marc Gravell <marc.grav...@gmail.com> wrote: > I think nntp ate my post... I don't know much about it, but if you can > wait for VS 2008, you might want to look into ...

7 replies

Re: Full Screen on Secondary

There has to be a solution to this problem. I am will to offer any clarification if required. Thanks, Robin On Oct 27, 10:43 am, Robin <diilbert.atlan...@gmail.com> wrote: > I am ...

0 replies

Re: C# keyword list programatically

Hi Ronnie, Thanks for your background information. The C# language keywords are part of the C# language specification which is not defined in the .Net Framework(which can target many other lan...

0 replies

Re: basic string encryption

Marc Gravell wrote: > Here's another idea... don't store passwords... hash them (with salt) > and store the hash. To verify, re-hash (with salt) and compare hashes. > For example, HMACSHA[...

3 replies

Service Installer Credentials Dialog

I've created an installer for a windows service. When you install the service, the user is prompted for Windows Service credentials. If the username and/or password don't match (ie mispelling), th...

1 replies

Re: Matrix - Transformation

Hello Peter, you are angry with me, correct? I did not want that. Well, I wanted only to show the problem definition. In completely form. It say ud simply can whether you still help or not? Can...

2 replies

First    Next  Last