Stories recently tagged with 'software'

Get function return and profiling information in .NET using Winbg(naveensrinivasan.com)

submitted by reshminreshmin(383) 2 years, 3 months ago

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. read more...

add a comment |category: |Views: 193

tags: another

How to measure quality in your software deliveries(justanothersoftwareengineer.blogspot.com)

submitted by kerboukerbou(295) 2 years, 7 months ago

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 answers? They are just one click away.... read more...

add a comment |category: |Views: 11

tags: another

Software Engineering is Dead?(codinghorror.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 10 months ago

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 self-doubt. read more...

add a comment |category: |Views: 11

tags: another

Avoiding The Database Deployment Nightmare(blog.reamped.net)

submitted by kayoskayos(890) 2 years, 11 months ago

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 production database. Deploying files is easy because of tools like WinMerge, however deploying things to a database can get quite complicated. You could script both schemas and use WinMerge to see the differences between the development database and the production database. But even doing that, you will still have to write a custom script to get the production database schema up to date. read more...

add a comment |category: |Views: 15

tags: another

Software Engineering and Ethics(programming360.blogspot.com)

submitted by syedtayyabalisyedtayyabali(135) 3 years, 1 month ago

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 professional committees such as IEEE and ACM. read more...

add a comment |category: |Views: 9

tags: another

Business for geeks: Naming your software company(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 2 months ago

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 geeks out there. read more...

add a comment |category: |Views: 501

tags: another

Business for geeks: Naming your software company(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 2 months ago

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 geeks out there. read more...

add a comment |category: |Views: 501

tags: another

RadPop Free Caller ID and Web Monitor windows application(dink.no-ip.info)

submitted by hughesdohughesdo(59) 3 years, 6 months ago

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 but the really cool thing was I deployed this with one click deploy. So if anyone did install my application once they rerun the application the new revision will be installed automatically. read more...

add a comment |category: |Views: 117

tags: another

Prototyping in Software Development - 4(silicusblogs.com)

submitted by Ravi.silicusRavi.silicus(120) 3 years, 9 months ago

Who should be involved, how far you should go and when do you have to do Prototyping in a Software Development Project? read more...

add a comment |category: |Views: 13

tags: another

Prototyping in Software Development - 3(silicusblogs.com)

submitted by Ravi.silicusRavi.silicus(120) 3 years, 9 months ago

Tips and Techniques in User Interface Prototyping during Software Development read more...

add a comment |category: |Views: 4

tags: another

Prototyping in Software Development - 2(silicusblogs.com)

submitted by Ravi.silicusRavi.silicus(120) 3 years, 9 months ago

Tools and Technologies that can be used in Usability Engineering, prototyping during Software Development read more...

add a comment |category: |Views: 6

tags: another

Prototyping in Software Development - 1(silicusblogs.com)

submitted by Ravi.silicusRavi.silicus(120) 3 years, 9 months ago

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. read more...

add a comment |category: |Views: 25

tags: another

Lean Software Development(codebetter.com)

submitted by Ravi.silicusRavi.silicus(120) 3 years, 9 months ago

Very good article and some good steps on Lean Software Development read more...

add a comment |category: |Views: 9

tags: another

Lean Software Development(codebetter.com)

submitted by Ravi.silicusRavi.silicus(120) 3 years, 9 months ago

Very good article and some good steps on Lean Software Development read more...

add a comment |category: |Views: 9

tags: another

Process Implementation and TFS(Team Foundation Server)- Part1(silicusblogs.com)

submitted by Ravi.silicusRavi.silicus(120) 3 years, 9 months ago

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. read more...

add a comment |category: |Views: 37

tags: another

WPF performance profiling tools(devintelligence.com)

submitted by adventureradventurer(2244) 4 years ago

The WPF Performance Suite is a set of performance profiling tools that allow you to analyze the runtime behavior of your WPF application. read more...

add a comment |category: |Views: 106

tags: another