10. February 2015
Anil Kumar
C#
In case of Parallel programming, there must be multiple threads otherwise how can that get processed/done in parallel. In this case programmer have more control over threads/cores of CPUs. If we say that Asynchronous is of no-wait time & continuous execution then this clears itself that we all talking about a Single threaded mechanism.
[More]
16. January 2015
Anil Kumar
General
Chaudhary Charan Singh University, MeerutDate-sheet 2015 for all exam is out!
[More]
6. January 2015
Anil Kumar
MS-SQL
Jdbc Java driver doesn't have any direct support for Table Valued Parameter (TVP) in MS SQL Server's stored procedure.
[More]
Is it possible to create a WCF project and host it in IIS without using a .svc file? Yes, indeed. It can be done using Microsoft's great feature which is available since .net version 4.0
[More]
19. December 2014
Anil Kumar
VB.Net
Delete all empty or blank rows from DataTable in vb.net (none of columns of that row holds any value)
[More]
8. December 2014
Anil Kumar
C#
In short, when an expression references a constant, the value of constant is obtained at compile time only, it means all expressions replaced with constant value. But, If expression is referencing a Readonly field then the value of field is obtained at runtime.
[More]
If you are a developer, this book is sure for you. It has been written in that prospective. Each topic has been explained with "How to do it" and "How it works" sections that are really very helpful.
[More]
Whenever a software expert get interview call to demonstrate his technical skills or expertise, he goes through a mind making phase to crack the interview. The applied position could be anything from software programmer to technical lead. Architect level interviews are quite different and involves higher level of management too.
[More]
Making a to-the-specific and to-the-point document (resume/CV) that represents you, is not so hard. Even it doesn't requires professional's touch too. Whenever you start writing your CV, read and read your materials with recruiter’s eyes.
[More]
Future trend can’t be precisely predicted but a guess work around it. We are going to see SPA as the new trending technology after asp.net Web Forms and MVC.
[More]