flalar

Stories kicked by flalar

CodeSmith Insight 1.3 Released, Supports MVC3(community.codesmithtools.com)

submitted by tduponttdupont(1259) 1 year, 2 months ago

CodeSmith Insight is an Error Reporting and User Feedback Service, and it has added out of the box support for yet another framework: ASP.NET MVC 3. The MVC 3 client works with both the new MVC global HandleErrorAttribute as well as IIS error events, ensuring that all of your errors always submit a detailed crash report. read more...

add a comment |category: |Views: 34

tags: another

My 10 favourite Programming Quotes(www.ginktage.com)

submitted by isenthilisenthil(2309) 1 year, 3 months ago

For this post , i decided to collect some of my favourite quotes related to the programming . These programming quotes were made by some of the famous personalities in the IT industry . So , without wasting any time , here are my 10 favourite programming quotes ... read more...

2 comments |category: |Views: 1319

tags: another

Queuing System(ayende.com)

submitted by flalarflalar(5) 1 year, 4 months ago

It is not a surprise that I have a keen interest in queuing system and messaging. I have been pondering building another queuing system recently, and that led to some thinking about the nature of queuing systems. In general, there are two major types of queuing systems. Remote Queuing Systems and Local Queuing Systems. While the way they operate is very similar, they are actually major differences in the way you would work with either system. read more...

add a comment |category: |Views: 5

tags: another

Multithreaded Apps Made Easy Using Aspects - Part 1(www.sharpcrafters.com)

submitted by gfraiteurgfraiteur(988) 1 year, 6 months ago

How aspect-oriented programming can make it easier to implement multithreaded WPF application (first part of a series of two). Think that your application does not need to be multithreaded? Think twice. read more...

add a comment |category: |Views: 60

tags: another

Lucene.Net needs your help (or it will die)(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help. This post explains a bit more in detail why this is happening read more...

add a comment |category: |Views: 929

tags: another

Asynchrony in C# 5, Part One(blogs.msdn.com)

submitted by aidosaidos(100) 1 year, 6 months ago

New async features for C# 5. read more...

2 comments |category: |Views: 608

tags: another

Marks asp.net / mvc blog: Zipping Build Outputs using a Build File - A(markkemper1.blogspot.com)

submitted by mkempermkemper(518) 1 year, 7 months ago

We are continuing ths msbuild series, this post will focus on zipping the outputs of the build. To recap so far we have setup a batch file that can build and version our project. The output of this build is placed inside a folder called "build" at the top of projects directory structure. We will zip up the outputs of the build so they can be easily distributed. To do this, the Zip build task that is part of the “MsBuld.Community.Tasks” library will be used. If you are not familiar with this library a... read more...

add a comment |category: |Views: 61

tags: another

Google Cannot Solve your Coding Problems(www.codersbarn.com)

submitted by BognitBognit(2125) 1 year, 8 months ago

I imagine 80/90% of programmers, myself included, are guilty of this everday form of insanity. read more...

6 comments |category: |Views: 583

tags: another

ASP.NET and the Padding Oracle Attack: Wrap-up(securitythroughabsurdity.com)

submitted by j.montyj.monty(1868) 1 year, 8 months ago

Based on the news that was released at the time, it appeared that this vulnerability was just an issue AES. It turns out that this was false and that that this attack works against ANY BLOCK CIPHER meaning 3DES was also vulnerable. This wrap-up links to some mitigation techniques and also discusses how to protect against padding oracle attacks using Digital Signatures. read more...

3 comments |category: |Views: 338

tags: another

Asynchronous calls to web services during ASP.NET page processing(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 1 year, 8 months ago

Some ASP.NET web applications use web services to get some data that they display to users. Some pages may lay hardly on web services and these pages need some optimization to work better. In this posting I will show you how to use web services behind your ASP.NET page asynchronously and perform a lot of queries to web services. Sample code included! read more...

add a comment |category: |Views: 180

tags: another

Calculate Age from Date Of Birth using SQL Server(www.sqlservercurry.com)

submitted by mopenmopen(3596) 1 year, 10 months ago

Script to calculate the Age in Years, Months, Days, Hours and Minutes read more...

add a comment |category: |Views: 321

tags: another

Understanding URL Routing (beyondrelational.com)

submitted by hima_.nethima_.net(440) 1 year, 10 months ago

You might be worrying what is URL Routing ?and how we will implement it? Read this article for digging into it in details read more...

add a comment |category: |Views: 331

tags: another

Release of Google Analytics Dot Net(www.diaryofaninja.com)

submitted by wiredonewiredone(917) 1 year, 10 months ago

So today is the day that a little side project I've been working on sees the days of light. GoogleAnalyticsDotNet allows you to log a page view to Google Analytics from code behind of a website or from within a web service or win forms project without needing to use the Google JavaScript code, or even use web browser at all. read more...

add a comment |category: |Views: 607

tags: another

Using Tika in .NET for extracting text out of documents(is.gd)

submitted by chadmyerschadmyers(840) 1 year, 10 months ago

Tika is an open source Java-based tool for extracting information out of various different document formats. It can be used with Lucene for indexing and searching documents, among other things. In this post, Kevin Miller talks about how use Tika in .NET via the IKVM.net utility. read more...

1 comment |category: |Views: 784

tags: another

IIS Express(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 10 months ago

If like me you are sick to death of Cassini (whats that then? its the built in web server that visual studio uses) and also sick to death of playing around with IIS 7 then relief is at hand. read more...

3 comments |category: |Views: 860

tags: another

.NET 4.0 has 2 Global Assembly Cache (GAC)(www.devcurry.com)

submitted by sahisahi(231) 1 year, 10 months ago

While reading an article on Understanding The CLR Binder, I found out that .NET 4.0 has 2 distinct GAC’s (Global Assembly Cache).In previous .NET versions, when I installed a .NET assembly into the GAC (using gacutil.exe), I could find it in the ‘C:\Windows\assembly’ path. With .NET 4.0, GAC is now .... read more...

add a comment |category: |Views: 761

tags: another