In Oracle, it is created with help of FORCE VIEW with Create command. But, In case of MS SQL, it is not possible to create a View on table/view that is not exist in database.
[More]
SignalR is new buzz in development technology. It is not going to replace asp.net but works for asp.net. It is a technology ( in more technical words it is a library) that facilitate us to add real-time functionality into our asp.net based applications. It is very useful where high time/real time update is required like online group gaming, chat, stock trade etc.
[More]
CS or CSE is just like a superset of IT, it has more specialization than IT and must be preferred choice. It opens broader scope in terms of higher education, government job compare to IT. MSc (CS) vs MSc(IT) BTech(CS) vs BTech(IT)
[More]
IGNOU's DEC has been dissolved wef 4 May 2013 and UGC is now main regulatory for Open & Distance Learning. Be smart while choosing institution or University for distance mode technical courses.
[More]
After successfully organizing an in-person Chapter Meet in Chandigarh, I am going to organize a Webinar (Live-meeting) on Windows Phone Apps Development.
[More]
It was the first event in beautiful city Chandigarh from C#Corner. In June month only, I took the in
[More]
I am excited to share you that on Saturday, 29th June’13, I will be conducting a session on &l
[More]
JSON(Java Script Object Notation) is syntax and can be said a data transfer pattern like XML but it is very simple as compare to XML’s structuring with nodes and attributes.
[More]
There could be many ways to update or change the serial number value in existing list. Using LINQ, we can update the serial number without using our normal loop. This can be done with help of Lambda Expression as below -
int rowIndexNumber = 0;
myExistingList.ToList()
.ForEach(row...
[More]
WCF services writing and consuming related basic points are as in short -
Service : A service is a unit of functionality, available to the world on some contract or deal.
Client : A Client is nothing but a service consuming party. It uses the required protocols to consume/use the exposed s...
[More]