salim

Stories kicked by salim

Linq to Sql Generic Repository with AutoMapper(derans.blogspot.com)

submitted by salimsalim(780) 2 years ago

We, my teammates and I, have been playing with creating a generic repository for Linq to Sql using AutoMapper. We haven’t used it in production or anything, but I figured I’d blog about it and see if anyone has any comments about it. It’s fun just to toy around sometimes. read more...

add a comment |category: |Views: 235

tags: another

685 of the best programming links(thepeoplestoolbox.com)

submitted by salimsalim(780) 4 years, 1 month ago

Links sorted by category and popularity. Includes: .net, ajax, c, c#, c++, flash, java, javascript, perl, php, python, ruby, sql and xml. read more...

add a comment |category: |Views: 8

tags: another

Completely free PDF .NET library written in C#(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 1 month ago

Want to add PDF support to your .NET project. Try this. Open Source library to create/edit PDF files. With unrestricted license to change, sell, sublicense. read more...

5 comments |category: |Views: 6868

tags: another

Log4Net Config to Make Your Loggin' Rockin' | From C Sharp to C Sharp(csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 4 years, 1 month ago

Hot config for your Log4Net needs. read more...

1 comment |category: |Views: 61

tags: another

The Cost of Using WindowsPrincipal(blogs.msdn.com)

submitted by salimsalim(780) 4 years, 1 month ago

Did you know that using WindowsPrincipal.IsInRole is ~40+% slower than doing the same work yourself? Run the code below and you’ll see … Don’t take me wrong – I do not suggest you avoid using IsInRole call; after all a single call is so fast on most computers that it is not even measurable using a timer… It’s just nice to know the cost of doing business. read more...

add a comment |category: |Views: 4

tags: another

MS Ajax AutoComplete Extender using a Page Method(allwrong.wordpress.com)

submitted by salimsalim(780) 4 years, 1 month ago

The MS Ajax AutoComplete extender is able to pull its completion list from either a Web Service or a Page Method. All the examples I could find used Web Service, but I wanted to use the Page Method approach. read more...

add a comment |category: |Views: 155

tags: another

Developing AJAX based popup notifications(dotnetbips.com)

submitted by salimsalim(780) 4 years, 1 month ago

ASP.NET AJAX opens a wide range of possibilities to developers. One of them is periodic pinging of database and check for changes to the data. It is certainly not a new technique and developers achieved it in the past using JavaScript and XMLHTTP. However, with the help of ASP.NET AJAX the same task becomes much simple. In this article I will illustrate a possible approach for notifying the end user of any changes made to the database. The notifications are displayed in a popup to catch the attention of the user. read more...

add a comment |category: |Views: 31

tags: another

C# Language enhancements in .NET 3.5 (Part 2)(web.ist.utl.pt)

submitted by brunomarquesbrunomarques(284) 4 years, 1 month ago

Brief overview of: - Extension methods - Lambdas - Expression trees - Partial methods read more...

add a comment |category: |Views: 140

tags: another

free e books(aspxwizard.net)

submitted by bo2bo2bo2bo2(570) 4 years, 1 month ago

Microsoft has opened 3 MS Press books completely FREE for public. read more...

3 comments |category: |Views: 20

tags: another

HttpHandlers(codebetter.com)

submitted by TigraineTigraine(145) 4 years, 1 month ago

A pretty useable article on how to use HTTP Handlers and why not. read more...

add a comment |category: |Views: 14

tags: another

How to Suppress / Disable Script Errors in WebBrowser Control (dev102.blogspot.com)

submitted by razamitrazamit(4545) 4 years, 1 month ago

I am currently writing an application that uses the WebBrowser control to perform operations on web pages. Unfortunately I stumbled upon a very annoying problem, sometimes an Internet explorer script error window pops up and stops all execution until you click the OK button. I've searched the web for hours and the same answer came up: read more...

4 comments |category: |Views: 375

tags: another

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

submitted by kasukenkasuken(275) 4 years, 1 month ago

How to use Log4net in your asp.net application. read more...

2 comments |category: |Views: 84

tags: another

5 signs your ASP.NET application may be vulnerable to HTML injection(damieng.com)

submitted by DamienGDamienG(1405) 4 years, 1 month ago

HTML injection is an incredibly dangerous flaw to have in your application and ASP.NET does nothing for you automatically. Here's 5 tell-tale signs your application may be affected. read more...

add a comment |category: |Views: 19

tags: another

Selecting Random Records With SQL(carlj.ca)

submitted by CarlJCarlJ(875) 4 years, 1 month ago

Have you ever wanted to be able to SELECT a random record or records from a database table, but was unsure how to do it with SQL, instead of through code? Fortunately there is a way to do it in SQL Server (and MySQL, PostgreSQL, Oracle, DB2, SQLite, and yes, even your favourite, MS Access), and I’ll show you how. read more...

1 comment |category: |Views: 204

tags: another

Optimize Your Code For Multi-Core Machines(msdn.microsoft.com)

submitted by GaussZGaussZ(580) 4 years, 1 month ago

Use the Task Parallel Library (TPL) to easily benefit from multiple processor cores. This introduction gives great examples of how easy it is to rewrite your code for multiple cores and what performance gains await you afterwards. read more...

add a comment |category: |Views: 10

tags: another

Why Use Continuous Integration - Beginner's Overview(scottcreynolds.com)

submitted by percent20percent20(855) 4 years, 1 month ago

Good conceptual overview of why to use Continuous Integration. As a person that didn't understand much at all about it. This article sense me down the right direction of understanding. read more...

add a comment |category: |Views: 46

tags: another