Tools & Buttons
Invite
About us & Contact
Login
Sign Up
home
post a link
popular links
upcoming links
spy
Links recently tagged with 'C#'
3
votes
vote it
voted
Manipulating Properties and Methods with Reflection
leniel
2 months, 25 days ago
leniel.net —
Today I’m going to write about a simple yet powerful way to manipulate properties and methods of a given type. We’ll set values to properties and invoke methods through the use of reflection. Maybe y...
more...
add comment
|
Tips & Tricks
| views: 185
1
votes
vote it
voted
A* pathfinding search in C# - Part 3
leniel
9 months ago
leniel.net —
This is the last installment in the series about A* search. The C# source code implemented is available in the final part of this post. As promised in the last words of A* pathfinding search in C# - ...
more...
add comment
|
Apps & Tools
| views: 235
2
votes
vote it
voted
A* pathfinding search in C# - Part 2
leniel
8 months, 29 days ago
leniel.net —
This post describes step by step the methods used to implement the A* search algorithm. To illustrate the path finding problem and how it can be solved using A* I decided to use the Romania map (with...
more...
add comment
|
Apps & Tools
| views: 690
4
votes
vote it
voted
Parallel LINQ (PLINQ) with Visual Studio 2010
leniel
9 months, 23 days ago
leniel.net —
On the last day of May I wrote about how to calculate prime numbers with LINQ in C#. To close that post I said that I’d use the primeNumbers delegate to evaluate PLINQ (Parallel LINQ) and measure the...
more...
add comment
|
Others
| views: 491
2
votes
vote it
voted
NPOI with Excel Table and dynamic Chart
leniel
10 months, 10 days ago
leniel.net —
NPOI is a great open source project that enables us to create Excel spreadsheets in code using Microsoft .Net Framework. A reader of my blog commented on the post titled Creating Excel spreadsheets ....
more...
add comment
|
Open source
| views: 559
2
votes
vote it
voted
Regex matching and naming groups in C#
leniel
11 months, 3 days ago
leniel.net —
Let’s say you have a string and want to match individual groups of characters within that string. How would you do that? That’s the question I asked myself. The following code is the outcome of some...
more...
add comment
|
Tips & Tricks
| views: 311
5
votes
vote it
voted
Time's up! Gaia Ajax 3.6 Alpha Released!
ctthang
11 months, 16 days ago
blogs.gaiaware.net —
Thank you for your patience and continued belief in our product. It is our vision to bring you the finest quality for ajax development on the ASP.NET platform. The 3.6 version comes with practical in...
more...
add comment
|
Ajax
| views: 292
3
votes
vote it
voted
Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project
leniel
1 year, 1 month ago
leniel.net —
Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had ...
more...
2 comments
|
ASP.NET MVC
| views: 3092
3
votes
vote it
voted
Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project
leniel
1 year, 1 month ago
leniel.net —
Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had ...
more...
2 comments
|
ASP.NET MVC
| views: 3092
« Prev page
1
Next page »
Top stories
Top Vote
Top View
10
Web Dev .NET: jQuery Flexigrid Using C# 3.0 (.NET 3.5) & LINQ
9
6 Tips for Working with the ASP.NET AJAX Accordion Control
8
Object-Oriented Data Caching for Classic ASP
8
VS 2008 on Vista 64-Bit
7
Access JavaScript variables on PostBack using ASP.NET Code
7
Working With ASP.Net MVC Part 1 | Dev102.com
7
Tips & Tricks when working with jQuery and ASP.NET AJAX
7
HowTo Get Current Online Users Count and Infos with ASP.NET
7
Really Simple Testing for JavaScript - Tales from the Evil Empire
6
Saving a File Directly Into a MySQL Database
1235
Stop Greedy Search Engine Crawlers
1075
Search Engine Optimization (SEO) Toolkit
1072
Loop though each query result or MSSQL for loop
992
ASP.NET MVC DropdownList PostBack
966
How to call a REST Webservice from C#/ASP.NET through HttpWebRequest
869
Putting a Bing Search on your Website
745
.NET - 51 Tips, Tricks and Recipes with jQuery and ASP.NET Controls
740
JQuery Table Filter Plugin
699
Strongly Typed Session Variables in ASP.NET MVC
690
A* pathfinding search in C# - Part 2
Technorati Profile