Archives for Software Dev - Page 37
Tableau Server–Internal Users versus External Users
Tableau is a great product for creating and publishing visualizations. Internal users (part of your corporate domain) can publish visualizations – which the entire world (public users) can access. This…
Windows 10 Wifi
Just when I was getting used to Windows 10 (DEFINITELY an improvement on Windows 8), I started encountering frequent disconnects and dropped connections. Here are a few things to try:…
Quick troubleshooting of slow responsiveness on an IIS–SQL Server app
On the very first set of requests – monitor the incoming requests (by running a SQL profiler trace). In conjunction, on the IIS server, you may need to run a…
Resource Management Software
Does your corporation ever struggle to track its resources better? Does it continue to rely on spreadsheets to handle these critical resource planning issues? Enter PSA - Professional Services Automation…
Kendo UI versus jQuery UI
This is an (ongoing) compilation of some Kendo UI features (mainly GRID related) that have helped me save time (over doing it with jQuery UI) Offline Data Persistence InLine Grid…
TOGAF versus Zachman versus FEA
Zachman tells you how to categorize your artifacts. TOGAF gives you a process for creating them. TOGAF complements Zachman - and isn’t in competition with it. TOGAF views the enterprise…
SSL versus SSH and sFTP versus FTP
There are two different types of secure file transfer protocols which are in widespread use: Firstly, there is an enhancement to standard FTP (as defined in RFC 959), which…
GroupBy in LINQ
The group clause enables you to group your results based on a key that you specify. For example you could specify that the results should be grouped by the City…
Agile versus Scrum versus SAFe–Some notes
Agile is a development methodology - without a specific implementation. Prior to agile, developers worked in silos without cross collaboration. Agile introduced cross functional teams as well as concepts like…
UML diagrams
Class Diagram UseCase Diagram Activity Diagram Use Case Diagram