About 50 results
Open links in new tab
  1. Token: How to generate token which will valid up to 5 minutes

    here i got a sample code which generate a token which valid upto 24 hours but its code and logic not clear to me that how it generate a number which only valid for 24 hours. so please see the code and …

  2. How to manage login to multiple sites from single login

    I have a web application which requires to open several other applications via hyper links, can any body tell me what is the best practise would be ? would there be any complication when managing the …

  3. Open XML | How to add values to existing worksheet

    I have a spreadsheet with two tabs "Requests" and "Results". Functionality I want to achieve is read data from "Requests" worksheets, process the data and add results ...

  4. Getting nearby restaurants and grocery stores list with latitude ...

    I am developing a Windows Phone 7 application using Bing Map Services. I have some custom locations which I can display on the Bing Maps. I would like to overlay on this map nearby …

  5. Bing maps drag & drop - social.msdn.microsoft.com

    Here's a simple "DraggablePushpin" object that inherits from the Pushpin object to facilitate easy implementation of allowing users to drag a pushpin around the map to define its location.

  6. NotifyServiceStatusChange not working in C# for Windows service ...

    I am trying implement WLan Auto Config service status notification in C# application. Can you please send me some sample code on "NotifyServiceStatusChange" Windows API usage.

  7. Relative DateTime Values ("Today", "Yesterday", "X days ago")

    Anyone knows an existing code snippet (or library) that can transform a DateTime value to a netural relative string representation ("Today", "Yesterday", "X days ago"). An option to set the granularity …

  8. Excluir linha com chave estrangeira

    Quando a pessoa cria a playlist (no visual studio 2013) o id_usuario_cad é obtido a partir da tabela do usuario. Gostaria de excluir apenas uma playlist, ou seja, uma linha da tabela playlist mas com …

  9. Como Fazer login em um web App atraves de um site webform

    Estou Tentando Fazer o login em hum Web App fazer Azure atravez de hum formulário do site web.

  10. Null conditional operator with Nullable DateTimeOffset

    Issue: On DateTimeOffset nullable varialbe (DateTimeOffset?), the use of Null Conditional operator results in exception i.e. it still calls the method even if the value is NULL i.e. (value as …