Using PowerShell to add new child node in element
Code template: ‘ParentElement’ is the name of the element which you want to add the new child to. Always remember to save the file or it will not be updated.
Code template: ‘ParentElement’ is the name of the element which you want to add the new child to. Always remember to save the file or it will not be updated.
As a developer who thinks in C# but who works with VB from time to time, I tend not define if a parameter is ByRef or ByVal unless I have to. I have also at times needed to describe why an application wasn?t breaking when I was assigning a value to an object?s property in a called function… Read More »
If like me you work behind a firewall you may find Bower is unable to install packages. To enable this open up ‘GIT CMD’ and run: git config –global url.”https://”.insteadOf git:// Then restart Visual Studio and retry.
This is a simple how to (code provided), on quickly setting up a SignalR Hub to broadcast server raised events to?clients
Here is some code to add a textbox to search a kendo grid, which as a user types filters (client side) the data which?the grid is bound to. As you will be using the textbox?class?to attach the event which will be raised when the user types and setting the id of the grid and the fields which you… Read More »