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

Search In

ASP.NET : Class vs Structure in C#

 Class vs Structure in C# 1) Class variables and structure variables are stored in different memory location. Class variables are stored on heap whereas structure variable are stored on stack.   Explanation of how class variable and stru

Exploratory Automation Testing: To Use or Not to Use - An In-depth Analysis

  Agile development has evolved quickly over the last 20 years, providing a fundamental shift in how products can be delivered to users. It is based on the concepts of collaboration, flexibility, and transparency for the entire development pr

SVN Vs GIT: Which Version Control System Is Best For Your Software?

Version control systems are an integral part of software systems. They work to efficiently combine your many project files and the history of all code changes made during each project. This allows the ability to understand and edit your code over tim

Best Practices : Version Control

Irrespective of the technologies used like .Net,Java or PHP software versioning plays a critical role in software development. In this blog we will go through a set of best practices for successful implementation of version control in an organization

User defined data types c#

Data types can be used as return data type or datatype. The syntax can include any C# data type as well as user defined data types. It can be an array or object. Or even it doesn't need to return a value. We can define and use STRUCTURE as data type

C# : What's the difference between String and string.txt ?

string is an alias in C# for System.String. Hence internally, there is no difference. It's like int vs. System.Int32. Even though both are same it's generally recommended to use string any time you're referring to an object. e.g. string place = "te

Is it possible to run program without main method?

Can we execute a program without using main? Answer is yes, we can run a program without using main with the help of static block. Lets see about static block first. Static Block: It is block which can be used to give initial values to the static

Inspection in Software Testing

Its a method of verification.The objective of inspection  is to find defects in the code or product, thus improving the quality of the work. A thorough word by word checking of a software product(or part of a product) with the intention of: &n

Project Management Skills, Methodology & Development Process to Follow by Managers

Project management is an important task in which project managers are responsible for managing and delivering the project on time, under budget. In simple term, it is the art of getting something done ahead of deadline, up to quality standards, and

Proxy Load Balancer settings for apache

Apache server has been most popular web server to host sites and has loads of modules that can be used for the special cases. We once came across a scenario where the IP for the live application was to be changed but that would need the app to be up

1 2 4 13
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: