adminjew

Stories kicked by adminjew

Multi-process C# app like Google Chrome(wyday.com)

submitted by fhornfhorn(100) 2 years, 4 months ago

How to communicate between multiple processes like Google Chrome in C# using named pipes. Included source code & example. read more...

2 comments |category: |Views: 696

tags: another

hornget - apt-get for .Net OSS(hornget.net)

submitted by carcercarcer(240) 2 years, 6 months ago

Hornget provides an apt-get like service for common .Net Open Source projects. Want the latest NHibernate, Castle ActiveRecord, Rhino Commons but don't want to go through the headache of the numerous build processes and dependencies? Hornget supplies a daily a build of a number of OSS projects trunks as a downloadable Zip to ease upgrading to the latest versions read more...

add a comment |category: |Views: 206

tags: another

Integrating OpenID in an ASP.NET MVC Application using DotNetOpenAuth(west-wind.com)

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

OpenId is getting more popular and with it requests to integrate it into Web sites as a user authentication mechanism. In this post I'll discuss the OpenId integration on CodePaste.net in an ASP.NET MVC application discussing both high level OpenId concepts, the process and the code implementation. read more...

1 comment |category: |Views: 301

tags: another

xVal v1.0 is now released(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 8 months ago

In case you’re not aware, xVal is a validation helper for ASP.NET MVC that lets you use your own choice of server-side validation framework (e.g., Microsoft’s DataAnnotations attributes, or Castle Validator, or NHibernate Validaion) and dynamically generates client-side validation code from your rules. Version 1.0 adds new features including dynamic client-side validation summaries and remote (ajax) validation rules. read more...

add a comment |category: |Views: 218

tags: another

Introducing PostSharp 2.0: #1 - NotifyPropertyChanged (postsharp.org)

submitted by gfraiteurgfraiteur(988) 2 years, 8 months ago

Gael Fraiteur does first revelations about PostSharp 2.0 on a real-life example: implementing the INotifyPropertyChanged pattern with an aspect. Be safely seated! read more...

add a comment |category: |Views: 506

tags: another

Is Silverlight the new WebForms?(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 8 months ago

Is Silverlight becoming the same crutch that WebForms was nearly a decade ago? read more...

add a comment |category: |Views: 715

tags: another

Git For Windows Developers – Git Series – Part 2(lostechies.com)

submitted by JamesCBenderJamesCBender(749) 2 years, 8 months ago

If you want to use Git for a .NET project this is a MUST READ! read more...

3 comments |category: |Views: 578

tags: another

C# Structured Editor Prototype(blogs.msdn.com)

submitted by KirillOsenkovKirillOsenkov(570) 2 years, 8 months ago

As part of my research back in school I was building an experimental structured editor for C#. Now I’ve decided to publish the sources and binaries on CodePlex: http://structurededitor.codeplex.com To give a better idea of how the editor works, I’ve recorded six short videos showing the different features below. read more...

1 comment |category: |Views: 462

tags: another

What is Data Mining – A Simple Introductory Note(blog.sqlauthority.com)

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

According to MacLennan et al. (2009), data mining is defined as “the process of analyzing data to find hidden patterns using automatic methodologies.” Consider the following simple example that explains this concept. By analyzing the data on the items purchased from a supermarket or a chain of such stores, information on the products that are sold most can be obtained and accordingly supply of that particular products are increased and vice versa. Data mining, in short, is an analytical activity that studies the hidden patterns in a huge pile of data after appropriately classifying and sorting it. read more...

4 comments |category: |Views: 268

tags: another

How to improve your LINQ query performance by 5 X times ?(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 8 months ago

LINQ has been criticized by many early adopters for its performance issues. Well if you are just going to drag and drop using DBML code generator I am sure you will land up in to mess. Try doing this make a simple LINQ to SQL project using DBML and see your read more...

3 comments |category: |Views: 878

tags: another

Why Git?(ayende.com)

submitted by ferventcoderferventcoder(836) 2 years, 8 months ago

I have been using Git for the past week or so, enough to get a good handle on its benefits and disadvantages. I moved to Git from Subversion, after having done a stint of almost 6 years of using Subversion. A stint which also included doing some development on Subversion. Despite appearances, I actually took a fairly structured (and long running) approach to learning Git, I got a book and read it, I played around with it, and I mostly dismissed it as “it isn’t solving my problem” and “I already know how source control works”. read more...

add a comment |category: |Views: 598

tags: another

ASP.NET MVC MvcSiteMapProvider 1.0 released(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 8 months ago

Back in March, I blogged about an experimental MvcSiteMap provider I was building. Today, I am proud to announce that it is stable enough to call it version 1.0! Download MvcSiteMapProvider 1.0 over at CodePlex. Ever since the source code release I did back in March, a lot of new features have been added, such as HtmlHelper extension methods, attributes, dynamic parameters, … I’ll leave most of them up to you to discover, but there are some I want to quickly highlight. read more...

2 comments |category: |Views: 297

tags: another

Booting from a VHD(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 2 years, 8 months ago

Hosting an OS in a virtual machine can be very useful for developers, but sometimes one pays a price in terms of performance. In Windows 7 developers can get improved performance in virtual machines by native booting a VHD. First create a Virtual PC that hosts Windows 7, then restart your computer, and finally boot directly into the VHD that contains the Windows 7 OS. When you native boot a VHD your virtual machine runs very close to the metal; performance is greatly enhanced and you have much better support for OS features that may not be available inside a standard Virtual PC. read more...

add a comment |category: |Views: 298

tags: another

How to: “Kick It” or “Shout It” from Google Reader(alvinashcraft.com)

submitted by alashcraftalashcraft(1180) 2 years, 9 months ago

Evernote published a Google Reader "Send To" “how to” today, and I showed DZone readers how to push items to DZone’s queue yesterday. Here’s how you can send stories to DotNetKicks or DotNetShoutout. read more...

add a comment |category: |Views: 127

tags: another

SQLite Has Been Ported to .NET(infoq.com)

submitted by andrepenaandrepena(120) 2 years, 9 months ago

yes... that's it. read more...

1 comment |category: |Views: 750

tags: another

dashCommerce 3.2 Final Released(chriscyvas.wordpress.com)

submitted by OhMelOhMel(35) 2 years, 10 months ago

Latest version of dashCommerce released. read more...

add a comment |category: |Views: 33

tags: another