Resources No resource found - Run And Stop Activity Indicator In Xamarin FormsMar 29, 2018. This article demonstrates the Run and Stop activity indicator in Xamarin.Forms application.
- Creating Stop Watch Android Application TutorialMar 08, 2018. Hello all! In this tutorial, we will learn how to create a Stop Watch android app, which will have basic features of a stop watch like, Start, Stop, Pause and Reset.
- Xamarin.Android - Stop Watch Seconds And MillisecondsDec 14, 2017. In this article, I shall show you how to make a simple stop watch app in Xamarin Android. A stopwatch is a handheld timepiece designed to measure the amount of time elapsed from a particular time when it is activated to the time when the piece is deactivated. A large digital version of a stopwatch designed for viewing at a distance, as in a sports stadium, is called a stopclock. In manual timing, the clock is started and stopped by a person pressing a button.
- How To Stop (Disable) Running App In The Background In Windows 10Sep 16, 2016. In this article, you will learn how to stop (disable) running apps in the background of Windows 10.
- Start And Stop Windows Azure Virtual Machines By PowerShell Sep 15, 2015. In this article you will learn how to start and stop Windows Azure Virtual Machines by PowerShell.
- How to Turn Off Cortana and Stop Personal Data Gathering in Windows 10Jun 20, 2015. In this article we will learn how to turn off Cortana and stop personal data gathering in Windows 10.
- How to Start and Stop Only One Particular Application Under Website Root NodeApr 24, 2014. This article explains how to start and stop only one particular application under te Website Root Node.
- How to Stop the Browser From Going BackwardNov 07, 2013. This article explains how to stop the browser from going backward.
- Move Stop Pause and Resume an Object in Windows Store AppAug 27, 2012. In this article I will explain how to do some operation in an object in Windows Store application using c#.
- Canvas Start And Stop an Animation Using HTML 5Apr 11, 2012. This article is very useful to understand the concept of starting and stopping an animation in a canvas.
- Windows Azure - Start And Stop an Existing Application in Azure Management PortalJul 12, 2011. In this article we are going to see how to Stop and Start an Azure Application using the Windows Azure Management Portal.
- How to start or stop a Windows Service using C#Aug 04, 2010. How to start, stop, pause or restart a windows service dynamically using C#.
- How to Start and Stop Database Engine in SQL 2005Jul 16, 2008. This article will show how to start, stop and restart the database engine in SQL Server 2005.
- Simple Stop Watch Using C#Jul 21, 2004. In this article I will discuss how to create a Stop Watch application using C# and and GDI+.
- Stop The Inherit Permission For List In SharePoint OnlineJan 04, 2018. In this article, I would like to share the steps to stop the inherit permission for List from the top level site in SharePoint Online environment.
- When SharePoint 2013 Site With .Dev Extension Stops Working In ChromeDec 18, 2017. In this article, I’ll explain how our SharePoint 2013 site with extension “.dev” stopped working in CHROME browser
- Stop Using VAR Everywhere And Think Before Using Underscore With Private Variable In C#Jun 06, 2017. When to use underscore(_) or not with the private member variable; why we shouldn't use var everywhere; when must we use 'var'; when can't 'var' be used. Why we need to follow best practices guidelines.
- Stop Reinventing The WheelMay 25, 2017. Software Teams... Stop Reinventing The Wheel
- Stop Inheritance Permission In SharePoint Document LibraryMar 17, 2017. Stop Inheritance Permission In SharePoint Document Library.
- SharePoint 2013 - Followed Count Webpart Stopped Working In My SiteAug 14, 2016. In this article, you will learn about the solution for the problem when followed count Webpart stopped working in my Site in SharePoint 2013.
- Stop User From Creating Activities For Closed Records - Quick TipApr 06, 2016. This article is about stopping user from creating activities for inactive records in CRM.
- Create Stopwatch Demo In Windows 10 UWPJan 18, 2016. In this article we will see how to use Stopwatch in the Windows 10 universal app.
- The Web Developer Checklist: A One-Stop-Shop For Improving The WebOct 27, 2015. In this article you will learn about Web Developer Checklist and how to Improving the Web.
- Stop Following a Document Using RESTMar 26, 2015. This article shows how to stop following a document (using REST) that is already followed by the user.
- Retrospection Start-Stop and Continue Methodology in AgileJan 28, 2015. In this article you will learn about the Retrospection, Start-Stop and Continue Methodology in Agile.
- Stop Sharing a Drive/Folder by Using Windows InterfaceMay 20, 2013. In this Article you will learn about How to Stop Sharing a Drive/Folder by using Windows Interface.
- Stop Using Location Information in Windows 8Nov 23, 2012. This article helps you to maintain security or privacy of location information from spying in Windows 8.
- Stop Apps Spying On Your Location in Windows 8Nov 21, 2012. In this article we are explaining how to stop apps from spying on your location in Windows 8.
- Tab Stops in GDI+ Dec 28, 2009. In this article I will explain about using Tab Stops in GDI+.
- Bulletproof Disposable Types In .NET CoreJan 14, 2018. Whenever I do code review on .NET projects, hands down the number one issue is developers not calling .Dispose() on disposable objects. Ever since .NET was released, I have been preaching how important this is. If not done properly, it’s most likely to create virtual memory issues that will eventually cause the application to stop and possibly freeze server or users’ computer.
- Integrate Angular 5 With Visual Studio 2017Jan 02, 2018. If installation file finds any open Visual Studio instances it will stop the installation and ask us to click on “EndTask”, by clicking , it will close the all the instances of Visual Studio.
- How To Start VM Automatically In AzureSep 29, 2017. Virtual Machines provides flexibility to install and configure anything, any time and use it as you want. As well as all these features, VMs are costly so developers or managers of VMs needs to make the cost effective, for this Azure provides Automation Scripting to start and stop a VM automatically so that it will be cost effective besides it is flexible.
- SharePoint Permissions Issue - Deny - Add And Customize PagesSep 09, 2017. A day before everything was working fine in the application and later on, everything stopped working because of a permissions issue. Users reported that they were not able to see documents, web parts etc. It was discovered that my client IT Administrator had done some permission changes and now that needed to be fixed. Let’s discuss systematically what the issue was and how to resolve it.
- Dependency Injection - Part One -Tightly Coupled ApplicationAug 07, 2017. It is a best practice to use interfaces instead of concrete classes. These interfaces can then be mocked at the time of unit testing, which will prevent any call to the actual database. Also, it is a good practice to stop "newing-up" objects in classes.
- Running Windows Containers On Windows Container HostsAug 03, 2017. In this module, we will be seeing the different commanding techniques that can be used to work with the containers. We will check on how to start and stop a container, and to run them interactively or even in the background.
- SQL Server - ServicesApr 10, 2017. MS SQL Server provides services which are mandatory for database creation and maintenance.
This article shows how to start and stop Services, using different types of methods.
- SharePoint 2016- "Set-ContentDatabase" Not Working Using Pipe LineJan 16, 2017. In this article, you will learn what to do when "set- ContentDatabase" command stops working when using Pipe Line.
- Create Your Own HttpHandler In C#Sep 26, 2015. The purpose of this article would be to implement HttpHandler in order to allow file download only by logged in users and stop for anyone else.
- Set and Clear Timeout Using $timeout in AngularJSJul 26, 2015. This article explains how to set and clear a timeout using $timeout in AngularJS.
- What to do if Shortcut Key CTRL + R Does Not Work in SQL ServerMay 12, 2015. In this article, we will go through the uses of CTRL + R Key in SQL Server. Here, we will also look at the solutions for when a key stops working in SQL Server.
- ServiceController Class in Windows ServiceApr 24, 2015. This articles explains the ServiceController. The ServiceController component is used to fetch the installed services and manipulate the state of the service. We can start and stop a service using the Service Controller and can pause and continue its functioning.
- Threading Step by Step, Resume, Suspend, AbortNov 21, 2014. In this article we learn what a thread is and why we need them.
- Prevent Dragging From a Specified Area Using jQueryMar 26, 2014. This article shows how to prevent dragging from a specific area using jQuery.
- Prevent Dragging To a Specified Area Using jQueryMar 26, 2014. In this article I will tell you how to prevent dragging to a specified area using jQuery.
- Code Coverage and Unit Tests in VS2012Sep 09, 2013. This article explains when to stop writing Unit Tests of something, such as a simple function.
- Few Ways to Prevent Instantiation of ClassMay 09, 2013. Let’s go with very interesting facts about oops. There are few ways Stop Instantiation of class.
- Logout From Microsoft Account in Windows 8Mar 02, 2013. In this article we explain how to stop all Microsoft online services on Windows 8.
- My Favorite 5 Icenium FeaturesDec 30, 2012. Icenium Cloud based IDE has been launched and I found this “one stop solution” to create Hybrid applications or cross-platform applications very impressive.
- How to Kill Process in Windows 8Nov 28, 2012. In this article we are going to explain how to kill a process in Windows 8 using the Task Manager.
- Disable Search Indexing in Windows 8Jul 28, 2012. This article describes how to disable Search Indexing in Windows 8.
- Calling an ASP.NET C# Method (Web Method) Using JavaScriptJul 21, 2012. Another title of this post would be “Say bye-bye to Postbacks”. Sometimes we need to stop annoying post-backs on ASP.NET Web Pages. For example, when one click the ASP.NET button on webpage, by default page gets post-back. So, how we stop this by keeping proper code-behind method calls. Let’s look at one case.
- Moving Ball Animation in Windows Phone 7Mar 13, 2012. In this article we will show an animation of a moving ball in a Windows Phone application through the application bar code buttons start and stop.
- Windows Management Instrumentation (WMI)Oct 15, 2011. In this article we are going to write a windows forms application that helps us to retrieve a list of services on a remote computer and operate on them(start/stop).
- Multithreading in C#Jul 26, 2011. In this article we will learn how to create threads in C#, start and stop them and define their priorities.
- WPF-Validations On All Database OperationsApr 27, 2011. This article shows how to use validation whenever a user enters data. By using validation you will stop entering the wrong data into the database and avoid exceptions.
- Media Element in WPFFeb 22, 2010. In this article we will see how to use Media Element in WPF and we will explore some of the basic functionalities such as Play, Pause, Stop, Back and Forward.
- Running the SQL Script File By Using The System.Diagnostics.Process ClassJan 20, 2010. Process Class Provides access to local and remote processes and enables you to start and stop local system processes.
- Rectifying MACHINE CHECK EXCEPTION Error Message in Windows XPMay 18, 2009. A STOP error message in Windows XP is typically caused after your computer encounters a serious system error. Two major consequences that you might face after the occurrence of a STOP error can be unbootable hard drive and data inaccessibility.
- WPF ComboBox doesn't bind correctly - Binding to Nullable Ints Jun 07, 2007. If you have been working with WPF and have had issues with your ComboBox or any list control binding then you can stop pulling your hair out.
- Service Management in C#.NETMay 31, 2006. This article discusses how to create a Web Application to manage the services running on our system.
- Birthday Wish Scheduler in C#Feb 02, 2006. In this article we are going to see how to build a windows service for fetching record from database and wishing the person whose birthday falls on that particular day.
- Windows Services Admin: Control Your Windows ServicesMay 20, 2002. In this article, we will create an application to control Windows services on our local computer as well as on remote computers. You can simultaneously Stop or Start multiple Services on the local computer or on the specified remote computer.
- Multithreading Part 2: Understanding the System.Threading.Thread ClassApr 08, 2002. In this article we will study the .NET threading API, how to create threads in C#, start and stop them, define their priorities and states.
- Timer Control Aug 22, 2001. The sample project attached with this article shows how to use the Timer control available in .NET and C#.