Click here to Skip to main content
15,905,233 members
Home / Discussions / C#
   

C#

 
AnswerRe: GDI+ Pin
Andy Moore16-Jan-06 4:21
Andy Moore16-Jan-06 4:21 
AnswerRe: GDI+ Pin
Robert Rohde16-Jan-06 4:21
Robert Rohde16-Jan-06 4:21 
QuestionHow to marshal char** in struct? Pin
jurot16-Jan-06 3:49
jurot16-Jan-06 3:49 
AnswerRe: How to marshal char** in struct? Pin
Andy Moore16-Jan-06 4:57
Andy Moore16-Jan-06 4:57 
GeneralRe: How to marshal char** in struct? Pin
jurot16-Jan-06 23:15
jurot16-Jan-06 23:15 
GeneralRe: How to marshal char** in struct? Pin
jurot17-Jan-06 1:06
jurot17-Jan-06 1:06 
GeneralRe: How to marshal char** in struct? Pin
Andy Moore17-Jan-06 11:25
Andy Moore17-Jan-06 11:25 
QuestionDataGrid formatting Pin
jeanchalumeau16-Jan-06 3:21
jeanchalumeau16-Jan-06 3:21 
AnswerRe: DataGrid formatting Pin
Robert Rohde16-Jan-06 4:18
Robert Rohde16-Jan-06 4:18 
GeneralRe: DataGrid formatting Pin
jeanchalumeau17-Jan-06 3:37
jeanchalumeau17-Jan-06 3:37 
QuestionChange file extensions Pin
GermanDM16-Jan-06 3:05
GermanDM16-Jan-06 3:05 
AnswerRe: Change file extensions Pin
Robert Rohde16-Jan-06 4:17
Robert Rohde16-Jan-06 4:17 
JokeRe: Change file extensions Pin
GermanDM16-Jan-06 19:36
GermanDM16-Jan-06 19:36 
GeneralRe: Change file extensions Pin
Robert Rohde16-Jan-06 19:49
Robert Rohde16-Jan-06 19:49 
GeneralRe: Change file extensions Pin
GermanDM16-Jan-06 19:55
GermanDM16-Jan-06 19:55 
QuestionVirtual Printer Driver! Pin
Andy H16-Jan-06 2:53
Andy H16-Jan-06 2:53 
AnswerRe: Virtual Printer Driver! Pin
John Fisher16-Jan-06 6:19
John Fisher16-Jan-06 6:19 
QuestionC# and WinFX Pin
Martin2316-Jan-06 1:52
Martin2316-Jan-06 1:52 
QuestionT-SQL vs. C# stored procedures Pin
Rob Philpott16-Jan-06 1:32
Rob Philpott16-Jan-06 1:32 
AnswerRe: T-SQL vs. C# stored procedures Pin
Colin Angus Mackay16-Jan-06 4:36
Colin Angus Mackay16-Jan-06 4:36 
Rob Philpott wrote:
I'm no database expert, but I would have thought that they would lack the 'execution plan' which standard stored procedures provides. In fact, I can't see a great deal of point of this new technology.


There are many things you can do with C# that you cannot do in SQL, or is very difficult in SQL.

As Microsoft have said on countless occasions, CLR integration in SQL Server does not mean you can ditch SQL and replace everything with C# code. The CLR integration is for doing stuff that is difficult or impossible to do in SQL directly. It can also be used for creating custom types in SQL Server.

For me, I've not yet tried any of this yet. I'm waiting until I hit something that is obviously crying out for CLR integration to make it run great. However, I've not found it yet.

ColinMackay.net
"Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

QuestionListView control Pin
PrakashBhaskar16-Jan-06 1:29
PrakashBhaskar16-Jan-06 1:29 
QuestionRe: ListView control Pin
Chibi Maruko S20-Feb-06 0:16
Chibi Maruko S20-Feb-06 0:16 
Question[Message Deleted] Pin
papa198016-Jan-06 0:56
papa198016-Jan-06 0:56 
AnswerRe: Problem with datagrid Pin
AB777116-Jan-06 1:01
AB777116-Jan-06 1:01 
AnswerRe: Problem with datagrid Pin
Robert Rohde16-Jan-06 1:33
Robert Rohde16-Jan-06 1:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.