nabz

Stories kicked by nabz

OPEN SOURCE - DigitalRune Text Editor Control for .NET(digitalrune.com)

submitted by nabznabz(5) 3 years, 4 months ago

Best "textbox" with syntax-highlighting around. I've also tried ScintillaNET but didn't like it as much. read more...

add a comment |category: |Views: 160

tags: another

Filtering List Items - The Yield Return Solution (dev102.com)

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

Here we are talking about filtering list items again :). read more...

add a comment |category: |Views: 331

tags: another

Self Installing Windows Service(blogs.microsoft.co.il)

submitted by kim_majorkim_major(375) 3 years, 4 months ago

Reusable class that can be added to a Windows Service project to enable Install, Uninstall, Start and Stop functionality. read more...

2 comments |category: |Views: 642

tags: another

SSMS 2008 suggests missing indexes with actual execution plan(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 3 years, 4 months ago

When you choose to Include the Actual Execution Plan in SSMS 2008 it suggest any missing indexes it thinks that are needed. Plus it also calculates the performance benefit from adding them. Pretty awsome! read more...

add a comment |category: |Views: 16

tags: another

Filtering List Items, The Old, The New and the Slick (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 5 months ago

I was into filtering items lately and I have decided to write about some of the techniques out there read more...

add a comment |category: |Views: 263

tags: another

3 reasons why you should let Google host jQuery for you(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 5 months ago

Three reasons why you should use the Google AJAX Libraries CDN for your public facing sites that use jQuery (or several other AJAX libraries) and examples of how to do so. read more...

add a comment |category: |Views: 615

tags: another

Sending SMTP Email Asynchronously(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 6 months ago

Sending Email with the Simple Mail Transport Protocol (SMTP) may be a pretty slow process, particulary if you send a lot of mail message at the same time and so can be slow your application process. Deliver Mail Message with .NET is possible with the SmtpClient class read more...

add a comment |category: |Views: 32

tags: another

Back to Basics: Generics (codebetter.com)

submitted by jiltedcitizenjiltedcitizen(563) 3 years, 6 months ago

Introduction There are language features that are nothing more than syntactical sugar. For example, C#'s coalesce operator (??) is a short-handed and specialized if-else. Object initializers make it easier to set properties on a newly created objects. Some features though go beyond mere convenience and add real value. I know it seems like we constantly have to learn new things, while at the same time actually produce code to pay our bills. It can be hard to pick and choose what to learn and what can wait. Let me be straight up though: if you haven't mastered generics yet, you're starting to fall dangerously behind. read more...

add a comment |category: |Views: 528

tags: another

Dynamically Loading an assembly at Runtime and calling its methods (c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 3 years, 6 months ago

This article explains how to load an assembly dynamically and call its method. read more...

add a comment |category: |Views: 454

tags: another

C# Structs(dotnetperls.com)

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

What are the benefit of structs in C#? When can they improve performance and memory use? See examples and benchmarks as well as screens from CLRProfiler and the Visual Studio debugger. Is this is the best struct article in the world? Maybe! read more...

11 comments |category: |Views: 951

tags: another

Think in LINQ: Yahtzee Score Calculator Using LINQ Technology(c-sharpcorner.com)

submitted by dinesh123321dinesh123321(80) 3 years, 6 months ago

This article revisits the yahtzee program I wrote in 2002 and reimplements scoring using LINQ technology. It compares the old way of scoring with LINQ and shows you the advantages of using LINQ. read more...

add a comment |category: |Views: 306

tags: another

Validate Your Regular Expressions With This Free Online Silverlight To(dev102.com)

submitted by talisharon10talisharon10(800) 3 years, 6 months ago

Validate you regular expressions with this online silverlight regular validation tool read more...

add a comment |category: |Views: 257

tags: another

C# Type Conversion with the "As" Operator(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 3 years, 10 months ago

Objects can be converted from one type to another, assuming that the types are compatible. Often this is achieved using implicit conversion or explicitly with the cast operator. An alternative to this is the use of the "as" operator. read more...

add a comment |category: |Views: 17

tags: another