
Search In
In previous tutorial we discussed refactoring code and decorators pattern. In this tutorial we will take our discussion further to form objects pattern. We use forms in our application to take inputs from user. The form data is received in our contro
This is an introductory post on how to use the async and await keywords in C# to create asynchronous background tasks. It is a common practice to use multi-threading and asynchronous tasks to avoid performance bottlenecks and to keep the applicat
Many times during SQL server development we need to search for a stored procedure containing a specific text. This helps in checking for dependencies for objects in stored procedures or sometimes we might be simply interested in searching for a hard
Side MenuBar or menu list is used to provide a list to the user so that user can easily move to those pages according to the need. Here is an example of including menubar in the application with the help of a superclass REFrostedViewCotroller
Many a time we need to take a screenshot of a screen on an iOS device. So In this blog, we will discuss how to capture a screenshot of a particular screen through an application and with the help of an example this concept can easily be understood.
Repository class using spring-mvc:
As we know that Spring Framework is famous for it's loose coupling architecture. Spring provides a annotation called @Repository, it marks the class, and tells container that this class will be used as a Repository
AI is transforming the workplace as we know it today. Some of the ways in which this is happening can't be overlooked. You can learn more about them here.
Some business analysts believe that artificial intelligence (AI) is already influe
A whopping 98 percent of businesses in the UK are operating online using multiple platforms, including websites, emails, and social media. Businesses risk their privacy to gain exposure to potential customers. And with the growing threats and risks o
If you are developing a website then you must have a login sign-up page that stores the users information in the database then it is responsibility of the person to make the database more secure i.e. the password must be secured so that nobody can ha
While handling postback when we have pages with large data have scrolls .So when doing that postback occurs and the position where last scroll is done gets lost by the browser.
So for doing that we can use the page property which can make the thi
