¡@

Home 

c# Programming Glossary: suggestions

Are there any suggestions for developing a C# coding standards / best practices document? [closed]

http://stackoverflow.com/questions/14967/are-there-any-suggestions-for-developing-a-c-sharp-coding-standards-best-pract

there any suggestions for developing a C# coding standards best practices document.. This seems like a good as place as any to ask for some suggestions. I realise that I am potentially opening a door to a whole world.. make individuals code more readable. So here goes .... any suggestions Any at all c# standards procedure share improve this question..

Named string formatting in C#

http://stackoverflow.com/questions/159017/named-string-formatting-in-c-sharp

out John Sheehan's approach but if anybody has any other suggestions in the meantime feel free to add them. UPDATE 2 John Sheehan's..

Getting the size of a field in bytes with C#

http://stackoverflow.com/questions/207592/getting-the-size-of-a-field-in-bytes-with-c-sharp

me know if you'd be interested. EDIT There are two other suggestions and I'd like to address them both. Firstly the sizeof operator..

The located assembly's manifest definition does not match the assembly reference

http://stackoverflow.com/questions/215026/the-located-assemblys-manifest-definition-does-not-match-the-assembly-reference

to Utility version 1.2.0.203 the other one is old . Any suggestions on how I figure out what is trying to reference this old version..

Reading csv file

http://stackoverflow.com/questions/3507498/reading-csv-file

case. Is there any better way to split the values. Any suggestions appreciated Thanks guys. The information you provided was very..

Compare using Thread.Sleep and Timer for delayed execution

http://stackoverflow.com/questions/391621/compare-using-thread-sleep-and-timer-for-delayed-execution

delayed I don't know how to dispose Timer. Do you have any suggestions Or if you have alternative codes for delayed execution are also..

Convert Rtf to HTML

http://stackoverflow.com/questions/439301/convert-rtf-to-html

rich text and convert that to HTML if it's possible. Any suggestions c# html rtf share improve this question I would check out..

Protect .NET code from reverse engineering?

http://stackoverflow.com/questions/506282/protect-net-code-from-reverse-engineering

to crack to make it not worth peoples' trouble. Some suggestions I have for you to help protect your application Obfuscate your..

How do I get the path of the assembly the code is in?

http://stackoverflow.com/questions/52797/how-do-i-get-the-path-of-the-assembly-the-code-is-in

projects myapplication daotests bin Debug path. The three suggestions so far fail me when I run from the MbUnit Gui Environment.CurrentDirectory..

Very slow compile times on Visual Studio 2005

http://stackoverflow.com/questions/55517/very-slow-compile-times-on-visual-studio-2005

to mention this is a C# solution. Thanks for all the cpp suggestions but it's been a few years since I've had to worry about headers... say I miss C but I'm not sure I want to go back EDIT Nice suggestions that have helped so far not saying there aren't other nice suggestions.. that have helped so far not saying there aren't other nice suggestions below just what has helped New 3GHz laptop the power of lost..

Difference between Property and Field in C# 3.0+

http://stackoverflow.com/questions/653536/difference-between-property-and-field-in-c-sharp-3-0

for OPs updated question if you want to ignore the other suggestions here the other reason is that it's simply not good OO design...

Replacing .NET WebBrowser control with a better browser, like Chrome?

http://stackoverflow.com/questions/790542/replacing-net-webbrowser-control-with-a-better-browser-like-chrome

so it's not necessarily an improvement. I am open to suggestions c# webbrowser control share improve this question Chrome..

Create Generic method constraining T to an Enum

http://stackoverflow.com/questions/79126/create-generic-method-constraining-t-to-an-enum

forces the ugly boxing requirement to your code. EDIT All suggestions below have been greatly appreciated thanks. Have settled on..

How to write a scalable Tcp/Ip based server

http://stackoverflow.com/questions/869744/how-to-write-a-scalable-tcp-ip-based-server

server sends status data periodically to the clients. Any suggestions on the best way to make this as scalable as possible Basic workflow..

