Important Links

Here I have added some important links that helped me a lot during my development. All these are external links. So it may not valid for now if the author of the url changed it. I will update this page periodically when I found any useful link or information.

1. MEF - How to implement MEF for generic class

http://www.codeproject.com/Articles/323919/MEF-Generics
http://www.codeproject.com/Articles/243407/ExportAttribute-ImportAttribute-CompositionContain
http://mefcontrib.codeplex.com/wikipage?title=Introduction%20to%20the%20Managed%20Extensibility%20Framework&referringTitle=QuickStarts

- MefContrib
http://www.c-sharpcorner.com/uploadfile/Mahadesh/mefcontrib-with-unity-interception/

http://stackoverflow.com/questions/7662629/mef-and-exporting-based-on-metadata

2. Global.asax events and their purposes

http://www.freewebdevelopersite.com/2011/03/21/application-events-in-global-asax/

3. ETC - coding sample 

http://www.longhorncorner.com/1/144/

 

4. WCF with MSMQ - and Self Hosting.

http://www.codeproject.com/Articles/326909/Creating-a-WCF-Service-with-MSMQ-Communication-and 

http://wcftutorials.in/WCFSelfHosting.aspx

5. ASP.NET Session state management

http://www.codeproject.com/Articles/32545/Exploring-Session-in-ASP-Net 

6. AppFabric Caching provider

http://msdn.microsoft.com/en-us/windowsserver/gg675186.aspx 

7. Cert Generator - Encryption/decryption 

http://msdn.microsoft.com/en-us/library/system.security.cryptography.x509certificates.x509certificate2.aspx 

8. SQL to .NET DbType conversion

http://msdn.microsoft.com/en-us/library/cc716729.aspx 

9. RESTFull Application tutorial

http://rest.elkstein.org/ 

http://quandyfactory.com/blog/65/designing_a_restful_web_application/ 

 

10. MvcMockHelper

http://www.hanselman.com/blog/ASPNETMVCSessionAtMix08TDDAndMvcMockHelpers.aspx 

http://stackoverflow.com/questions/9624242/setting-the-httpcontext-current-session-in-unit-test

11. Implementing Repository

http://www.tugberkugurlu.com/archive/generic-repository-pattern-entity-framework-asp-net-mvc-and-unit-testing-triangle 

12. Threading

http://www.albahari.com/threading/part2.aspx 

13. Unit Test of MVC with Moq

http://www.dotnetcurry.com/ShowArticle.aspx?ID=767  

 

14. Meaning of different type of ASP tags <% <%= <%: etc

http://quickstarts.asp.net/QuickStartv20/aspnet/doc/pages/syntax.aspx 

15. Machine Key

http://msdn.microsoft.com/en-us/library/ms998288.aspx#paght000007_webfarmdeploymentconsiderations 

 http://www.c-sharpcorner.com/UploadFile/gopenath/Page107182007032219AM/Page1.aspx 

16. Session Attack And ASP.NET

http://software-security.sans.org/blog/2009/06/14/session-attacks-and-aspnet-part-1/ 

17. Forms Authentication on ASP.NET with  Load Balancer

http://msdn.microsoft.com/en-us/library/eb0zx8fc%28v=vs.100%29.aspx 

http://blog.appharbor.com/2012/02/22/asp-net-forms-authentication-considered-broken 

No comments:

Post a Comment