DevStudent
Microsoft Technologies for Developer Students by Sudhir Chekuri
Saturday, 10 March 2018
JavaScript Part-12 Closures
›
A closure in JavaScript is an inner function that has access to its outer function's scope, even after the outer function has returned ...
JavaScript Part-11 IIFE ( Immediately invoked function expressions )
›
IIFE ( Immediately invoked function expression ) is a function that's executed as soon as it's created. It is a self invoking anony...
1 comment:
JavaScript Part-10 Event handlers
›
Event handlers are used to execute a function based on the action performed by the user like onclick, onload, onmouseover etc In the b...
14 comments:
JavaScript Part-9 Calling function in a function
›
Two functions named as first and second are created then i called both functions in other function called start. On the page load "s...
6 comments:
Wednesday, 14 June 2017
C#.NET Interview Questions and Answers
›
1. What is C#.NET? Ans: C#.NET is an object oriented programming language used as code behind language to create .NET applications. 2. ...
Saturday, 18 March 2017
3 layer architecture
›
Create website- ASP Project Create class library - BAL Create class library - DAL Add references as below: BAL in ASP Project DAL ...
Wednesday, 15 March 2017
Developer Unit Testing
›
Unit testing is done by the developer to check your code is working as expected or not. It is called unit testing as the developed functio...
›
Home
View web version