momo

Stories kicked by momo

Tuning Click-Once deployment performance with VRTA and PowerShell(tellingmachine.com)

submitted by KlausKlaus(755) 3 years, 1 month ago

Some of our client applications get distributed using the Click-Once paradigm. One day we noticed that the time between the initial click on the download link in the browser and the complete initialization of the Click-Once desktop client application took much longer than a user would tolerate. We decided to debug the deployment of the application and fix the problem. We chose the Microsoft Netmon 3.2 and the VRTA (Visual Round Trip Analyzer) for the initial analysis. read more...

add a comment |category: |Views: 29

tags: another

ReSharper 4.5 gone gold(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 1 month ago

JetBrains has released version 4.5 of their multi purpose productivity plugin for Visual Studio, ReSharper. This updates contains some pretty cool features. For example, solution wide analysis now checks for members that can be made internal. Also, JetBrains promises to have improved performance and memory use. All in all certainly an update that is worth installing, especially because updating from licenses for version 4.0 and above is free read more...

add a comment |category: |Views: 314

tags: another

Kona: Continuous Integration and Better Unit Testing(blog.wekeroad.com)

submitted by johnrummelljohnrummell(1321) 3 years, 1 month ago

In this screencast Rob Conery and Brad Wilson talk about continuous integration with TeamCity, Unit Testing with xUnit and TDD in general. "This screencast went from a simple idea – talking to Brad Wilson about better Unit Testing – to some pretty broad topics such as source control, unit testing, and continuous integration. I seriously could have written a whole book based on the stuff flying through my mind. I reigned it in a bit and decided to focus on two things that I don’t think get enough press: writing a good Unit Test coupled with Continuous Integration." read more...

add a comment |category: |Views: 239

tags: another

13 ASP.NET MVC extensibility points you have to know(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 1 month ago

One of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if you don’t like the conventions (or lack of them) that ASP.NET MVC uses, you can create your own services to support your conventions and inject them into the main pipeline. This post shows 13 extensibility points that every ASP.NET MVC developer should know, starting from the beginning of the pipeline and going forward till the rendering of the view. read more...

add a comment |category: |Views: 501

tags: another

WorkGrabber.com - Sweet ASP.NET MVC 1.0 + jQuery Application(weblogs.asp.net)

submitted by visualhintvisualhint(440) 3 years, 1 month ago

Mike Bosch shows us his latest creation using ASP.Net MVC: WorkGrabber.com is a social marketplace for local contractors and customers to interact and get projects done. read more...

add a comment |category: |Views: 443

tags: another

Where Are The Developer Machines?(stevesmithblog.com)

submitted by benrickbenrick(1020) 3 years, 1 month ago

Steve Smith posts about PCs for software developers, and how computer companies aren't targeting this section of the market. If a computer manufacturer made development machines, how should these computers be configured? read more...

add a comment |category: |Views: 568

tags: another

Creating your own site's search Engine(techietweaks.blogspot.com)

submitted by ahmedsayed_86ahmedsayed_86(410) 3 years, 1 month ago

Setting up you search page for your web application is as easy as having a DB table where you retrieve data from by a simple query. I will illustrate the steps of setting up the configurations needed in this post, and will write another one for detailed stuff in custom search page. read more...

add a comment |category: |Views: 420

tags: another

DotNetNuke 5.0.1 Community Edition Released(mynetnuke.com)

submitted by mynetnukemynetnuke(522) 3 years, 3 months ago

DotNetNuke 5.0.1 CE released today. read more...

add a comment |category: |Views: 21

tags: another

Getting Started: Scripting Incuity EMI models with PowerShell(tellingmachine.com)

submitted by KlausKlaus(755) 3 years, 3 months ago

The Incuity EMI (Enterprise Manufacturing Intelligence) software lets you connect to various plant historians, real time plant data servers and conventional relational database servers and access the underlying information through an unified entity model. The heart of the model is a powerful and elegant meta-repository. The setup of the data sources and the creation of the entity model can be automated by using an easy to use client .NET API. This article describes how to get started with this API and demonstrates the creation of a connector to the plant historian server from Wonderware using PowerShell. read more...

add a comment |category: |Views: 20

tags: another

PDB != Product Deployable Bits(aaron-powell.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 4 months ago

Something else I see all too often at work is the existance of the PDB file on a production web server. PDB files are automatically created from Visual Studio through the .NET compilers, so why don't they belong on the production server? read more...

add a comment |category: |Views: 11

tags: another

Fun With Named Formats, String Parsing, and Edge Cases(haacked.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 4 months ago

Recently I found myself in a situation where I wanted to format a string using a named format string, rather than a positional one. Ignore for the moment the issue on whether this is a good idea or not, just trust me that I’ll be responsible with it. read more...

add a comment |category: |Views: 271

tags: another

Why Windows 7 Will Save Microsoft(chris123nt.com)

submitted by joseguiajoseguia(197) 3 years, 4 months ago

I was doing some thinking over the past few weeks and I came to a realization. Windows 7, with all of it’s improvements in performance, new features, and more streamlined development process, will actually save Microsoft and redeem them from the whole Vista crash. So I decided to write up WHY Windows 7 will tromp every previous Windows version and why we should pay close attention to it. read more...

1 comment |category: |Views: 930

tags: another

When PowerShell hash table magic backfires(tellingmachine.com)

submitted by KlausKlaus(755) 3 years, 4 months ago

We just made it through the holidays and I finally found time to write about the most annoying thing in PowerShell: Hash table semi-automatic, which can easily result in some subtle bugs. And all of that, just because the hash tables don't behave as I would expect. I assumed hash tables to be implicitly sorted by the keys using the Sort-Object cmdlet and to always stay hash tables and not get converted into arrays of Dictionary Entries or even a single Dictionary entry when piped into a Where-Object cmdlet. To workaround these strange defects you need to apply some unnatural constructs and roll your own select statements. It just doesn't feel fair to make your children call GetEnumerator() before they try to find today's window on their Advents Calendar. read more...

add a comment |category: |Views: 20

tags: another

NAnt HowTo #3: How To Run NUnit tests(suhinini.blogspot.com)

submitted by AldanAldan(50) 3 years, 4 months ago

This article describes how to run NUnit tests from your NAnt build file. read more...

add a comment |category: |Views: 73

tags: another

Integrating reCAPTCHA with Castle MonoRail(andypike.wordpress.com)

submitted by andypikeandypike(20) 3 years, 4 months ago

A short tutorial showing how to add a captcha image to a form by integrating the reCAPTCHA service with a Castle MonoRail application. As part of this tutorial, see how to create your own custom parameter binder. read more...

add a comment |category: |Views: 19

tags: another

How to Target Multiple .NET Frameworks?(rabdullin.com)

submitted by breporterbreporter(210) 3 years, 4 months ago

Tips and tricks on targeting multiple .NET frameworks (i.e.: Silverlight 2.0 and .NET 3.5) with a single codebase. read more...

add a comment |category: |Views: 11

tags: another