¡@

Home 

c# Programming Glossary: user's

Using IQueryable with Linq

http://stackoverflow.com/questions/1578778/using-iqueryable-with-linq

but I thought I'd add something about this from the user's point of view as well... The main difference from a user's perspective.. user's point of view as well... The main difference from a user's perspective is that when you use IQueryable T with a provider..

TransactionScope automatically escalating to MSDTC on some machines?

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

to not require the MSDTC service to be enabled on our end user's machines. Trouble is on half of our developers machines we can..

Authenticate and request a user's timeline with Twitter API 1.1 oAuth

http://stackoverflow.com/questions/17067996/authenticate-and-request-a-users-timeline-with-twitter-api-1-1-oauth

and request a user's timeline with Twitter API 1.1 oAuth This morning I have received..

Understanding Garbage Collection in .net

http://stackoverflow.com/questions/17130382/understanding-garbage-collection-in-net

You'll need to run your code the way it runs on your user's machine. Switch to the Release build first with Build Configuration..

C# Speech Recognition - Is this what the user said?

http://stackoverflow.com/questions/227140/c-sharp-speech-recognition-is-this-what-the-user-said

to read information on the screen back to the user in the user's selected language. I can work around this specification using.. recognition quality. But you don't have to train it to the user's voice and if you only have a few different things the user can..

DateTime vs DateTimeOffset

http://stackoverflow.com/questions/4331189/datetime-vs-datetimeoffset

whenever we display one we convert back from UTC to the user's local time. That works fine but I've been reading about DateTimeOffset.. that is using the result is positioned. For example a user's workstation So then why DateTimeOffset instead of a UTC DateTime..

Windows Impersonation from C#

http://stackoverflow.com/questions/559719/windows-impersonation-from-c-sharp

of all Is there a way to do this without knowing the other user's password Note if a password is mandatory is there a recommended..

Developing Internet Explorer Extensions?

http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions

It is okay to assume that .NET 4.0 will be installed on a user's computer EDIT I'm providing a 500 reputation bounty on this...

How to generate and validate a software license key?

http://stackoverflow.com/questions/599837/how-to-generate-and-validate-a-software-license-key

Generate yourself a secret key for the product Take the user's name Concatentate the users name and the secret key and hash.. hash as an alphanumeric string. This is the individual user's Product Key Within the program do the same hash and compare..

Accessing a Shared File (UNC) From a Remote, Non-Trusted Domain With Credentials

http://stackoverflow.com/questions/659013/accessing-a-shared-file-unc-from-a-remote-non-trusted-domain-with-credentials

fact that Windows will automatically supply the current user's credentials when the user attempts to access a shared file...

Could not establish trust relationship for SSL/TLS secure channel — SOAP

http://stackoverflow.com/questions/703272/could-not-establish-trust-relationship-for-ssl-tls-secure-channel-soap

machine level proxy set correctly which different to the user's proxy see proxycfg for XP 2003 not sure about Vista etc share..

Is it appropriate to extend Control to provide consistently safe Invoke/BeginInvoke functionality?

http://stackoverflow.com/questions/714666/is-it-appropriate-to-extend-control-to-provide-consistently-safe-invoke-begininv

Do nothing if the handle isn't created already. The user's responsible for ensuring that the handle they give us exists...

How to get a user's client IP address in ASP.NET?

http://stackoverflow.com/questions/735350/how-to-get-a-users-client-ip-address-in-asp-net

to get a user's client IP address in ASP.NET We have Request.UserHostAddress.. to get the IP address in ASP.NET but this is usually the user's ISP's IP address not exactly the user's machine IP address who.. is usually the user's ISP's IP address not exactly the user's machine IP address who for example clicked a link. How can I..

How to work with TimeZone in ASP.NET?

http://stackoverflow.com/questions/832986/how-to-work-with-timezone-in-asp-net

user you will need the current UTC time add or remove the user's time zone difference and convert that new time back to UTC this..

Using JsonConvert.DeserializeObject to deserialize Json to a C# POCO class

http://stackoverflow.com/questions/11126242/using-jsonconvert-deserializeobject-to-deserialize-json-to-a-c-sharp-poco-class

a Coderwall User. summary public class User summary A User's username. eg sergiotapia mrkibbles matumbo summary public string.. matumbo summary public string Username get set summary A User's name. eg Sergio Tapia John Cosack Lucy McMillan summary public.. Lucy McMillan summary public string Name get set summary A User's location. eh Bolivia USA France Italy summary public string..

Storing more information using FormsAuthentication.SetAuthCookie

http://stackoverflow.com/questions/1149996/storing-more-information-using-formsauthentication-setauthcookie

http cookie Basically I'm looking for away to store the User's Id so I may be able to access the database using the users table..

Can you find an Active Directory User's Primary Group in C#?

http://stackoverflow.com/questions/1179858/can-you-find-an-active-directory-users-primary-group-in-c

you find an Active Directory User's Primary Group in C# I am working on an application that manages..

How to decide where to store per-user state? Registry? AppData? Isolated Storage?

http://stackoverflow.com/questions/882490/how-to-decide-where-to-store-per-user-state-registry-appdata-isolated-storage

process is more complicated obviously . Files in the User's Roaming folder in Vista or Application Data in XP move around..