Posts

Create dynamic where condition with select statement in SQL SERVER

https://youtu.be/-o-UySx9i4I

How to encrypt the password in web.config when we are providing the connection string in web.config file

https://www.aspsnippets.com/Articles/Encrypt-and-Decrypt-Connection-Strings-in-WebConfig-file-in-ASPNet.aspx https://www.codeproject.com/Tips/795135/Encrypt-ConnectionString-in-Web-Config

DIFFERENCE BETWEEN AN ABSTRACT CLASS AND AN INTERFACE

http://www.neerajcodesolutions.com/2013/08/difference-between-abstract-class-and.html

Python Books

Enjoy Python From Web Development to Gaming, From Big Data to Data Mining, From Computer Science to Data Analysis. Do Everything with Python, Enjoy. https://drive.google.com/folderview?id=0B-naBPVFnJB-TDJ4NFFrQWdpLW8

Unit of Work

https://docs.microsoft.com/en-us/aspnet/mvc/overview/older-versions/getting-started-with-ef-5-using-mvc-4/implementing-the-repository-and-unit-of-work-patterns-in-an-asp-net-mvc-application#implement-a-generic-repository-and-a-unit-of-work-class

How to delete a set of duplicae records with out deleting original records

http://www.neerajcodesolutions.com/2016/11/delete-duplicate-rows-from-table-in-sql.html