Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Dependency resolution process in spring framework

The Spring IoC container performs bean dependency resolution : The ApplicationContext is created and initialized with configuration metadata that describes all the beans. Configuration metadata can be specified via XML, Java code or annotations. Fo

Arrays in C#

Array in C# works as it works in any other language except few differences. When we declare an array we must use a square bracket ([ ]) after the data type. int[ ] number Unlike c arrays, in c# size of array is not part of its type. This allows u

Changing Admin Password Through Database

How to Change Admin Password Through Database? Hello reader's ! In this tutorial I will guide you about "how you can Change Admin Password through database". SO read the complete tutorial and follow the steps and implement it same in your WordPress

Joomla- adding sortable columns to a table in a component

Adding sortable columns to Users Table in Admin section <th class="left"--> <!--?php echo JHtml::_('grid.sort', 'Candidate Number', 'candidate_number', $listDirn, $listOrder); ?--> </th> Adding sortable columns to a table in

.Net some good coding practices

Code practice for Readability Avoid unnecessary regions in class : A class is based on Single responsibility principle. We provide regions in class to surround block of code. I could be single or multiple methods. Regions makes it easier to naviga

Spring Security multiple entry points

It is possible to create more than one entry point in spring security by assigning the different roles here the code script configuration of springsecurity-context.xml. springsecurity-context.xml <beans:beans xmlns="http://www.springframework.o

Garbage Collection in .Net

"Garbage Collection in .Net"     Memory Management is one of the major concern for every Application, In .Net the CLR is responsible for that. Overview:   Garbage Collection is an automatic process of freeing up t

How to perform method hiding in ASP.NET C#

Hello all, To understand the concept of method hiding C# lets consider an example where we have class (User) that have some properties and methods. Ex. public class User { public string fisrtName { get; set; } public string lastName { get; s

How to customize Keyboard shortcuts in Visual Studio

"Find and Customize Keyboard shortcuts in Visual Studio" As the use of shortcuts while development saves alot of time. In this article we will see how we can identify and customize the keyboard shortcuts in Visual Studio. Getting Started: Step 1

Agile Methodology

Agile Methodology Agile methodology is a method to deliver software at a very high speed with following benefits: 1) Less communication gap between the team members. 2) Requirement changes exists. 3) Requirements are more clear. 4) Customers are in

1 48 76
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: