• Home
  • About
Manuel11g
Science Enthusiast; Tech Aficionado; Photo Hobbyist;

Menu Close
  • Home
  • About

programming

List of countries for HTML Forms Part.2

December 17, 2017manuel11g Leave a Comment

ISO 3166-1 is part of the ISO 3166 standard published by the International Organization for Standardization (ISO) and defines codes for the names of countries, dependent territories, and special areas of geographical interest. The official name of the standard is… Continue Reading →

Programming 3166, 3166-1, countries, country, form, html, iso, list, programming, select

convert memorystream to stream

December 9, 2017manuel11g Leave a Comment

Use Stream.CopyTo Method(.Net 4 and above) Eg: http://msdn.microsoft.com/en-us/library/dd782932.aspx[^] (.Net 3.5 and before) public static void CopyStream(Stream input, Stream output) { byte[] buffer = new byte[32768]; int read; while ((read = input.Read(buffer, 0, buffer.Length)) > 0) { output.Write (buffer, 0, read);… Continue Reading →

Programming C#, programming

Twitter by Manuel11g

  • RT @Theobane: @blackroomsec It's not the skills that count, it's the attitude and manner that does. I can train someone to do a job if they…14 days ago
  • @HarstemSc2 Why don't you get a cheap android phone? It can be good enough to play music and nothing else112 days ago

HackTheBox

Categories

  • Funny
  • Linux
  • Programming
  • Security
  • SharePoint
  • Uncategorized

Recent Posts

  • 400 Bad Request in SharePoint ClientContext
  • Secure ssl certificate email accounts 
  • Get SharePoint Error by Correlation ID
  • Setting Up Your On-Premises Environment for App Development
  • The amount of data that was returned by a data connection has exceeded the maximum limit that was configured

Recent Comments

  • How to access the claims attributes in .net applications (SharePoint or ASP.NET) | Manuel11g on Where is Microsoft.Identitymodel.Claims.dll ?

Archives

  • July 2019
  • December 2017

Tags

bin2iso C# claims cli Computers countries country devices editpage encryption features Funny get-spfeature Get-SPServiceInstance getuser html identity identitymodel iis role installation joke linux list lockdown Membership Microsoft.Identitymodel.Claims.dll model mount passwd programming Provision quotes select Sharepoint SharePoint 2010 SharePoint 2013 shell Site Definitions SPList SPUser ubuntu validators webpart windows windows 2012
© 2021 Manuel11g. All rights reserved.
Fashionista by aThemes

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close