technoterra

Stories kicked by technoterra

A simple way to run C# code from bat file(devintelligence.com)

submitted by adventureradventurer(2244) 1 year, 2 months ago

Demonstrating a way how to embed C# code into BAT file read more...

add a comment |category: |Views: 93

tags: another

Employee Info Starter Kit (v5.0) is Released(blog.ashraful.net)

submitted by joycscjoycsc(1597) 1 year, 2 months ago

Employee Info Starter Kit is highly influenced by the concept ‘Pareto Principle’ or 80-20 rule. where it is targeted to enable a web developer to gain 80% productivity with 20% of effort with respect to learning curve and production. Employee Info Starter Kit v5.0 is out! Check it out to enjoy cool ASP.NET and Entity Framework 4.0 Features! read more...

1 comment |category: |Views: 300

tags: another

How to get rid from annoying IE warning when you debug a Silverlight(devintelligence.com)

submitted by adventureradventurer(2244) 1 year, 2 months ago

When you try to open a local file, Internet Explorer gives the following warning: "To help protect your security, Internet Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer.Click here for options…". read more...

add a comment |category: |Views: 14

tags: another

Reducing Silverlight memory usage(www.red-gate.com)

submitted by javeryjavery(5523) 1 year, 2 months ago

While building a Silverlight-based reporting tool for a client in the healthcare industry, Falafel Software were able to halve its memory usage using ANTS Memory Profiler. read more...

add a comment |category: |Views: 182

tags: another

An alternative to WinDbg – Debug Analyzer.Net(devintelligence.com)

submitted by adventureradventurer(2244) 1 year, 3 months ago

Debug Analyzer.NET is a debugging tool to analyze memory dumps using plug-ins written in .NET framework and can be used as WinDbg alternative read more...

add a comment |category: |Views: 51

tags: another

Eloquera DB 3.1 Beta adds object updates using its ID(www.eloquera.com)

submitted by pennanthpennanth(34) 1 year, 4 months ago

Eloquera 3.1 beta now can update objects by specifying its UID, thus making stateless updates extremely easy. Also support of Nullable types has been added. read more...

add a comment |category: |Views: 18

tags: another

SlimTune – an open source profiling for .NET applications(devintelligence.com)

submitted by adventureradventurer(2244) 1 year, 4 months ago

SlimTune is a open source profiler and performance tuning tool for .NET based applications, written in C#, VB.NET. It provides nice set of powerful features read more...

add a comment |category: |Views: 51

tags: another

Cross Domain Issue - Case Study in Silverlight(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 1 year, 4 months ago

Introduction While working with Silverlight applications, calling a WCF Service from Silverlight client, you might have faced cross domain issues. I would like to demonstrate the problem, root cause and solution for the issue. I have created a WCF... read more...

add a comment |category: |Views: 15

tags: another

XPath Visualizer(devintelligence.com)

submitted by adventureradventurer(2244) 1 year, 4 months ago

XPath Visualizer is a simple tool, that lets you execute a XPath query and see the results. The .Net 3.5 is required to use the tool . read more...

add a comment |category: |Views: 26

tags: another

Internals of Extension Methods(www.abhisheksur.com)

submitted by abhi2434abhi2434(1006) 1 year, 4 months ago

Extension method are special syntactic sugar to the language which allows you to work with Static method as Instance method. read more...

add a comment |category: |Views: 269

tags: another

WPF - Modal Controls Via DispatcherFrame (Nested Message Pumps)(www.deanchalk.me.uk)

submitted by ButtonChromeButtonChrome(230) 1 year, 6 months ago

Creating truly modal controls in WPF is very tricky, usually its achieved by de-chroming a modal window to emulate the desired result. Well you can actually interact with controls on a blocked Dispatcher thread (making them modal) by creating nested message pumps via DispatcherFrame read more...

add a comment |category: |Views: 43

tags: another

Unit testing LINQ to SQL using TypeMock(www.bugfree.dk)

submitted by rholmrholm(115) 2 years ago

After watching a screencast on how to use Moles to unit test LINQ to SQL without hitting the database, I thought it would be interesting to do the same with TypeMock. But first, let’s investigate why traditional dependency breaking technique come short with LINQ to SQL. read more...

add a comment |category: |Views: 15

tags: another

IIS SEO Toolkit(himabinduvejella.blogspot.com)

submitted by hima_.nethima_.net(440) 2 years, 5 months ago

A Story and features on IIS tool kit read more...

add a comment |category: |Views: 8

tags: another

OnTime desktop light client.(rredcat.blogspot.com)

submitted by RredCatRredCat(299) 3 years, 2 months ago

Download source files - here. Download binary files - here. My previous customer uses OnTime as bts. It is very slowly tool. I hated it! I tired to wait any respond from this app. I have created a little and more fast tool for self using. This tool ins't complete (I have stopped to work with this customer and I can't have an access to bd for continue implementation). read more...

add a comment |category: |Views: 22

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

Improve Web Application Performance(dotnetslackers.com)

submitted by jonasjonas(2215) 4 years ago

A good post with tips to improve the performance of your web app. read more...

add a comment |category: |Views: 37

tags: another