¡@

Home 

c# Programming Glossary: developers

How to secure an ASP.NET Web API

http://stackoverflow.com/questions/11775594/how-to-secure-an-asp-net-web-api

RESTful web service using ASP.NET Web API that third party developers will use to access my application's data. I've read quite a..

Transitioning from Windows Forms to WPF

http://stackoverflow.com/questions/15681352/transitioning-from-windows-forms-to-wpf

.NET's WPF designer that are more suited to Windows Forms developers c# wpf windows winforms windows forms designer share improve.. about if there's other WPF designers suited for WinForms developers I would suggest that instead of looking for another designer..

TransactionScope automatically escalating to MSDTC on some machines?

http://stackoverflow.com/questions/1690892/transactionscope-automatically-escalating-to-msdtc-on-some-machines

on our end user's machines. Trouble is on half of our developers machines we can run with MSDTC disabled. The other half must.. data I'm pretty sure we've found our problem. Our SQL2008 developers weren't experiencing the problem because SQL2008 has copious.. and thus require escalation. I see some of your developers have SQL2005 and others SQL2008. Are you sure you have correctly..

What NoSQL solutions are out there for .NET? [closed]

http://stackoverflow.com/questions/1777103/what-nosql-solutions-are-out-there-for-net

One of the benefits of NoSQL is that you get to mix with developers from different language backgrounds coming together to work..

Multiple Inheritance in C#

http://stackoverflow.com/questions/178333/multiple-inheritance-in-c-sharp

of your class to be easy accessible for windows forms developers. As far as I know you currently have two ways to do this Write..

Should C# have multiple inheritance? [closed]

http://stackoverflow.com/questions/191691/should-c-sharp-have-multiple-inheritance

Is the exclusion of multiple inheritance saying that developers are not smart enough to use them wisely and are incapable of.. a multiple inheritance background. I have often found that developers who have no experience with multiple inheritance will often..

Does using “new” on a strict allocate it on the heap or stack?

http://stackoverflow.com/questions/203695/does-using-new-on-a-strict-allocate-it-on-the-heap-or-stack

detail. There are those who believe that managed code developers really shouldn't care. I'm not sure I'd go that far but it's..

Is it abusive to use IDisposable and “using” as a means for getting “scoped behavior” for exception safety?

http://stackoverflow.com/questions/2101524/is-it-abusive-to-use-idisposable-and-using-as-a-means-for-getting-scoped-beha

to push it a bit further away explaining to other developers why that interface implies IDisposable. There are lots of other..

Which C# 4.0 Book would you purchase, and why? [closed]

http://stackoverflow.com/questions/2181729/which-c-sharp-4-0-book-would-you-purchase-and-why

generally 6 12 months after each .NET release. Each of the developers I train has the same or more .net experience than myself. Once..

What do 'statically linked' and 'dynamically linked' mean?

http://stackoverflow.com/questions/311882/what-do-statically-linked-and-dynamically-linked-mean

dynamically linked library with one that's not compatible developers who do this should expect to be hunted down and punished severely.. C runtime library are linked together at link time by the developers . Since the user typically cannot re link the executable they're..

Properties vs Methods

http://stackoverflow.com/questions/601621/properties-vs-methods

Why are unsigned int's not CLS compliant?

http://stackoverflow.com/questions/6325/why-are-unsigned-ints-not-cls-compliant

the language constructs that are commonly needed by developers yet small enough that most languages are able to support it...

What's the best way to learn C# quickly? [closed]

http://stackoverflow.com/questions/72893/whats-the-best-way-to-learn-c-sharp-quickly

way to learn C# quickly closed We have a team of Delphi developers at work who need to get up to speed and start coding in C#...

Why is Multiple Inheritance not allowed in Java or C#?

http://stackoverflow.com/questions/995255/why-is-multiple-inheritance-not-allowed-in-java-or-c

language Java's creators wanted a language that most developers could grasp without extensive training. To that end they worked..

How to pass the smart screen on Win8 when install a signed application?

http://stackoverflow.com/questions/12311203/how-to-pass-the-smart-screen-on-win8-when-install-a-signed-application

ev code signing certificates.aspx Best Practices Developers should still follow the best practices we ™ve suggested in past..

Checking for directory and file write permissions in .NET

http://stackoverflow.com/questions/1281620/checking-for-directory-and-file-write-permissions-in-net

this in his wiki version offline at this time of The .NET Developers Guide to Windows Security . This is also discussed in reasonable..

IApplicationActivationManager::ActivateApplication in C#?

http://stackoverflow.com/questions/12925748/iapplicationactivationmanageractivateapplication-in-c

application identified by its Application User Model Id. Developers who are interested in using the Application Activation Manager..

Windows Phone 8: Media file access

http://stackoverflow.com/questions/13467701/windows-phone-8-media-file-access

Roll and Saved Pictures available since WP7.5. Audio Developers can iterate over the music library and even play it via the..

TransactionScope automatically escalating to MSDTC on some machines?

http://stackoverflow.com/questions/1690892/transactionscope-automatically-escalating-to-msdtc-on-some-machines

Windows 7 x86 SQL2008 Dev 3 Windows 7 x64 SQL2005 SQL2008 Developers it doesn't work on Dev 4 Windows 7 x64 SQL2008 SQL2005 Dev 5..

Best way to connect to Interbase 7.1 using .NET C#

http://stackoverflow.com/questions/219684/best-way-to-connect-to-interbase-7-1-using-net-c-sharp

users of InterBase includes the free InterBase 2007 Developers Edition. The download says that it's for 2007 but it works fine..

Business Case for ReSharper

http://stackoverflow.com/questions/2298308/business-case-for-resharper

like to illustrate that percentage as a dollar value too. Developers only spend part of their day in their IDE so you should probably..

How are DLLs loaded by the CLR?

http://stackoverflow.com/questions/2967164/how-are-dlls-loaded-by-the-clr

loader typically does its work implicitly on your behalf. Developers can interact with the loader explicitly via the assembly loader...

How can I create a Product Key for my C# App

http://stackoverflow.com/questions/453030/how-can-i-create-a-product-key-for-my-c-sharp-app

people control the hardware and OS your program runs on. Developers have been trying to come up with ever more complex schemes for..

Style guide for c#?

http://stackoverflow.com/questions/4678178/style-guide-for-c

am using... Microsoft Design Guidelines for Class Library Developers http msdn.microsoft.com en us library ms229042.aspx IDesign..

Automatically update version number

http://stackoverflow.com/questions/650/automatically-update-version-number

not the fourth one as some people for example Delphi Developers who are used to Major.Minor.Release.Build might expect. In .net..

Generating cryptographically secure authentication tokens

http://stackoverflow.com/questions/840537/generating-cryptographically-secure-authentication-tokens

for a valid ticket in the HTTP headers for the request. Developers put this operation behavior attribute on operations that require..

Is there any definitive documentation on writing software installers?

http://stackoverflow.com/questions/923384/is-there-any-definitive-documentation-on-writing-software-installers

this question Update since my original post WiX A Developers Guide to Windows Installer XML has been released and is also..