¡@

Home 

c# Programming Glossary: protecting

How to have silverlight get its data from MySQL

http://stackoverflow.com/questions/100104/how-to-have-silverlight-get-its-data-from-mysql

your Silverlight app at that service. By doing so you're protecting your database not only from people snooping through it but more..

Multiple Aggregates / Repositories in one Transaction

http://stackoverflow.com/questions/11445657/multiple-aggregates-repositories-in-one-transaction

this is undesirable is because of concurrency. As well as protecting the in variants within it's boundary each aggregate should be..

How to Generate Unique Public and Private Key via RSA

http://stackoverflow.com/questions/1307204/how-to-generate-unique-public-and-private-key-via-rsa

RSA DSA key you have EVER generated for the purpose of protecting data creating custom X.509 certificate etc. has LEAKED in the..

How do I protect this function from SQL injection?

http://stackoverflow.com/questions/1862036/how-do-i-protect-this-function-from-sql-injection

in every implementation of SQL. My recommendation for protecting against SQL injection when you have a table name is to validate..

Compiling C# to Native?

http://stackoverflow.com/questions/1921656/compiling-c-sharp-to-native

so easily decompile Or what's some best practices for protecting a product written in a .NET language from newbie reverse engineers..

What technique can protect a secret from a fully trusted user?

http://stackoverflow.com/questions/2150912/what-technique-can-protect-a-secret-from-a-fully-trusted-user

write a threat model identify every resource that needs protecting your resources AND your benign customer's resources like their..

Difference between lock(locker) and lock(variable_which_I_am_using)

http://stackoverflow.com/questions/230716/difference-between-locklocker-and-lockvariable-which-i-am-using

as reading code Option B's intent is clearer. If you're protecting more than one object Option B isn't really an option. share..

What are the benefits to marking a field as `readonly` in C#?

http://stackoverflow.com/questions/277010/what-are-the-benefits-to-marking-a-field-as-readonly-in-c

having a member variable declared as read only Is it just protecting against someone changing during the lifecycle of the class or..

Does reflection breaks the idea of private methods, because private methods can be access outside of the class?

http://stackoverflow.com/questions/3300680/does-reflection-breaks-the-idea-of-private-methods-because-private-methods-can

discussed in a vacuum what resources are you thinking of protecting against what threats The CLR code access security system is..

Password protected PDF using C#

http://stackoverflow.com/questions/370571/password-protected-pdf-using-c-sharp

be difficult without using a third party library. Password protecting and encrypting your pdf files with the free and open source..

File.Copy() to file server with network Credential

http://stackoverflow.com/questions/4957522/file-copy-to-file-server-with-network-credential

file from my local disk to file server. This folder is protecting by username and password. File.Copy method does not works. it..

Why does the lock object have to be static?

http://stackoverflow.com/questions/5053172/why-does-the-lock-object-have-to-be-static

really depends how is Locker used in your scenario Is it protecting something that is itself static If so the lock should be static... is itself static If so the lock should be static. If it is protecting something that is instance based then IMO the lock should also..

Software License

http://stackoverflow.com/questions/6846504/software-license

file. I am a bit clueless about how should I go about protecting it via keys. Can anyone please suggest me ways to generate keys..