1376 links
192 private links
  • Liens de WebManiaK
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
19 results tagged csharp x
  • thumbnail
    c# - Opening a folder in explorer and selecting a file - Stack Overflow

    Comment ouvrir un dossier et sélectionner un fichier sous Windows à l'aide de C#

    July 2, 2018 at 9:26:43 PM GMT+2 - permalink -
    QRCode
    - https://stackoverflow.com/questions/334630/opening-a-folder-in-explorer-and-selecting-a-file
    csharp
  • thumbnail
    .net - Getting the path of the home directory in C#? - Stack Overflow

    Obtenir le home path d'un utilisateur sous Windows ou Unix en C#... ça s'invente pas.

    July 2, 2018 at 9:26:07 PM GMT+2 - permalink -
    QRCode
    - https://stackoverflow.com/questions/1143706/getting-the-path-of-the-home-directory-in-c
    csharp
  • thumbnail
    c# - How to read embedded resource text file - Stack Overflow

    Une soluce pratique pour accéder à une ressource intégrée dans un programme C#

    July 2, 2018 at 9:25:24 PM GMT+2 - permalink -
    QRCode
    - https://stackoverflow.com/questions/3314140/how-to-read-embedded-resource-text-file
    csharp
  • thumbnail
    c# - Deciding between HttpClient and WebClient - Stack Overflow

    Un bon sujet sur StackOverflow à propos de la différence entre HttpClient (nouveau) et WebClient (vieux) ainsi que quand on peut en avoir l'utilité.

    Je me coude également celui-ci pour lecture ultérieure: http://www.diogonunes.com/blog/webclient-vs-httpclient-vs-httpwebrequest/

    May 20, 2018 at 6:13:11 PM GMT+2 - permalink -
    QRCode
    - https://stackoverflow.com/questions/20530152/deciding-between-httpclient-and-webclient
    csharp astuces
  • thumbnail
    Object Serialization in .NET
    May 13, 2018 at 8:39:10 PM GMT+2 * - permalink -
    QRCode
    - https://msdn.microsoft.com/en-us/library/ms973893.aspx#objserializ_topic4
    csharp dotnet
  • thumbnail
    New Features in C# 6 | C# Frequently Asked Questions

    Quelques exemples de ce qu'on peut faire de nouveau avec C# 6.0 (qui n'est déjà plus si nouveau que ça, mais c'est toujours intéressant)

    Plus d'informations ici: https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-6

    April 29, 2018 at 9:04:50 PM GMT+2 * - permalink -
    QRCode
    - https://blogs.msdn.microsoft.com/csharpfaq/2014/11/20/new-features-in-c-6/
    csharp
  • thumbnail
    c# - How to generate and validate a software license key? - Stack Overflow
    March 17, 2018 at 4:32:34 PM GMT+1 - permalink -
    QRCode
    - https://stackoverflow.com/questions/599837/how-to-generate-and-validate-a-software-license-key
    csharp licensing
  • thumbnail
    How to: Use a Background Worker

    Un peu de documentation sympathique pour faire du multithreading en C#, par exemple dans une application WPF.

    Autre documentation utile sur le même sujet:

    • https://stackoverflow.com/questions/5789926/wpf-c-sharp-update-progressbar-from-another-thread#5789968
    • https://stackoverflow.com/questions/1862590/how-to-update-gui-with-backgroundworker
    • https://stackoverflow.com/questions/4807152/sending-arguments-to-background-worker#4807200
    September 29, 2017 at 10:06:49 PM GMT+2 * - permalink -
    QRCode
    - https://msdn.microsoft.com/en-us/library/cc221403(v=vs.95).aspx
    csharp multithread worker wpf
  • thumbnail
    Querying JSON with LINQ

    Une librairie des plus intéressantes pour naviguer dans du JSON à l'aide de la notation LINQ dans C#

    September 3, 2017 at 9:54:28 PM GMT+2 - permalink -
    QRCode
    - https://www.newtonsoft.com/json/help/html/QueryingLINQtoJSON.htm
    csharp json library
  • thumbnail
    Humanizer

    "Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities"

    En d'autres termes, ça vous fait des conversions plutôt balèzes, allez voir les exemples, ça vaut la peine et c'est bluffant !

    June 7, 2016 at 5:42:45 PM GMT+2 - permalink -
    QRCode
    - https://github.com/Humanizr/Humanizer
    dotnet csharp utils
  • thumbnail
    Secure Salted Password Hashing - How to do it Properly

    Un exemple de script pour hasher les mots de passe dans un site Web (PHP, Java, C#, Ruby)

    January 6, 2016 at 8:57:15 PM GMT+1 - permalink -
    QRCode
    - https://crackstation.net/hashing-security.htm#phpsourcecode
    security hash password php java csharp
  • thumbnail
    Comment faire pour exécuter SQL paramétrée de procédures stockées à l'aide du fournisseur ODBC .NET et Visual C# .NET

    Un tutoriel sur l'appel de procédures et fonctions stockées (base de données, i.e. Oracle) en C# à l'aide du driver ODBC.

    March 16, 2015 at 5:08:13 PM GMT+1 - permalink -
    QRCode
    - http://support.microsoft.com/fr-ch/kb/310130/fr
    csharp Tutoriels database procedure function Oracle microsoft
  • thumbnail
    TYPE CAST EXCEPTION | Keep Nuget Packages Out of Source Control with Nuget Package Manager Restore

    Un tutoriel décrivant comment garder les packages NuGet hors de son système de contrôle de version (SVN, Git, etc.) et récupérer automatiquement les packages manquants lorsqu'on récupère une solution pour la première fois.

    February 4, 2015 at 2:20:30 PM GMT+1 - permalink -
    QRCode
    - http://www.typecastexception.com/post/2013/11/10/Keep-Nuget-Packages-Out-of-Source-Control-with-Nuget-Package-Manager-Restore.aspx#Inform-Potential-Consumers-of-Your-Code
    NuGet visual_studio microsoft csharp developpement
  • thumbnail
    DateTime Manipulation

    Quelques exemples de manipulation de données temporelles (dates, heures) avec C#. C'est très simple, mais c'est utile de garder ça sous le coude !

    January 12, 2015 at 3:17:55 PM GMT+1 - permalink -
    QRCode
    - http://www.blackwasp.co.uk/CSharpDateManipulation.aspx
    csharp time date documentation Tutoriels
  • thumbnail
    Hosting a Simple “Read-Only” NuGet Package Feed on the Web - You've Been Haacked

    Un tutoriel pour mettre en place un serveur NuGet (même concept que Apache Maven) local et de manière facile et rapide.

    January 8, 2015 at 4:14:39 PM GMT+1 - permalink -
    QRCode
    - http://haacked.com/archive/2011/03/31/hosting-simple-nuget-package-feed.aspx/
    NuGet csharp developpement
  • thumbnail
    ASP.NET MVC Samples | The ASP.NET Site

    Quelques exemples de code pour ASP.NET MVC dans toutes ses versions.

    January 6, 2015 at 4:48:38 PM GMT+1 - permalink -
    QRCode
    - http://www.asp.net/aspnet/samples/aspnet-mvc
    ASP.NET MVC csharp documentation exemple
  • thumbnail
    ASP.NET MVC 5 | The ASP.NET Site

    Un descriptif détaillant les différences entres ASP.NET MVC 4 et ASP.NET MVC 5. A lire un peu plus tard, pour information.

    January 6, 2015 at 4:12:31 PM GMT+1 - permalink -
    QRCode
    - http://www.asp.net/mvc/mvc5
    ASP.NET MVC csharp documentation
  • thumbnail
    Visual C# - MSDN

    Un guide sur la programmation C# publié sur MSDN. Plutôt bien fait visiblement.

    January 4, 2015 at 1:20:04 PM GMT+1 - permalink -
    QRCode
    - http://msdn.microsoft.com/fr-fr/library/kx37x362.aspx
    csharp microsoft msdn developpement documentation
  • thumbnail
    Savoir quand utiliser les mots clés override et new (Guide de programmation C#)

    Une page de documentation de Microsoft à propos des attributs "new" et "override" pouvant être placés sur une procédure/fonction en C#. Ce que j'en tire c'est que:

    • "new" masque la procédure/fonction parente et indique qu'elle n'a rien à voir avec ce qui était fait dans les classes parentes.
    • "override" se substitue à la procédure/fonction parente ayant le même nom et les mêmes arguments.

    Je vois cependant difficilement quand il est judicieux d'utiliser "new", tellement ça me semble être une hérésie... mais bon, ça vient sans doute de mon sens de développeur Java ^^

    December 17, 2014 at 5:30:07 PM GMT+1 - permalink -
    QRCode
    - http://msdn.microsoft.com/fr-fr/library/ms173153.aspx
    csharp documentation microsoft
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation