amrelgarhy

Stories kicked by amrelgarhy

Lucene.net - Ultra-fast search for MVC or Webforms(www.codeproject.com)

submitted by dpetersondpeterson(4397) 3 months, 24 days ago

Mikhail T. has put together an article showing how you can integrate the Java-based Apache Lucene project with your .Net based MVC or WebForms sites, giving you ultra-fast and slick search capabilities. read more...

add a comment |category: |Views: 432

tags: another

Communication between two usercontrols using Event Aggregator in SL(dotplusnet.blogspot.com)

submitted by kranthigullapallikranthigullapalli(60) 1 year, 8 months ago

I found many posts in the asp.net, silverlight.net fourms regarding communication between user-controls, so i thought to blog a bit about communication between user-controls using Event Aggregator in silverlight which i found is the best way to communicate. The main advantage for using an event aggregator to communicate between user-controls is, it removes the tight coupling between a publisher and a subscriber, by which a publisher/subscriber can evolve independently. Pre-requisites for understanding this blog post is to have a bit understanding of Event Aggregator. read more...

add a comment |category: |Views: 259

tags: another

Book review: Patterns of Enterprise Application Architecture(weblogs.asp.net)

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

Lately I finished reading the famous patterns book by Martin Fowler - Patterns of Enterprise Application Architecture. This book introduces and describes design patterns you will usually see when building enterprise applications. There are also examples for patterns and although they are simple and primitive they give you the idea how to implement or use specific patterns. Read more why I suggest you to read this book. read more...

add a comment |category: |Views: 110

tags: another

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

submitted by javeryjavery(5523) 2 years, 4 months ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another

Trick to resize transparent images(amrelgarhy.com)

submitted by amrelgarhyamrelgarhy(825) 2 years, 4 months ago

Small trick to resize transparent .gif and .png images using asp.net c# read more...

add a comment |category: |Views: 82

tags: another

Free EBook for Developing High Quality Applications using .NET(devcurry.com)

submitted by mopenmopen(3596) 2 years, 5 months ago

The Microsoft Application Architecture Guide, 2nd Edition is a Must Have EBook for Developers and Solution Architects read more...

6 comments |category: |Views: 1034

tags: another

Capture text from your screen with TextGRAB SDK(renovation-software.com)

submitted by olegfolegf(35) 2 years, 8 months ago

TextGRAB SDK is a library that allows screen text capture in Windows applications. You can use it to capture text from any application that doesn't provide communication API's in order to feed another program. TextGRAB SDK can be used in different types of software like automation software, dictionaries and translation tools, organizer applications, etc. For example: - TextGRAB SDK can be used in dictionary software to obtain text under user mouse pointer and translate it or - in some integration software where you need to extract data from one application and send to another. Includes C# and VB.NET sample applications. read more...

4 comments |category: |Views: 273

tags: another

How to create a DropDownList with ASP.NET MVC(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 9 months ago

The DropDownList html helper differs a bit from the standard Html helper methods, and, not surprisingly, the way it works is one of the questions I get asked the most. So in this post Simone dissects this helper method, and shows you how to use it. read more...

add a comment |category: |Views: 472

tags: another

Subsonic 3 released(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 10 months ago

Just read Rob Conery’s Blog and saw that Subsonic 3 is now available for download. For those unfamiliar with Subsonic it really is the ONLY no BS ORM out there, in fact it is so easy to get up and running that it is easy to forget that you ever set it up in the first place. The whole Subsonic ethic is to remove the hoops that other ORM’s have you jump through and essentially to get you home earlier. read more...

add a comment |category: |Views: 443

tags: another

Asp.Net vs php : Speed Comparison(naspinski.net)

submitted by naspinskinaspinski(610) 2 years, 11 months ago

Why is the myth that php is faster than Asp.Net so prevalent? Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... read more...

add a comment |category: |Views: 1321

tags: another

LINQ to SQL is NOT dead!(jonkruger.com)

submitted by david_hollanddavid_holland(605) 2 years, 11 months ago

Ever since Microsoft announced that the Entity Framework was their ORM of choice, people everywhere have been saying, “LINQ to SQL is dead!” A lot of people feel like they’re not allowed to use LINQ to SQL anymore and that they have to use Entity Framework instead. In fact, LINQ to SQL is not only alive and well, Microsoft has even announced LINQ to SQL improvements in .NET 4.0, including finally adding using ITable<T> for tables instead of Table<T>, which makes it much easier to test. Combine that with this open source tool that will create an IDataContext interface for you and you’re on your way to testable LINQ to SQL. So no, LINQ to SQL is not dead!! read more...

2 comments |category: |Views: 501

tags: another

Visual Studio 2010: Multiple web.config versions(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 11 months ago

Visual Studio 2010 has support for multiple web.config files. It is one feature of new web application packaging and deployment system. We can create now separate web.config files for each configuration we have for application. read more...

1 comment |category: |Views: 494

tags: another

SubMain acquires GhostDoc(community.submain.com)

submitted by sergebsergeb(325) 2 years, 11 months ago

An agreement between SubMain and Roland Weigelt, author of GhostDoc, will place future development of GhostDoc in the hands of SubMain. GhostDoc ( http://submain.com/ghostdoc ) is the popular XML Comments and documentation helper tool which SubMain will continue to maintain as a free product. read more...

2 comments |category: |Views: 278

tags: another

JQuery selectors – selecting elements by a partial id(weblogs.asp.net)

submitted by paulsperanzapaulsperanza(25) 3 years ago

Describes how to use JQuery selectors to find elements by part of an id. read more...

add a comment |category: |Views: 1205

tags: another

Linq-to-SQL vs Linq-to-Entities : Revisited(naspinski.net)

submitted by naspinskinaspinski(610) 3 years ago

After 2 months of nothing but L2E, I feel I can give a decent comparison. Linq-to-Entities is fully capable and can do almost everything Linq-to-SQL can do, it just takes a bit more code some times; the almost is for multiple database utilization. L2E is a great ORM, but many of us were spoiled with L2S, so it is now up to Microsoft to live up to the expectations that they put out for us with this framework that they are deprecating. I hope and assume it will become a superior ORM, but that is in Microsoft's hands now; for the time being, it is not. read more...

add a comment |category: |Views: 684

tags: another

Serverfault.com is in beta test (igurr.com)

submitted by amrelgarhyamrelgarhy(825) 3 years ago

Serverfault.com is currently in private beta testing. Server Fault is for system administrators and IT professionals, people who manage or maintain computers in a professional capacity. If you are in charge of … read more...

2 comments |category: |Views: 8

tags: another