AngularJS directives are extended HTML attributes with an ng prefix. For example, the ng-init directive initializes AngularJS application variables. Sample AngularJS code snippet is given below: <div ng...
Category - Featured
What is Mean by Cross-Origins and Same-Origins? | HTTP Interview Question
Two URLs have the same origin if they have identical schemes, hosts, and ports. (RFC 6454) These two URLs have the same origin: These URLs have different origins than the previous two: – Different domain –...
What is Routing in ASP.NET MVC? | ASP.NET MVC Interview Question | ASP.NET MVC Programmer Guide
In case of a typical ASP.NET application, incoming requests are mapped to physical files such as .aspx file. ASP.NET MVC framework uses friendly URLs that more easily describe user’s action but are not mapped to...
What is Server Push in SignalR? | SignalR Interview Question | SignalR Programmer Guide
SignalR supports “server push” functionality, in which server code can call out to client code in the browser using Remote Procedure Calls (RPC), rather than the request-response model common on the web...
What is SignalR? | SignalR Interview Question | SignalR Programmer Guide
ASP.NET SignalR is a library for ASP.NET developers that simplifies the process of adding real-time web functionality to applications. Real-time web functionality is the ability to have server code push content to...
What is the Use of AngularJS Controllers ? | AngularJS Tutorial | AngularJS Interview Question | AngularJS Programmer Guide
AngularJS applications are controlled by controllers. The ng-controller directive defines the controller. The controller code will execute when the page loads. AngularJS Controller by Example <div ng...
What’s New in ASP.NET MVC 4 Mobile Template? | ASP.NET MVC Interview Question
Smart Phones & tablets touch got smart by using new jQuery.Mobile.MVC NuGet package. The jQuery.Mobile.MVC NuGet Package for tablets and smart phones helps you to achieve the mobile project template touch optimized...
Which Scenario SignalR Can be Used? | SignalR Interview Question | SignalR Programmer Guide
SignalR can be used to add any sort of “real-time” web functionality to your ASP.NET application. Any time a user refreshes a web page to see new data, or the page implements long polling to retrieve new...
How to make AngularJS Compatible with HTML5 ? | AngularJS Tutorial | AngularJS Interview Question | AngularJS Programmer Guide
AngularJS directives are HTML attributes with an ng prefix. You can use data-ng-, instead of ng-, if you want to make your page HTML5 valid. <div data-ng-app=“” data-ng...
Secure Password Generator Online | Generate Strong, Secure, Safe and Unique Passwords Online
The password generator uses the secure bcrypt algorithm to create strong passwords that are also unique for every site. You just have to remember a single passphrase (master password) and the tool will create different...