ashithmr

Stories kicked by ashithmr

Why one .NET vendor relies on another for finding critical performance(www.red-gate.com)

submitted by javeryjavery(5523) 1 year, 2 months ago

It's not often you see one .NET product vendor recommend another's tools. Especially when it's a company such as Syncfusion, which has made the SD Times 100 list for five straight years and describes its QA process as "almost brutal." read more...

add a comment |category: |Views: 273

tags: another

Unit Testing Biztalk : Two possible frameworks(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years, 4 months ago

BizTalk is notoriously hard to test. But I just came a cross a couple of interesting solutions to do unit testing for biztalk related logic and orchestration. read more...

add a comment |category: |Views: 7

tags: another

BizTalk Server 2009 R2 enhancements and Roadmap at PDC 09(dotnetgeek.spaces.live.com)

submitted by ashithmrashithmr(90) 2 years, 6 months ago

Great improvements in BizTalk 2009 R2 Mapper and other capabilities announced at PDC 09 read more...

add a comment |category: |Views: 5

tags: another

Integrating Traditional .NET MSMQ Application with WCF (dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 6 months ago

Most of you might have already started working with WCF for developing SOA based enterprise applications. WCF has provided several benefits for distributed application development e.g. Security, Sessions, Callback etc. One of the nice features with WCF is integration with Microsoft Message Queuing (MSMQ). In this article, we will see how to integrate traditional .NET MSMQ Application with Windows Communication Foundation 3.5 using MsmqIntegrationBinding read more...

add a comment |category: |Views: 272

tags: another

LINQ to SQL and Transactions(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 10 months ago

Using explicit Transactions with Linq to Sql is fairly rare but when you need them you'll find that it natively doesn't provide manual transaction management. Rather you have to rely on the TransactionScope class to provide transaction wrapping. Here's a contrived example, and a couple of different transaction scenarios using TransactionScope to manage multiple L2S data operation as a single transaction. read more...

add a comment |category: |Views: 345

tags: another

SQL SERVER – Backup Timeline and Understanding of Database Restore Pro(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 10 months ago

In general, databases backup in full recovery mode are taken in three different kinds of database files. 1. Full Database Backup 2. Differential Database Backup 3. Log Backup What really perplexes most people is differential database backup. read more...

add a comment |category: |Views: 181

tags: another

How we handle application configuration(lostechies.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 10 months ago

We recently overhauled the way we handle configurable settings within our application (server names, email addresses, polling frequencies, etc) . I’m going to present our solution below, but its new enough that I’d like to hear feedback on how others approach the problem. read more...

add a comment |category: |Views: 402

tags: another

VSTS 2010: Overview of Team System 2010 for Architects (dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 10 months ago

In this article we will take an overview of diagrams, features and tools provided in Team System 2010 for Architects. Although we will not cover the concepts of UML and other architectural concepts in details, we will refer to them time to time. read more...

1 comment |category: |Views: 312

tags: another

SQL SERVER – Languages for BI – MDX, DMX, XMLA(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 10 months ago

Let us go over the languages of BI very quickly. Again, these are just definitions and there is much more to learn. Moreover, to master each language it may take years. read more...

add a comment |category: |Views: 231

tags: another

Top 10 .NET Twitterers(dotnet.dzone.com)

submitted by MaggiePlusPlusMaggiePlusPlus(155) 3 years ago

If your not on Twitter you are missing out - here are some .NET tweeps to get you started. read more...

add a comment |category: |Views: 916

tags: another

Building a Twitter Client as an Internet Explorer Add On using SpicIE(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

I came across the (Simple Plug-in Creator for Internet Explorer) SpicIE project this weekend and wanted to give it a try. So what’s a better example than to build a twitter client since it seems to be getting all the hype lately read more...

add a comment |category: |Views: 197

tags: another

ioDrive, Changing the Way You Code(jdconley.com)

submitted by jconleyjconley(650) 3 years, 2 months ago

A look at the new ioDrive device and how devices like it will drastically change how you think about performance critical data storage applications. read more...

add a comment |category: |Views: 446

tags: another

Hosting your OSS project on github(codebetter.com)

submitted by PeterRitchiePeterRitchie(1505) 3 years, 2 months ago

Aaron walks through hosting an oss project on github and how to use git as the SCC system. read more...

add a comment |category: |Views: 122

tags: another

Unit Testable HttpModule and HttpHandler - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 2 months ago

With the new System.Web.Abstraction namespace we can now easily write unit testable HttpModule and HttpHandler. In this post, I will show you how to write unit testable HttpModule and HttpHandler. Prior the release of System.Web.Abstraction the problem with unit testing of these web infrastructural items is HttpContext, it is sealed, no way to mock it with Rhino or Moq. The only option is to create the wrapper objects of these non-mockable objects but it has a very long tail like HttpRequest, HttpResponse, HttpSessionState, HttpServerUtility etc etc. And this is the exact thing that the System.Web.Abstraction provides, all wrappers around the non-mockable objects of HttpContext. But still, both the HttpModule and HttpHandler depends upon the original HttpContext which I hope will change in ASP.NET 4.0. till then we need to create a super layer for making it Unit Testable. read more...

add a comment |category: |Views: 274

tags: another

SQL Server Five methods converting rows to columns(sqlserveradvisor.blogspot.com)

submitted by sqlserveradvisorsqlserveradvisor(385) 3 years, 2 months ago

Five methods converting rows to columns read more...

add a comment |category: |Views: 1526

tags: another

The Open Source Projects on ASP.NET MVC - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 2 months ago

Last night the forehead four head has released the 1st chapter of their upcoming Wrox book along with a sample project NerdDinner and I think this is the best application to check if anyone is trying to lean the new ASP.NET MVC framework. And this is the list of currently available Open Source Projects developed in ASP.NET MVC. I am ordering it based ... read more...

add a comment |category: |Views: 371

tags: another