elfy

Stories kicked by elfy

List of freeware goodies for C# developer - tools, libraries, visualiz(code.mareoblo.pl)

submitted by elfyelfy(230) 2 years, 1 month ago

Another list of freeware tools/libraries/visualizers which I use constantly. Maybe you find here something new for you. If you know some other useful freeware tools for .NET developer than please let me know in comments. read more...

add a comment |category: |Views: 38

tags: another

VS2010 Extension Manager(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 2 years, 1 month ago

One of the great features in VS2010 is the extension manager. In last DevAcademy4 conference I talked about it a little in my session and showed an extension that I use. Lets see what is it all about. read more...

add a comment |category: |Views: 20

tags: another

Windows 7 Libraries C# Quick Reference - Arik Poznanski's Blog(blogs.microsoft.co.il)

submitted by arikparikp(1204) 2 years, 2 months ago

Windows 7 Libraries C# Quick Reference Following are some listings to be used as a quick reference to common Windows 7 Libraries features using Windows API Code Pack. The code in this post is based on previous work by Alon and other Sela team members. Great work all. read more...

add a comment |category: |Views: 29

tags: another

Stored Procedure performance using “sp_” prefix – Myth or fact?(texastoo.com)

submitted by ab5srab5sr(285) 2 years, 4 months ago

Stored Procedure performance using “sp_” prefix – Myth or fact? Find out. read more...

add a comment |category: |Views: 22

tags: another

Visual Studio 2010 New Features in Debugging – Exciting & Innovative(codehappiness.com)

submitted by codehappiness.comcodehappiness.com(175) 2 years, 5 months ago

This article talks about Visual Studio 2010’s powerful debugging features applicable from beginner to expert(based on latest VS2010 beta 2). read more...

2 comments |category: |Views: 362

tags: another

Protect your .NET Applications/Libraries from 'Reflection'(midnightprogrammer.net)

submitted by prashantmx4prashantmx4(815) 2 years, 5 months ago

Protect your .NET applications and assemblies / libraries from getting reflected using reflection tools. Use this simple and free tool to protect you applications and then distribute your applications without any worries. read more...

add a comment |category: |Views: 24

tags: another

Free EBook for Developing High Quality Applications using .NET(devcurry.com)

submitted by mopenmopen(3596) 2 years, 5 months ago

The Microsoft Application Architecture Guide, 2nd Edition is a Must Have EBook for Developers and Solution Architects read more...

6 comments |category: |Views: 1034

tags: another

27 New Features of .NET Framework 4.0 at Microsoft .NET Support(msdotnetsupport.blogspot.com)

submitted by duttavrhotmailduttavrhotmail(344) 2 years, 5 months ago

top 27 New Features of .NET Framework 4.0 at Microsoft .NET Support read more...

add a comment |category: |Views: 29

tags: another

spped your web pages (webdevlopementhelp.blogspot.com)

submitted by kirankkirank(175) 2 years, 5 months ago

Its ok with if we develop any web application, but it you speed up your application in right manner then you will be a charm of web. users requirement is they want to see your application page as quickly as , but if your application is time consuming from all the aspect then surely no one will stay on with your site. here i got some nice and simple techniques which will improve your page speed from all the aspect. now google also setting this as a basic criteria. read more...

add a comment |category: |Views: 7

tags: another

SQL Database compare software(codingstuffsbykiran.blogspot.com)

submitted by kirankkirank(175) 2 years, 5 months ago

Here is free databse compare software for Access / MY SQL / Sql Serve , Compare application will allow you to compare the structure of two SQL server databases and display all the differences between them.. The structure viewer is included on same , you can find the comparison and acoording to that you can choose to exclude that comparioson of given fields , constraints .This is a lightweight version compared to version 2.0, it very small and portable. read more...

add a comment |category: |Views: 10

tags: another

Efficient way to measure and collect information about execution time(aspninja.com)

submitted by seralaciseralaci(30) 2 years, 5 months ago

In technical point of view, many factor influence the first impression, success and usability of your website. One of the most important key factor is the load time: in very simple terms this time (or more precisely: delay/latency) refers to the initiation of visitor’s request and the start of browser rendering. In this tutorial you can learn the best way to measure and collect information about execution time. read more...

add a comment |category: |Views: 19

tags: another

RoundhousE: Version Your Database(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 2 years, 6 months ago

Versioning your database is as important as versioning your code. How much time do we waste currently before we are even productive when we have to fix or enhance something in a database? RoundhousE versions your database how you want. The recommended way is to version based on source control, but that may not be your solution. But for a moment let’s pretend it is. Why would versioning your database based on source control be a big help? Read on to find out why DBAs, Auditors, and ladies that can't walk love RoundhousE... read more...

add a comment |category: |Views: 47

tags: another

Sort the Items of an ASP.NET DropDownList using jQuery(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 6 months ago

Short and useful article that demonstrates how to sort the items of an ASP.NET DropDownList using jQuery. read more...

add a comment |category: |Views: 240

tags: another

Dropping database objects with a schema(davidturvey.com)

submitted by davidtdavidt(45) 2 years, 7 months ago

Hopefully most people know about this already but if you're in the habit of dropping db objects that belong to a schema other than the default schema without checking the schema you should read this (i.e. if you only check the object name when dropping). read more...

add a comment |category: |Views: 2

tags: another

How to split the web.config into mutliple files(davidturvey.com)

submitted by davidtdavidt(45) 2 years, 7 months ago

A quick overview on how to pull sections of your .config file out into seperate files, e.g. pull the connectionStrings section into a file connectionStrings.config read more...

add a comment |category: |Views: 41

tags: another

Using the Connection String section for Log4Net and NHibernate(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 2 years, 7 months ago

In this post I talk about keeping all your connection strings in one place and how to reference them by name in both Log4Net and NHibernate instead of specifying them again in their configuration sections. read more...

add a comment |category: |Views: 53

tags: another