w3ka dev - share the knowledge .NET
Kill process holding a port / listening on port
›
Using Command Prompt (cmd.exe) execute the following: netstat -aon |find " [port] " ex. netstat -aon |find "8080" ...
Case insensitive filtering of OData service in SAPUI5
›
Filtering JSON model is case insensitive, but for OData models this is not the case. OData service filtering is case sensitive by design. In...
How to keep HTML table rows undivided by page breaks when printing HTML into PDF?
›
When printing large HTML tables it happens that a row gets wrongly divided between two pages. In order to solve this we can instruct the pr...
Javascript delete property vs. nullifying it?
›
Let's start with a simple object: var person = { firstName: 'John', middleName: 'D.', lastName: 'Doe'...
What is ECMAScript and ES6, ES7, etc.?
›
ECMA is an association for standardizing information and communication systems. ECMA standardizes JavaScript under the name of ECMAScript. ...
How to redirect permanently to a different domain with ASP.NET?
›
The redirect forwards the users and respectively the search engine to a new url. The redirections can be achieved in various ways. Commonly ...
A quick guide how to write safe SQL scripts
›
This is quite trivial but I am going to provide few common examples how to ensure safe multiple run of sql server scripts. Of course we have...
How to check if JavaScript function exists?
›
Checking if function exists differs from the regular object checking. In order to ensure a function exists you can use typeof operator for t...
Rebuild SQL database indexes
›
In this article I will not be going through the matter of indexes.The purpose of the post is to provide a quick reference to a manually tri...
Change Collation of a Mirrored Databse
›
If you have already tried this directly you have probably seen messages like the action is not available on databases involved in mirrorin...
Windows God Mode
›
What is that? This is your windows command center with a lot of configurable setting to control your windows. It is simple to be the Wind...
Speed up Visual Studio in few easy steps
›
1. Delete C:\Users\[username]\AppData\Local\Microsoft\WebSiteCache content 2. Delete C:\Users\[username]\AppData\Local\Temp\Temporary ASP.N...
Easy way to write messages in javascript console without firebug
›
Very simple solution w/o any prerequisites. No need to install anything like firebug or javascript library to log activities. function wri...
The Fastest Bitcoin Exchange MCXNow is Back
›
The fastest and maybe the most reliable bitcoin exchange MCXNow has been reopened. Just for a few days it got all its users back and even ...
How to move windows between monitors with Windows 7
›
I had this problem for some time. I use multiple monitors and my video settings are set always like that, even when I do not really need all...
›
Home
View web version