
Search In
"C# Naming Conventions and Coding Standards"
Naming Convention:
Basicaly three types of naming conventions are used in C#, Camel, Pascal and Hungarian.
We should use PascalCasing for class names and method names:
Example:
Few days back, I was working on a project where I have to create nested comments on a articles and on showing the article I was needed to show all the nested comments in its hierarchy.So I used closure_tree gem to achieve that. So lets see how I impl
There are several points which we have to keep in mind while developing Asp.Net MVC application.
Some of them are given below:
1. Remove unnecessary references- When we create a project there are many references which are added automaticall
Social Media is the secret ingredient to generate new leads and traffic for your business.
Social media tools have the capability to monitor, analyze and manage information related to a number of social media accounts through a singl
JavaScript is extremely helpful when you require information elucidation and control on the customer side. JQuery is a standout amongst the most prominent and valuable JavaScript libraries. Web designers adoration to utilize JQuery and we use the sam
As a web designer i bought ink to this article to remind us all that
why we're using icons on the websites we create. Many of us has a perception that it has become an obvious case to include them in our projects as a matter ofcourse.
We see numbe
The C Preprocessor not the compiler part, but it executes as compilation occurs.
C Preprocessor is just a text substitution tool that tells the compiler to do required pre-processing before the actual compilation.
&n
A news server is a set of software used to handle Usenet articles. It may also refer to a computer itself which is primarily or solely used for handling Usenet.
A reader server provides an interface to read and post articles, generally with
PHP has a large number of variable the are defined already.
PHP provide an additional set of predefined arrays containing variables from the web server.
PHP superglobal
1. $GLOBALS- It got the reference to every variable in the global scope.
<
Hello, readers, this is a small blog on how to rotate in CSS3 around its axis. To achieve this we will make a file index.html. Copy the below-written code in this file.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
&l