ruwriari

Stories kicked by ruwriari

5 Tips on using Rapid Application Development (RAD)(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 2 months ago

As consultants which I believe most of the reader of this blog are, or even if you are a developer working for a software company, time is always of the essence. We are always trying to do more in less time either because we have a tight deadline or to free time to do other things we enjoy. read more...

add a comment |category: |Views: 554

tags: another

Employee Info Starter Kit - Visual Studio 2010 Version Available(geekswithblogs.net)

submitted by joycscjoycsc(1597) 2 years, 2 months ago

Visual Studio 2010 and .NET 4.0 came up with lots of exciting features to make software developers life easier. A new version (v4.0.0) of Employee Info Starter Kit is now available in both MSDN Code Gallery and CodePlex. Chckout the latest version of this starter kit to enjoy cool features available in Visual Studio 2010 and .NET 4.0. read more...

add a comment |category: |Views: 635

tags: another

5 Tips to get the most out of your coding time(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 2 months ago

I remember seeing an add from Microsoft I believe for hiring programmers and the jist of it was “We give you an office with a door”. Why you might wonder? read more...

2 comments |category: |Views: 1035

tags: another

10 Not So Well Known Keywords in C#(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 5 months ago

Ok before the flaming start let me state this. These are known to most hardcore programmers and not knowing them doesn’t make you less of a programmer either. That said these keywords can come in handy and allow for better code quality and readability. Enjoy! read more...

2 comments |category: |Views: 1102

tags: another

Renaming jQuery UI Tabs(dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 6 months ago

The following article demonstrates how to use rename jQuery’s UI tabs at runtime. read more...

1 comment |category: |Views: 288

tags: another

7 Valuable Visual Studio Hidden Features(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years ago

Visual Studio is a very powerful IDE and I have yet to find another IDE that comes close to all the features it offers. Yet they are some hidden gems that can make our every day tasks a little bit easier. read more...

add a comment |category: |Views: 945

tags: another

11 Optimization Tips for Visual Studio(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years ago

Sometimes ago I compiled this list for myself and our team to help get things done faster and deal with visual studio quirks. read more...

add a comment |category: |Views: 951

tags: another

5 Useful Visual Studio C# Snippets – Part 2(hatim.indexdev.net)

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

I initially published 5 Visual Studio c# Snippets yesterday and it got a lot of attention and had some positive feedback, so this is a follow up that I hope would be as helpful as the first one. read more...

add a comment |category: |Views: 652

tags: another

5 Useful Visual Studio C# Snippets(hatim.indexdev.net)

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

The title says it all. Save yourself sometime by using these snippets. read more...

add a comment |category: |Views: 780

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

5 Most Common Asked Questions When Using .Net RIA Services(hatim.indexdev.net)

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

From the comments on my previous articles on .Net RIA Services and from the search queries that lead to those articles, a pattern of a recurring set of questions showed up and I am sure that most .Net RIA Services enthusiasts face the same issues. This post address a few of these issues read more...

add a comment |category: |Views: 285

tags: another

4 Great Tools to use with Visual Studio(hatim.indexdev.net)

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

Today was a slow day so I was trying some Visual Studio Add-Ins for our team to help in the development and here are the ones that made the cut. read more...

1 comment |category: |Views: 1342

tags: another

.Net RIA Services Metadata Programming Model(hatim.indexdev.net)

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

.Net RIA Services Metadata offers a strong validation framework that makes it easy to validate user input and extend the behavior of your objects through Metadata. This is an introduction to using the Metadata Model as well as a how to. read more...

add a comment |category: |Views: 401

tags: another

.Net RIA Services - Hello World(hatim.indexdev.net)

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

This article will focus on building a simple Hello World application and explain the use of the domain service and the generated code on the client side. read more...

3 comments |category: |Views: 422

tags: another

Simiple solution to IntelliSense Does Not Work(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 1 month ago

There are so many times, I have heard that in SQL Server 2008 intellisense does not work. This article shows 4 different ways how it can be enabled. If IntelliSense is not working just have a look and it will fix it for sure. read more...

add a comment |category: |Views: 270

tags: another

HighBall Part Duex (#01)(adronbhall.com)

submitted by adronadron(835) 3 years, 1 month ago

I'm working through this next part of my HighBall Project, which I'll be blogging regularly, using TDD and UI/X First Development. In other words, to give some context, I'm building out a UI first, then I'll start from the back end and build together using primarily TDD style development. I'll admit, I'm a bit unsure of how to go about building out the UI with a TDD style process. But hopefully by the end of this little application building exercise I'll have it figured out. My basic user stories so far is as follows. As a manager I want to create a schedule for a particular route. As a manager I want to delete an old schedule for a particular route. As a manager I want to view all of the schedules for all routes. As a manager I want to view the history of all past schedules for all routes. The driver needs to select a route and view the route schedule. read more...

add a comment |category: |Views: 3

tags: another