Kailash Singh's Blog

Read technical articles, development guides, and software engineering insights published by Kailash Singh on NiceOneCode.

Angularjs provides angular.forEach function that invokes the iterator function that iterates or loops through each item in an array or object.
Views: 3130
Comments: 1
Like/Unlike: 2
Posted On: 24-Dec-2017 01:47
Kailash...
206 Points
23 Posts
Most of us know the power of pagination when there is large data. Mostly we pass items-per-page and page-number as parameter to a server side method and returns items equal to items-per-page using skip/take mechanism. we always used a quick and dirty implementation. This article will help you to generate optimized pagination in a general solution.
Views: 2418
Comments: 0
Like/Unlike: 2
Posted On: 04-Oct-2017 09:09
Kailash...
206 Points
23 Posts
The querySelectorAll() method returns all elements in the document that matches a specified selector(s), as a static NodeList object. The NodeList object states a collection of nodes. It can be accessed by index numbers. The index starts at 0.
Views: 1654
Comments: 1
Like/Unlike: 2
Posted On: 14-Sep-2017 21:08
Kailash...
206 Points
23 Posts
We can redirect a web page via JavaScript methods. In JavaScript, window.location or simply location object is used to get or set information about the location of the current web page (document). If you want to redirect another webpage by using JavaScript, this article will be helpful.
Views: 1686
Comments: 0
Like/Unlike: 0
Posted On: 19-Jun-2017 06:22
Kailash...
206 Points
23 Posts
Most of the current major browsers limit the number of simultaneous connections per each hostname to six. That means that while six requests are being processed, additional requests for assets on a host will be queued by the browser. Bundling and minification techniques were introduced in MVC 4 to improves load time by reducing the number of requests to the server and reducing the size of requested assets (such as CSS and JavaScript).
Views: 2407
Comments: 1
Like/Unlike: 0
Posted On: 04-May-2017 23:51
Kailash...
206 Points
23 Posts

Technical Articles, Tutorials & Development Guides

Explore step-by-step programming tutorials, migration guides, troubleshooting solutions, architecture discussions, and coding best practices written by Rahul Maurya.

Whether you're building enterprise applications with ASP.NET Core, designing APIs, working with cloud technologies, optimizing database performance, or exploring AI integrations in .NET, you'll find practical examples and production-ready solutions throughout these articles.

New articles are published regularly to help developers stay current with modern software development trends and Microsoft technologies.

 Log In to Chat