Preguntas etiquetadas con .net

127
Envuelva un delegado en un IEqualityComparer

Varias funciones Linq.Enumerable toman un IEqualityComparer<T>. ¿Hay una clase de contenedor conveniente que se adapte delegate(T,T)=>boola implementar IEqualityComparer<T>? Es bastante fácil escribir uno (si ignora los problemas al definir un código hash correcto), pero me gustaría...

126
Powershell v3 Invoke-WebRequest Error de HTTPS

Utilizando Invoke-WebRequest e Invoke-RestMethod de Powershell v3, he utilizado con éxito el método POST para publicar un archivo json en un sitio web https. El comando que estoy usando es $cert=New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("cert.crt")...