nareshsh

Stories submitted by nareshsh

Code Access Security - Implementing publishers based security(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 5 months ago

This article explains how to implement publishers based security using digital certificates. read more...

add a comment |category: |Views: 8

tags: another

Enhancements in Assemblies and Versioning in Visual Studio 2005(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 5 months ago

The article discusses a couple of features introduced for assembly and versioning in Visual Studio 2005 such as referencing assemblies, registering assemblies to GAC, digital signing and friend assemblies. read more...

1 comment |category: |Views: 3

tags: another

C# Friendly Assemblies: Looking at building Truly Reusable Components(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 5 months ago

This article discusses how we can hide our base class implementation and require referencing of our objects through their interfaces. This keeps our own projects loosely coupled and also allows us to publish our assemblies as truly reusable components because they are 100% “Black box”. read more...

add a comment |category: |Views: 9

tags: another

Capturing File Information(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 5 months ago

This article describes a simple approach to capturing and displaying file and file version information. read more...

add a comment |category: |Views: 2

tags: another

Introduction to the Assembly Concept(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 6 months ago

This is a brief introduction to the assembly concept, it shows importants issues for a programmer to know. read more...

add a comment |category: |Views: 5

tags: another

Dynamic building and execution of assembly using CodeDome & Reflection(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 6 months ago

This article shows how to enter code, compile it , execute it and apart from that access code and data member from the main or other referenced assembly during runtime. read more...

add a comment |category: |Views: 8

tags: another

Access AssemblyInfo file and get product informations(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 6 months ago

This article tells you that .Net have the assemblyInfo file for every project and also have custom attributes to access the asseblyinfo file attributes. read more...

add a comment |category: |Views: 3

tags: another

Part III: Step by step procedure of how to install an assembly(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 6 months ago

This article is as in the part I and II describes the maner of how to install an assembly. read more...

add a comment |category: |Views: 1

tags: another

Part IV: Step by step procedure of how to install an assembly(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 6 months ago

This article continue to explain how to install an assembly as the part I,II and III. read more...

add a comment |category: |Views: 0

tags: another

Installing an Assembly: Part II Using the Global Cache (c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 6 months ago

This article explains installing an Assembly using the Global Cache. read more...

add a comment |category: |Views: 5

tags: another

Step by step procedure of how to install an assembly: Part I(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 6 months ago

This step by step tutorial will guide the programmer to install his assembly in the GAC. read more...

add a comment |category: |Views: 1

tags: another

How to : Add an autonumber column in a DataGridView(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 7 months ago

A simple tutorial to add an autonumber column in a DataGridView. read more...

add a comment |category: |Views: 72

tags: another

Import Data from Excel to a SQL Server database(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 7 months ago

This article mainly describes about how to import the data from Excel sheet to the SQL Server database. read more...

add a comment |category: |Views: 21

tags: another

Choosing a technology for your data access tier(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 7 months ago

What are the criteria that software architects and developers should consider when choosing a technology to build their database access tier? read more...

add a comment |category: |Views: 15

tags: another

Query Analyzer for Oracle(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 7 months ago

What are the criteria that software architects and developers should consider when choosing a technology to build their database access tier? read more...

add a comment |category: |Views: 7

tags: another

Using NHibernate(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 7 months ago

NHibernate is an open source project for Object/Relational mapping to persist objects in a relational database. This article is a step by step tutorial on how to work with NHibernate. read more...

add a comment |category: |Views: 19

tags: another