By tag: Software
0
kicks
C++ - Programming for beginners (The Hello World program)
I liked this story because it was very informative. This was written from the admin of that site. Very good!
0
kicks
Get function return and profiling information in .NET using Winbg
Steps to get function return values and profiling information in .NET using windbg. Steps to debug within a function. This is similar to debugging with VS.NET in production environment.
0
kicks
How to measure quality in your software deliveries
Are you struggling at work measuring the quality of your software deliveries? Read this blogpost and you'll quickly be able to define what parts of your codebase you should pay the most attention to and whether it needs improvement or not. Got a load of questions about software quality and no answer...
0
kicks
Software Engineering is Dead?
It's as if a crushing weight has been lifted from my chest. I can publicly acknowledge what I've slowly, gradually realized over the last 5 to 10 years of my career as a software developer: what we do is craftsmanship, not engineering. And I can say this proudly, unashamedly, with nary a shred of se...
0
kicks
Avoiding The Database Deployment Nightmare
So, I have written before about how to put your database into version control using database projects in Visual Studio. Even while having the scripts in the solution, there can be times when you can't exactly remember what you changed and needs to go out with your project deployment to the productio...
0
kicks
Software Engineering and Ethics
Software is the core for any computer–based system, which affect all aspects of our life. Software development is a complex, expensive, and ethical engineering task which requires qualified SWE professionals. Ethical and professional principles for software engineering professionals were adopted by ...
0
kicks
Business for geeks: Naming your software company
A second post in the series about starting a software development tools company covering the process undertaken in picking the name of the company. Covers points to consider when picking a name for your own software brand. This isn't strictly code but might be interesting for entrepreneurial .net ge...
0
kicks
RadPop Free Caller ID and Web Monitor windows application
RadPop is a free Caller ID monitor for on your windows computer. Apparently no one dug a Web Monitor so I found a more practical use for a very cool pop-up. I have added Caller ID monitoring to the RadPop application. There are plenty of additionally things I can think to add to this application ...
0
kicks
Prototyping in Software Development - 4
Who should be involved, how far you should go and when do you have to do Prototyping in a Software Development Project?
0
kicks
Prototyping in Software Development - 3
Tips and Techniques in User Interface Prototyping during Software Development
0
kicks
Prototyping in Software Development - 2
Tools and Technologies that can be used in Usability Engineering, prototyping during Software Development
0
kicks
Prototyping in Software Development - 1
This article addresses the needs of prototyping in Software Development , this will be the first part in the series of articles on Prototyping in Software Development.
0
kicks
Lean Software Development
Very good article and some good steps on Lean Software Development
0
kicks
Process Implementation and TFS(Team Foundation Server)- Part1
I am going to focus this post to explore the process implementation capabilities and features of TFS. Let me start by sharing my understanding of a Process and then see how TFS can help me implement it.
0
kicks
WPF performance profiling tools
The WPF Performance Suite is a set of performance profiling tools that allow you to analyze the runtime behavior of your WPF application.