akomember

Stories kicked by akomember

Creating Visula Studio Keyborad Shortcuts Cheat Sheet (dev102.com)

submitted by razamitrazamit(4566) 3 years, 11 months ago

As we all know, there are a lot of keyboard shortcuts in Visual Studio. We mentioned only 21 of them here at Dev102.com but according to this article, there are about 450 shortcuts available. read more...

1 comment |category: |Views: 302

tags: another

Getting rid of strings (2): use lambda expressions(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 11 months ago

In the first article of this series I talked about the problems with strings in code. This article will show you how you can use lambda expressions and expression trees as another tool to avoid strings read more...

1 comment |category: |Views: 644

tags: another

The devil is in the details (Visual Studio Team System test policy)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 11 months ago

What if you have a Team Project with 2 solutions in 1 team project it? How can I enforce the check-in policy to run tests from solution A only when something in solution A is checked in, tests from solution B with solution B changes, ... read more...

add a comment |category: |Views: 12

tags: another

Template Method Pattern(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 3 years, 11 months ago

The post describe the template method design pattern and shows examples of how to useit in C#. read more...

add a comment |category: |Views: 34

tags: another

Matt Berseth: Creating Reusable JavaScript Components(mattberseth.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 11 months ago

Hello Sys.Component... read more...

add a comment |category: |Views: 33

tags: another

Integrate PartCover.Net, Nant and Cruise Control.Net(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 3 years, 11 months ago

How to run PartCover with Nant, generate an xml report and integrate the report into CC.Net to get your coverage statistics in your Integration server. read more...

add a comment |category: |Views: 705

tags: another

Export large data from Gridview and Datareader to an Excel file using (codeproject.com)

submitted by fuadcsefuadcse(25) 3 years, 11 months ago

An article on exporting large data to Excel files read more...

add a comment |category: |Views: 234

tags: another

Nice VS 2008 Code Editing Improvements(weblogs.asp.net)

submitted by expressoexpresso(465) 3 years, 11 months ago

Good improvements to take notice of when utilizing VS 2008 read more...

1 comment |category: |Views: 738

tags: another

Multi-color DropDownList using C#(codeproject.com)

submitted by fuadcsefuadcse(25) 3 years, 11 months ago

An article on reading system colors and preparing a multi-color DropDownList read more...

add a comment |category: |Views: 101

tags: another

Redirect LINQ to SQL DataContext Log Messages To Log4Net(codeproject.com)

submitted by smsohansmsohan(60) 3 years, 11 months ago

Visual Studio automatically generates the subclasses of DataContext class when dealing with LINQ to SQL for ORM. These auto generated classes have a property named Log of type System.IO.TextWriter. If an object of type TextWriter or its subclass is assigned to this property, then it will use that instance for writing the log messages. As Log4Net is one of the most used Logging libraries for .NET enterprise level projects, in this project I will present a solution to capture the log messages through Log4Net logging. read more...

add a comment |category: |Views: 99

tags: another

Change The Default CommandTimeout of LINQ DataContext(codeproject.com)

submitted by smsohansmsohan(60) 3 years, 11 months ago

At times, the execution of a LINQ to SQL query may take a longer time and exceed the default value of the DataContext class's CommandTimeout property. The following article will present a way to achieve an application-wide CommandTimeout for your DataContext class. read more...

add a comment |category: |Views: 387

tags: another

Nikhilk Kothari's site (almost) made XHTML valid(aggiorno.com)

submitted by acymentacyment(355) 3 years, 11 months ago

I decided to try and make good old Nikhilk Kothari's personal site a valid one. I didn't have access to the source code, so all changes were made on the rendered ASP.NET. Why Nikhilk? I don't know, I guess I just like his web site! Short and entertaining video. read more...

1 comment |category: |Views: 222

tags: another

InCisif Software released InCisif.net 2.2 on 06/10/2008(incisif.net)

submitted by FredericTorresFredericTorres(90) 3 years, 11 months ago

InCisif.net is an automation tool designed to implement client-side functional testing of Web applications under Internet Explorer 6 or 7, using languages such as VB.Net, C# or IronPython. The version 2.2 focus on a better integration with Visual Studio. Tests can be recorded, edited, executed and debugged from within Microsoft’s Visual Studio 2005 or 2008. Visual Studio Express is also supported. To learn more and download an evaluation copy, go to http://www.incisif.net read more...

add a comment |category: |Views: 1

tags: another

C# Anagrams Fast w/ Source and GUI, uses 1985 data structure DAWG(code.msdn.microsoft.com)

submitted by samdnpsamdnp(980) 3 years, 11 months ago

This open-source project uses a directed acyclic word graph and Windows Forms C# to find anagrams in words fast and with little memory. In my experience there are no faster algorithms (implementations, yes). Useful for word games and only about 400 lines of code. Uses a tree in C#. read more...

add a comment |category: |Views: 83

tags: another

Code Quality Part II: The Ineffectual DAL(codeheaven.info)

submitted by johnrudyjohnrudy(150) 3 years, 11 months ago

Describing code received from another developer, claiming to be a DAL and BLL. Laugh out loud at the WTFery. read more...

add a comment |category: |Views: 25

tags: another

Good SQL Articles To Read If You Can't Afford Books(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years, 11 months ago

You have only $50 left and you can buy two DVDs or one SQL book, what do you do? I would buy the book but not every person has the same idea of a fun time. This is the reason why I present you with a bunch of links to articles which will give you very good info. some of this you won’t be able to find in a book anyway. read more...

1 comment |category: |Views: 394

tags: another