NUnit vs Visual Studio 2008's Test Projects for Unit Testing? [closed]

http://stackoverflow.com/questions/92869/nunit-vs-visual-studio-2008s-test-projects-for-unit-testing

that VS2008 has but I am open to researching other suggestions. Is one system better than the other or perhaps easier to use.. development efforts going forward. Thanks for any help and suggestions c# asp.net mvc visual studio 2008 unit testing nunit share..

Suggestions for reading data from excel in .net c#

http://stackoverflow.com/questions/1239853/suggestions-for-reading-data-from-excel-in-net-c-sharp

for reading data from excel in .net c# I need to read in data..

Keeping ASP.NET Session Open / Alive

http://stackoverflow.com/questions/1431733/keeping-asp-net-session-open-alive

sessions by closing the browser window to time out fast. Suggestions code samples c# asp.net session share improve this question..

Why am I getting an Out of Memory Error doing ASP .NET Excel Interop?

http://stackoverflow.com/questions/1662982/why-am-i-getting-an-out-of-memory-error-doing-asp-net-excel-interop

Exception from HRESULT 0x8007000E E_OUTOFMEMORY Any ideas Suggestions I got most of this code off codeproject so I have no idea if..

.NET Unit Testing packages?

http://stackoverflow.com/questions/1760/net-unit-testing-packages

and more informed response from asking a question here Suggestions c# .net unit testing testing share improve this question..

Open a file and replace strings in C#

http://stackoverflow.com/questions/1915632/open-a-file-and-replace-strings-in-c-sharp

a declared string with a new string save it then close. Suggestions c# share improve this question Can be done in one line..

What's a good, if any, .NET Windows automation library?

http://stackoverflow.com/questions/2052915/whats-a-good-if-any-net-windows-automation-library

or .NET Windows application that can receive user input. Suggestions so far benPearce suggested AutoIt . It has a DLL which is native..

Random number in a loop [duplicate]

http://stackoverflow.com/questions/3053807/random-number-in-a-loop

string r.Next 4 Will end up with 11111... 222... etc. Suggestions c# random share improve this question Move the declaration..

Can't get sql server compact 3.5 / 4 to work with ASP .NET MVC 2

http://stackoverflow.com/questions/3223359/cant-get-sql-server-compact-3-5-4-to-work-with-asp-net-mvc-2

I want to setup a private deploy for CE 4.0. I'm all ears. Suggestions points whatever would be highly appreciated. Thank you YES I..

How to properly and completely close/reset a TcpClient connection?

http://stackoverflow.com/questions/425235/how-to-properly-and-completely-close-reset-a-tcpclient-connection

work. Only a complete restart of the software works. Suggestions I can't use the using keyword because TpcClient is only defined..

Use LINQ to group a sequence of numbers with no gaps

http://stackoverflow.com/questions/4681949/use-linq-to-group-a-sequence-of-numbers-with-no-gaps

18 How can i convert to this string array 1 4 7 8 11 15 18 Suggestions Linq c# linq share improve this question var array new..

Choosing which IP the HTTP request is using when having multiple IPs (.NET)

http://stackoverflow.com/questions/5515000/choosing-which-ip-the-http-request-is-using-when-having-multiple-ips-net

IP address will appear on the log of the other server . Suggestions c# .net vb.net ip share improve this question I believe..

C# constructing parameter query SQL - LIKE %

http://stackoverflow.com/questions/664314/c-sharp-constructing-parameter-query-sql-like

work how can I use a parameter for the LIKE query to work. Suggestions are welcome c# sql parameters firebird share improve this..

Generating Delegate Types dynamically in C#

http://stackoverflow.com/questions/773099/generating-delegate-types-dynamically-in-c-sharp

to do this using expression trees and Expression.Compile . Suggestions on the feasibility of this approach are welcome. c# delegates..

C#: Search a byte[] array in another process's memory

http://stackoverflow.com/questions/781716/c-search-a-byte-array-in-another-processs-memory

and for what to avoid lots of invalid page accesses. Suggestions Do you really really need to do this Seriously this will be..