c# Programming Glossary: build
What are the pros and cons to keeping SQL in Stored Procs versus Code http://stackoverflow.com/questions/15142/what-are-the-pros-and-cons-to-keeping-sql-in-stored-procs-versus-code . At the moment most of the database access is done by building the SQL inline in C# and calling to the SQL Server DB. So.. is the worst thing you can do when you're trying to build a maintainable application Agreed which is why storedprocs are.. to your CEO why it just cost them 7 million dollars to build some forums but otherwise creating a storedproc for every little..
XDocument or XMLDocument http://stackoverflow.com/questions/1542073/xdocument-or-xmldocument really well with LINQ its construction model allows you to build elements with sequences of sub elements really easily Customers..
Transitioning from Windows Forms to WPF http://stackoverflow.com/questions/15681352/transitioning-from-windows-forms-to-wpf components. That's the opposite of WinForms where you build your application out of UI objects and then supply them with..
How to create a simple proxy in C#? http://stackoverflow.com/questions/226784/how-to-create-a-simple-proxy-in-c .net .net 2.0 proxy share improve this question You can build one with the HttpListener class to listen for incoming requests..
How do I build a JSON object to send to an AJAX WebService? http://stackoverflow.com/questions/2737525/how-do-i-build-a-json-object-to-send-to-an-ajax-webservice do I build a JSON object to send to an AJAX WebService After trying to.. specified in data which is where my problem is. How do I build a properly formatted JSON object in javascript so I can plug.. forms but for now hard coded test data is fine. How do I build a properly formatted JSON object to send to the web service..
Is there a better alternative than this to 'switch on type'? http://stackoverflow.com/questions/298976/is-there-a-better-alternative-than-this-to-switch-on-type I wrote a blog post awhile back detailing how to build a TypeSwitch structure. http blogs.msdn.com jaredpar archive..
Is there any significant difference between using if/else and switch-case in C#? http://stackoverflow.com/questions/395618/is-there-any-significant-difference-between-using-if-else-and-switch-case-in-c works a bit differently. It's obviously not practical to build jump tables for strings of arbitrary lengths so most often such..
Parsing JSON using Json.net http://stackoverflow.com/questions/401756/parsing-json-using-json-net serializing the JSON first but I'm not sure how I would build an object for this structure. Particularly the objects array..
Performance differences between debug and release builds http://stackoverflow.com/questions/4043821/performance-differences-between-debug-and-release-builds differences between debug and release builds i must admit that usually I haven't bothered swithcing between.. doesn't alter the emitted IL a great deal in the Release build. Notable is that it no longer emits the NOP opcodes that allow.. deal of difference when for example you profile the Debug build of your app and compare it to the Release build. That only really..
What is the difference between const and readonly? http://stackoverflow.com/questions/55984/what-is-the-difference-between-const-and-readonly So if I_RO_VALUE is updated to 30 you only need to build AssemblyA. All clients do not need to be recompiled. So if you..
Developing Internet Explorer Extensions? http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions bounty on this. I'm serious about learning how to build an Internet Explorer extension. I don't want to use Spice IE.. extension. I don't want to use Spice IE as I want to build one that is compatible with IE9 as well. I've added the C tag.. C tag to this question as well because if it's better to build one in C I can do that. c# c internet explorer atl browser..
How to use HTML Agility pack http://stackoverflow.com/questions/846994/how-to-use-html-agility-pack agility pack share improve this question Download and build the HTMLAgilityPack solution. In your application add a reference..
A Simple C# DLL - how do I call it from Excel, Access, VBA, VB6? http://stackoverflow.com/questions/1170794/a-simple-c-sharp-dll-how-do-i-call-it-from-excel-access-vba-vb6 HelloWorld get return Hello World The project properties Build tab select Register for COM interop. So you can see the results..
Easier way to start debugging a windows service in C# http://stackoverflow.com/questions/125964/easier-way-to-start-debugging-a-windows-service-in-c-sharp While your at it it might be useful to create a separate Build Configuration for service debugging. share improve this answer..
Mixing C# & VB In The Same Project http://stackoverflow.com/questions/1278024/mixing-c-sharp-vb-in-the-same-project then look at the Properties panel you'll notice that the Build Action is 'Content' not 'Compile'. It is treated as a simple..
Displaying the build date http://stackoverflow.com/questions/1600962/displaying-the-build-date had a few things to say about this issue in Determining Build Date the hard way . The most reliable method turns out to be..
Understanding Garbage Collection in .net http://stackoverflow.com/questions/17130382/understanding-garbage-collection-in-net user's machine. Switch to the Release build first with Build Configuration manager change the Active solution configuration..
MVP examples for Windows Forms http://stackoverflow.com/questions/185993/mvp-examples-for-windows-forms mvp share improve this question Jeremy Miller's Build your own CAB series is fantastic. You get a nice dose of MVP..
Tips for optimizing C#/.NET programs [closed] http://stackoverflow.com/questions/2473666/tips-for-optimizing-c-net-programs When concatenating many strings together use StringBuilder instead. See link at the bottom for caveats on this. Use string.Compare.. is useful and where it should be applied. For the StringBuilder tip I found the help I did long ago at here on Jon Skeet's.. problem Set meaningful measurable customer focused goals. Build test suites to test your performance against these goals under..
Visual Studio build fails: unable to copy exe-file from obj\debug to bin\debug http://stackoverflow.com/questions/2895898/visual-studio-build-fails-unable-to-copy-exe-file-from-obj-debug-to-bin-debug error when running Rebuild but only the error when running Build don't think that is relevant I understand perfectly fine what.. working is to shut down Visual Studio and start it again. Building and launching then works untill I make a change in some of..
Is it possible to programmatically generate an X509 certificate using only C#? http://stackoverflow.com/questions/3770233/is-it-possible-to-programmatically-generate-an-x509-certificate-using-only-c object in which you've initialized the PrivateKey property Build a PKCS#12 store and returns its byte content as if it was a..
VS2010 does not show unhandled exception message in a WinForms Application on a 64-bit version of Windows http://stackoverflow.com/questions/4933958/vs2010-does-not-show-unhandled-exception-message-in-a-winforms-application-on-a code will bomb as usual without one. Project Properties Build tab change Platform target to AnyCPU. The unfortunately disables..
How do I create a real-time Excel automation add-in in C# using RtdServer? http://stackoverflow.com/questions/5397607/how-do-i-create-a-real-time-excel-automation-add-in-in-c-sharp-using-rtdserver Assembly Information... Make assembly COM Visible and Build Register for COM Interop 3.1 Right click on the project Add.. Add Reference... .NET tab Microsoft.Office.Interop.Excel 4 Build Solution F6 5 Run Excel. Go to Excel Options Add Ins Manage..
Very slow compile times on Visual Studio 2005 http://stackoverflow.com/questions/55517/very-slow-compile-times-on-visual-studio-2005 find the option in Tools Options... Projects and Solutions Build and Run maximum number of parallel project builds . Disable..
Developing Internet Explorer Extensions? http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions en us library ms976373.aspx#bho_getintouch In the Build Events tab set Post build events command line to C Program Files..
Make an Installation program for C# applications and include .NET Framework installer into the setup http://stackoverflow.com/questions/6090913/make-an-installation-program-for-c-sharp-applications-and-include-net-framework
Display lines number in Stack Trace for .NET assembly in Release mode http://stackoverflow.com/questions/628565/display-lines-number-in-stack-trace-for-net-assembly-in-release-mode you want to see stack trace line numbers. Click on the Build vertical tab . Select Release configuration. Check the DEBUG..
Tree data structure in C# http://stackoverflow.com/questions/66893/tree-data-structure-in-c-sharp tree then the Node class needs a link to its parent node. Build an AddChild method that takes care of all the minutia of these..
What's the best way to learn C# quickly? [closed] http://stackoverflow.com/questions/72893/whats-the-best-way-to-learn-c-sharp-quickly to suit whatever they're likely to work on first. e.g. Build me a hello world website. Link to other pages using the a href..
Debug VS Release in .net http://stackoverflow.com/questions/90871/debug-vs-release-in-net by Visual Studio. To see the differences look at the Build Tab in Project Properties in Visual Studio. The differences.. for Debug and Release configurations in Project Propeties Build Create your own custom configurations by right clicking on the..
|