Qué significa http://tempuri.org en los ficheros WDSL de servicios WCF Cómo cambiar http://tempuri.org en los servicios wcf Cómo indicar distintos nombres para wsdl:port and wsdl:binding…
Deja un comentarioCategoría: Incompleto
Cosas que posiblemente estén incompletas, son más notas para coger ideas que desarrollos completos de algo.
Simulador de la factura de la luz de la CNMC: https://facturaluz.cnmc.es/para ello hará falta un CSV con los consumos. Cálculo del término de energía de…
Deja un comentarioSharepoint 2013 trae CMIS como funcionalidad nativa [1] y [2] Hay conectores en c#: DotCMIS [3] DotCMIS y PortCMIS: https://chemistry.apache.org/dotnet/dotcmis.html (diferencias: https://chemistry.apache.org/dotnet/dotcmis-vs-portcmis.html ) Comparativas entre…
Deja un comentarioPaginación en MVC. http://www.asp.net/mvc/overview/getting-started/getting-started-with-ef-using-mvc/sorting-filtering-and-paging-with-the-entity-framework-in-an-asp-net-mvc-application (en el apartado «Add Paging to the Students Index Page») http://www.asp.net/mvc/overview/older-versions-1/nerddinner/implement-efficient-data-paging (que es el mismo que http://nerddinnerbook.s3.amazonaws.com/Part8.htm )
Deja un comentariopreloadEnable y startMode: https://blogs.msdn.microsoft.com/vijaysk/2012/10/11/iis-8-whats-new-website-settings/ Application Initialization <applicationInitialization>: https://www.iis.net/configreference/system.webserver/applicationinitialization IIS 8 What’s new – Website https://blogs.msdn.microsoft.com/vijaysk/2012/10/11/iis-8-whats-new-website-settings/ When you set the startMode property of your application pool to AlwaysRunning a worker process is…
Deja un comentarioAction Filters. An action filter is an attribute that you can apply to a controller action — or an entire controller — that modifies the…
Deja un comentario5 steps to optimize wcf service: http://www.easywcf.com/five-steps-to-optimize-wcf-service/ How to add caching to my MVC Application and WCF Service: http://stackoverflow.com/questions/33734573/how-to-add-caching-to-my-mvc-application-and-wcf-service Caching in WCF? http://stackoverflow.com/questions/922116/caching-in-wcf En la…
1 comentarioIntroducción a async y await en ASP.NET https://msdn.microsoft.com/es-es/magazine/dn802603.aspx An asynchronous request takes the same amount of time to process as a synchronous request. For example,…
Deja un comentarioIntroduction to ASP.NET Identityhttp://www.asp.net/identity/overview/getting-started/introduction-to-aspnet-identity Overview of Custom Storage Providers for ASP.NET Identityhttp://www.asp.net/identity/overview/extensibility/overview-of-custom-storage-providers-for-aspnet-identity Implementing a Custom MySQL ASP.NET Identity Storage Providerhttp://www.asp.net/identity/overview/extensibility/implementing-a-custom-mysql-aspnet-identity-storage-provider Working with Roles in ASP.NET…
Deja un comentario