kasuken

Stories kicked by kasuken

How to get the most common word in a long text(www.emanuelebartolesi.com)

submitted by kasukenkasuken(275) 1 year, 7 months ago

How to get the most common word in a long text with Linq and C# read more...

add a comment |category: |Views: 10

tags: another

How to count occurrences of a word in a long text(www.emanuelebartolesi.com)

submitted by kasukenkasuken(275) 1 year, 7 months ago

How to count occurrences of a word in a long text with Linq read more...

add a comment |category: |Views: 6

tags: another

Simple way to cache objects and collections for greater performance(msmvps.com)

submitted by oazabiroazabir(1805) 2 years, 6 months ago

implementing caching is tricky and monotonous when you have to do it for many classes. Your data access layer gets a whole lot of code that deals with caching objects and collection, updating cache when objects change or get deleted, expire collections when a contained object changes or gets deleted and so on. The more code you write, the more maintenance overhead you add. Here I will show you how you can make the caching a lot easier using Linq to SQL and my library AspectF. read more...

add a comment |category: |Views: 11

tags: another

How to remove html or xml tags from string with Regular Expressions(emanuelebartolesi.com)

submitted by kasukenkasuken(275) 2 years, 6 months ago

How to remove xml or html tags from string with Regular Expressions read more...

add a comment |category: |Views: 43

tags: another

How to consume an XML feed in ASP.NET - RSS(wduffy.co.uk)

submitted by garydevenaygarydevenay(25) 2 years, 7 months ago

An article describing the steps to create a reusable control that reads a remote xml RSS file and binds its data to a repeater then caches the result for fast presentation. read more...

add a comment |category: |Views: 42

tags: another

How to backup and restore a Sharepoint site(emanuelebartolesi.com)

submitted by kasukenkasuken(275) 3 years ago

How to backup and restore a Sharepoint site from command line read more...

add a comment |category: |Views: 4

tags: another

Start, Stop and Pause Sql Server Services from Command Line(emanuelebartolesi.com)

submitted by kasukenkasuken(275) 3 years ago

How to Start, Stop and Pause Sql Server Services from Command Line read more...

add a comment |category: |Views: 19

tags: another

Log4net: simple way to use in your Asp.net application(emanuelebartolesi.com)

submitted by kasukenkasuken(275) 3 years, 2 months ago

How to use Log4net in your Asp.net Application read more...

add a comment |category: |Views: 72

tags: another

How to measure elapsed time in C# with StopWatch(emanuelebartolesi.com)

submitted by kasukenkasuken(275) 3 years, 2 months ago

Measure elapsed time in C# with StopWatch read more...

add a comment |category: |Views: 102

tags: another

A recursive method for copying files and folders(blog.emanuelebartolesi.com)

submitted by kasukenkasuken(275) 3 years, 8 months ago

How to copy files and folders recursively in C#. read more...

add a comment |category: |Views: 9

tags: another

How Do You Exit Your .Net Application? (dev102.com)

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

The question in the title does not refer to the actions you take when you are about to exit your application, issues like logging, closing file handles, freeing unmanaged resources and so on. It does literally refer to the exit action itself... read more...

add a comment |category: |Views: 462

tags: another

Insert a Virtual Earth Map in your asp.net page - Part 1(blog.emanuelebartolesi.com)

submitted by kasukenkasuken(275) 3 years, 11 months ago

How to insert a Virtual Earth Map in your asp.net page read more...

add a comment |category: |Views: 16

tags: another

Flash Component for .NET(f-in-box.com)

submitted by FlasherFlasher(205) 3 years, 11 months ago

Sometime ago I had a task: to create a flash projector (something like Zinc or mProjector) with C#. This program should convert input SWF files and other resources into single EXE file that should work in semitransparent or window mode. Optionally, flash.ocx / flash9.ocx can be included into final exe file. After surfing over Internet, I've found this interesting product. I hope we will create a good flash projector with it :) read more...

add a comment |category: |Views: 245

tags: another

Shortcut to Start and Stop MsSqlServer Service(blog.emanuelebartolesi.com)

submitted by kasukenkasuken(275) 3 years, 11 months ago

How to create a shortcut to Start and Stop MsSqlServer Service read more...

add a comment |category: |Views: 21

tags: another

IIF equivalent in C#(blog.emanuelebartolesi.com)

submitted by kasukenkasuken(275) 3 years, 11 months ago

The equivalent operator in C# for IIF. read more...

4 comments |category: |Views: 205

tags: another

15 Tools to Help You Develop Faster Web Pages(sixrevisions.com)

submitted by rimsystemsrimsystems(6119) 3 years, 11 months ago

Response times, availability, and stability are vital factors to bear in mind when creating and maintaining a web application. If you’re concerned about your web pages’ speed or want to make sure you’re in tip-top shape before starting or launching a project, here’s a few useful, free tools to help you create and sustain high-performance web applications. read more...

1 comment |category: |Views: 737

tags: another