SELECT
C.CategoryID
,
CategoryName ,
CASE WHEN ABS(DATEDIFF(W,GETDATE(),R.CreatedDate)) <= 5 THEN 'New' ELSE '' END AS 'NewReq' ,
CategoryFolderName
FROM Master.Catagory C
Here you will find about .net technology. also can get example about MVC.net and jquery.
Abstraction in C# is a fundamental concept of object-oriented programming (OOP) that allows developers t...
No comments:
Post a Comment