|
|
DNK has a spanking new server up and running like clockwork. Stability problems are a thing of the past. Our new monitoring service reports 100% uptime since the move!
Upcoming stories
|
|
submitted by
ash143gupta
37 minutes ago
smallworkarounds.blogspot.com — This article will show you how to trick and overcome the JSON date problem when you are using jQuery, JSON callback alongwith asp.net
read more...
add a comment
|
category: jQuery | Views: 0
|
|
tags:
jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
erikmork
2 hours, 3 minutes ago
sparklingclient.com — Prism is one of the hottest topics in Silverlight. Here, I provide the top 10 things that I think every developer should know about Prism. read more...
add a comment
|
category: Silverlight | Views: 0
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
oddian
2 hours, 12 minutes ago
oddiandeveloper.blogspot.com — A short article showing the link between client side jQuery Ajax calls and a web handler ashx file. read more...
add a comment
|
category: ASP.NET | Views: 3
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
leniel
2 hours, 45 minutes 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 to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report).
I had a great time while studying the possible ways of doing what the task asks for.
In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...
add a comment
|
category: ASP.NET | Views: 2
|
|
tags:
MVC, OOXML, safety, thread, Spreadsheet | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
vistadb
4 hours, 5 minutes ago
vistadb.net — An in depth look at the issues surrounding VistaDB publishing an EF provider, and why we may just skip it and wait until .Net 4 if Microsoft has changed the model significantly enough.
read more...
add a comment
|
category: ADO.NET | Views: 0
|
|
tags:
ADO.NET, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
hesquivel
4 hours, 16 minutes ago
blog.infotoad.com — This article will provide you with a tip on how to define your own palette for charts, using Reporting Services 2008. read more...
add a comment
|
category: Database | Views: 0
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
hesquivel
4 hours, 17 minutes ago
blog.infotoad.com — This article will provide an example of how to create a Shared Data Source and publish it to your Report Server. You may use the data source while developing reports in Report Designer and Report Builder 2.0 tools. For this example, we will be using SQL Server Business Intelligence Development Studio 2008. read more...
add a comment
|
category: Database | Views: 0
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
thecodejunkie
5 hours, 39 minutes ago
thecodejunkie.com — A while back I was working on a project where I had to implement a Windows Communication Service for authenticating users. Internally the service was going to use a user repository to validate the provided credentials. I wanted to design the service in such a way that it didn't take a hard dependency on a specific user repository implementation, instead I wanted to make use of the Dependency Inversion Principle to decouple the service's dependency on the user repository. read more...
|
|
tags:
WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
KodefuGuru
6 hours, 22 minutes ago
kodefuguru.com — I’ve had this tendency to deploy CLR Functions manually by providing the dll and scripts to the data management team. This has generally worked out great, and I’ve always thought I’d have a dba available to perform the database duties. Imagine my surprise when I could not contact anyone today. read more...
add a comment
|
category: Database | Views: 1
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
priyankadandekar
8 hours, 14 minutes ago
software-wikipedia.blogspot.com — Piwik is a downloadable, open source (GPL licensed) web analytics software.
It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages and so much more. read more...
add a comment
|
category: Open Source | Views: 6
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jfromaniello
8 hours, 46 minutes ago
jfromaniello.blogspot.com — The purpose of this post is to demonstrate several ways that to use INotifyPropertyChanged as an AOP aspect in your business entities. I will use DynamicProxy for AOP and NHibernate as orm mapper. Althought all methods can be plugged into nhibernate using tuplizer, I will skip this part until the final solution. read more...
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
stanroze
8 hours, 57 minutes ago
thelifepattern.blogspot.com — A threaded ForEach extension on an IEnumerable read more...
add a comment
|
category: C# | Views: 4
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
winSharp93
9 hours, 35 minutes ago
winsharp93.wordpress.com — This post gives a simple solution to the problem how to abstract the user interface in MVVM-applications. read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
winSharp93
10 hours, 43 minutes ago
winsharp93.wordpress.com — Part 3 of the series "No interface without contract?" which introduces Microsoft Code Contracts.
This part is about pre- and postconditions of a sample class which will be used by further parts. read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
pjacobs
11 hours, 40 minutes ago
wijix.com — Let’s say you have a WPF application with a DataGrid on it. You also have a strongly typed list of objects – I.E. List<Person> which you would normally bind to your grid. You might have been under the misconception that you can’t convert the List<Person> to a BindingListCollectionView. I have searched google for answers and ran across people saying you can’t do that.
It is possible and I will show you how to make it happen. read more...
add a comment
|
category: ASP.NET | Views: 4
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

You are the editor:
What else?
|