sbiba

Stories kicked by sbiba

ASP.NET Multiple Validation Group Button(javicrespotech.blogspot.com)

submitted by fintz69fintz69(700) 3 years, 4 months ago

Javi shows how to implement a custom ASP.NET button that can fire mutliple validation groups in client-side. read more...

add a comment |category: |Views: 302

tags: another

ASP.NET Confirmation Button using JQuery (javicrespotech.blogspot.com)

submitted by fintz69fintz69(700) 3 years, 5 months ago

Creating a ASP.NET Confirmation Button control that uses JQuery and its plugin SimpleModal to implement modal confirmation popups. read more...

add a comment |category: |Views: 605

tags: another

LINQ To SQL Gets Kicked to the Curb... Needs A Good Home!(codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 6 months ago

Great post on why L2S needs to be supported by the community and why a L2S targeted at the community is a good idea. read more...

5 comments |category: |Views: 490

tags: another

Lazy Loading with Linq to SQL POCO s(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 6 months ago

How to achieve Lazy Loading when using POCO s with Linq to SQL read more...

add a comment |category: |Views: 410

tags: another

C# 4.0 New Features Part 1 - dynamic keyword(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 6 months ago

A quick look at the new "dynamic" keyword in C# 4.0 and its implications for application development. read more...

add a comment |category: |Views: 687

tags: another

Modal Delete Confirmation Version Two Using jQuery SimpleModal Plugin (beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 6 months ago

I finally got around to using the SimpleModal delete confirmation that I wrote about quite a while back. One of the first things I noticed was that I could cut down a lot of the html markup by not including the confirmation in each row of the table and instead just setup a single confirmation and call it each time one of the delete icons was clicked. read more...

add a comment |category: |Views: 418

tags: another

Object Oriented Programming With JavaScript(dev102.com)

submitted by galiyrgaliyr(220) 3 years, 7 months ago

In this article we are going to take an introductory look at how OO JavaScript works. I am going to assume you are familiar with Object Oriented Programming (OOP) concepts such as encapsulation, inheritance, and polymorphism. read more...

add a comment |category: |Views: 412

tags: another

Achieving POCO s in Linq to SQL(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 7 months ago

How to get rid of Persistence Related code and making L2S Still work ! read more...

1 comment |category: |Views: 784

tags: another

Generate An Assembly Source Code Using The Reflector(dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 7 months ago

If you are a .NET developer, you should probably know the .NET Reflector which is a great tool for viewing, navigating and searching through the class hierarchies of .NET assemblies (even if you don’t have the code for them). I am using this tool a lot but here is something I only recently discovered: one can export an assembly and let the Reflector generate its source code. The output of this process is a directory with a project file and all of the source files. read more...

add a comment |category: |Views: 294

tags: another

Removing unused CSS Classes from your web application(dotnetsurfers.com)

submitted by latishlatish(470) 3 years, 7 months ago

2 ways to clean up your Css by removing unused classes. read more...

1 comment |category: |Views: 1155

tags: another

UK Software Consultant Nightmare: The IT Recruiting Agents(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 7 months ago

The definite guide to the tricks and tactics employed by some IT recruting agents that made the UK software consultant's recruting process a nightmare. read more...

add a comment |category: |Views: 427

tags: another

Development Tools I Use & Recommend(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 7 months ago

Eventually I will get to some technical code Posts. But for now, I'm a bit delayed with some other things at work lately. I will be blogging about Code Generation, OOP, and other topics very soon though. In the meantime, I wanted to share a list of tools I regularly use now or have used in the past as a C# / ASP.NET Engineer listed below: read more...

add a comment |category: |Views: 1026

tags: another

The Definitive C# Singleton(blueonionsoftware.com)

submitted by blueonionblueonion(150) 3 years, 8 months ago

The .NET framework makes it very easy to write thread safe, lazy initialized, singletons. Here's how. read more...

5 comments |category: |Views: 819

tags: another

Singleton WCF Proxy(javicrespotech.blogspot.com)

submitted by fintz69fintz69(700) 3 years, 8 months ago

Javi shows how to implement WCF singleton proxies with Castle taking into account faulted state scenarios. read more...

add a comment |category: |Views: 162

tags: another

C# vs Ruby(codeclimber.net.nz)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 8 months ago

Interesting observation read more...

add a comment |category: |Views: 886

tags: another

Source Control for .NET Developers, The open source approach(sharplife.net)

submitted by sharplifesharplife(4570) 3 years, 8 months ago

A brief and good tutorial for .NET developers to implement source control for their projects inside Visual Studio. read more...

add a comment |category: |Views: 522

tags: another