|
|
aloker
aloker
 |
|
Stories submitted by friends of aloker
|
|
submitted by
deepakkapoor
13 days, 13 hours ago
onedotnetway.com — Sometime ago I wrote a post showing how to do dynamic sort with LINQ. That approach worked well with LINQ To Objects. Today I spotted a question on the forums where Levi asked a question about doing dynamic sorts with LINQ To SQL. My earlier approach will work once all the data is retrieved on the client side. This of course is not an ideal way. A better option is to do sorting on database. read more...
add a comment
|
category: Linq | Views: 11
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
deepakkapoor
14 days, 13 hours ago
onedotnetway.com — As a programmer I love my enums. I find code written using enums to be more readable than without them. However, there has been and there still is a disconnect between lookup tables in a database and enums in code. One has to restore to some creative trickery to get them working in harmony. Recently while working on a project which involves using LINQ To SQL, I came up with a process which gives me the best of both worlds i.e. using lookup tables in database and enums in code. I am documenting my solution here. Hopefully it will help you. read more...
add a comment
|
category: Linq | Views: 9
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
deepakkapoor
27 days, 22 hours ago
onedotnetway.com — Since its inception as Avalon I have dedicated countless hours to the technology we now know as WPF. I can probably say that I am one of the few people who have worked on WPF at a commercial level at least in Australia. This is because the number of projects using WPF have been scarce. And I was fortunate to get involved because of my community work around WPF.
I have also tried to convince clients to go with WPF as the preferred choice over Windows Forms. I will admit that I have not been very successful in doing this. The main reason I believe is that WPF has suffered with lack of confidence. While the push has been there from Microsoft, somehow it has not come across very well. We all know about demos about spinning text boxes and playing videos in buttons. These I must say have not conveyed the benefits of WPF to business gracefully. Even though Microsoft has used WPF for their Expression products, it just has not been enough.
read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
deepakkapoor
1 month, 3 days ago
onedotnetway.com — I am running a LINQ To SQL Training day on Saturday November 8th at Microsoft Office in North Ryde. The course is FREE for anyone to attend but there are only 20 places available. So if have not yet jumped into the wonderful world of writing LINQ queries. If you are considering LINQ To SQL for your project. If you think that you need a head start on LINQ To SQL. Then attend this one day course and give yourself a LINQ To SQL confidence boost. read more...
add a comment
|
category: Linq | Views: 1
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mdopp
1 month, 16 days ago
co1piltwb.partners.extranet.microsoft.com — Making the Microsoft Web Platform Install like Microsoft Office Suite, More... read more...
|
|
tags:
Web, platform, Architecture, IIS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mdopp
1 month, 19 days ago
dotnetcurry.com — We often create applications where we retrieve images from the database and display it on the page. At times, we may need to add some text or a copyright notice dynamically on the images. This article discusses how to do so using an ASP.NET Http Handler. more... read more...
add a comment
|
category: ASP.NET | Views: 0
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
deepakkapoor
2 months, 10 days ago
onedotnetway.com — While working with LINQ To SQL there are times when you are interested in looking at the query which will be executed on the database. This post will cover different ways you can capture the query generated by LINQ To SQL. read more...
add a comment
|
category: Linq | Views: 19
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mdopp
2 months, 29 days ago
joelevi.com — By writing a blog post, or uploading an image to Flickr you are giving Google permission to use it however they want. Without any attribution. Without any compensation. Anywhere in the world. Forever. And you can’t revoke it. more... read more...
add a comment
|
category: Community | Views: 13
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mdopp
3 months, 3 days ago
mattberseth.com — I thought it would be interesting to see what it would take to create a menu for navigating the tables in the site. I was particularly interested in seeing if I could get some grouping or categorization to the metadata so I could create a multi-leveled menu. more... read more...
add a comment
|
category: ASP.NET | Views: 17
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
deepakkapoor
3 months, 3 days ago
onedotnetway.com — To get a list of installed applications we need to look into registry. Microsoft.Win32 namespace contains objects which can be used to work with Windows Registry. In this post I will show you some code where I use the power of LINQ to retrieve and display a list of all applications installed on a machine. read more...
add a comment
|
category: Linq | Views: 7
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mdopp
3 months, 19 days ago
mikedopp.com — When I started at my first true getting paid to write complex batch, command files, inf scripts as well as long html/xhtml/xml scripting. I was using notepad and had many syntax errors due to lack of syntax outlining like a great IDE that I couldn’t afford. That is when my boss pointed me to a great little application call Program File Editor. I was amazed by the ability of this robust little application. more.. read more...
add a comment
|
category: Products | Views: 4
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
deepakkapoor
3 months, 19 days ago
onedotnetway.com — At times us developers have to deal with delimited text files in our applications. Such files have been around since yonks and I often come across data import/export tasks where delimited files are used. Till now the common way in .NET has been to read each line and then extract data using some sort of creative string functions within for loops. But there is another way by using LINQ. In this tutorial I will show you how to use LINQ to read such data. By the end of tutorial you will appreciate how easy and logical it is to use LINQ for reading data from delimited text files. read more...
add a comment
|
category: Linq | Views: 23
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
deepakkapoor
3 months, 20 days ago
elegantcode.com — Thank you for your team’s contributions to the software development industry. ASP.Net, the CLR, and your other significant additions to the .Net platform have genuinely advanced the state of software development. Although it may seem that you are damned if you do and damned if you don’t, most of us developers out here do appreciate your work. read more...
1 comment
|
category: Community | Views: 27
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
deepakkapoor
3 months, 21 days ago
onedotnetway.com — Back in may I posted Part 1 of this series on my old blog. Looking at the statistics it turned out to be one of the highly visited post. Recently I also had a comment asking me when I was publishing other parts of study links. Continuing the same trend here is the second part of this series. read more...
|
|
tags:
WWF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
deepakkapoor
3 months, 23 days ago
onedotnetway.com — While there is a lot of talk about refactoring tools such as Resharper and Refactor Pro, not much is said about refactoring features available in Visual Studio 2008 straight out of the box. I think Resharper and Refactor Pro are fantastic tools but they cost money and most of the time our refactoring needs are simple or you maybe in an environment where such tools are not available. So what do you do? Worry not, Visual Studio comes with excellent refactoring support. In this post I will show different refactoring features of Visual Studio. read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mdopp
3 months, 24 days ago
cgi.ebay.com — You know if you didn't work on the microsoft campus at the time Vista came out you missed the exciting Vista Soda. Well Someone has now posted his can on ebay. More.. read more...
add a comment
|
category: Vista | Views: 5
|
|
tags:
Vista | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|