.NET: Exploring the Latest Features and Technologies - Powering the Future of Software Did you know that .NET applications power over 60% of the world's enterprise applications? This statistic underscores the massive impact and widespread adoption of .…
Continue Reading
C#

Create select 2 dropdownlist in asp.net c#
August 30, 2017
3
What is select 2? Select2 provides you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other features. It supports following features In your language Select2 comes with support for …
Continue Reading
Embed one dll inside another as an embedded resource
May 31, 2017
0
Situation : When we need to deploy one application which is dependent on other assemblies(dll), and if we forget to attach it to our zip it becomes headache in midnight build time. To overcome this what we can do is embed dll as a resource. Below are the st…
Continue Reading