Thursday, 27 June 2013

jQuery.each() function

jQuery.each( collection, callback(indexInArray, valueOfElement) ) Returns: Object Description: A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function's arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named...
Continue Reading →

Thursday, 20 June 2013

"using" keyword in C#"

Two ways to use "using" keyword in C#" In C#,  using Keyword  can be used in two different ways and are hence referred to differently.As a Directive In  this usage, the "using" keyword can be used to include a namespace  in your programme.(Mostly used).As a StatementUsing can also be used in a block of code to dispose a IDisposable objects.(less used). Example A simple and straightforward ...
Continue Reading →

Wednesday, 19 June 2013

Whats New in CSS3

CSS3 Features: There are several new functionalities have been provided through CSS3. Functions such like opacity, Text-overflow, media queries and box shadows are some of the much attractive introductions. 1- With CSS3 you’ll be able to add not one, not four, but eight background images to a single element. 2- CSS3 is also addingborder-radius that may eliminate the need for images...
Continue Reading →

Tuesday, 18 June 2013

what is DTO

what is Data Transfer Object? A Data Transfer Object is an object that is used to encapsulate data, and send it from one subsystem of an application to another. DTOs are most commonly used by the Services layer in an N-Tier application to transfer data between itself and the UI layer. The main benefit here is that it reduces the amount of data that needs to be sent across the wire in distributed...
Continue Reading →

Thursday, 13 June 2013

ASP.NET - Web Services

A web service is a web-based functionality accessed using the protocols of the web to be used by the web applications. There are three aspects of web service development: Creating the web service Creating a proxy Consuming the web service Creating the Web Sevice: A web service is an web application...
Continue Reading →

Topics

ADFS (1) ADO .Net (1) Ajax (1) Angular (47) Angular Js (15) ASP .Net (14) Authentication (4) Azure (3) Breeze.js (1) C# (55) CD (1) CI (2) CloudComputing (2) Coding (10) CQRS (1) CSS (2) Design_Pattern (7) DevOps (4) DI (3) Dotnet (10) DotnetCore (20) Entity Framework (5) ExpressJS (4) Html (4) IIS (1) Javascript (17) Jquery (8) jwtToken (4) Lamda (3) Linq (10) microservice (4) Mongodb (1) MVC (46) NodeJS (8) React (10) SDLC (1) Sql Server (32) SSIS (3) SSO (1) TypeScript (3) UI (1) UnitTest (2) WCF (14) Web Api (16) Web Service (1) XMl (1)

Dotnet Guru Archives